1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
  
     | 
    
      Source: python-murmurhash
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Andreas Tille <tille@debian.org>,
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               pybuild-plugin-pyproject,
               python3-all-dev,
               python3-setuptools,
               python3-pytest <!nocheck>,
               cython3
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-murmurhash
Vcs-Git: https://salsa.debian.org/python-team/packages/python-murmurhash.git
Homepage: https://github.com/explosion/murmurhash
Rules-Requires-Root: no
Package: python3-murmurhash
Architecture: any
Depends: ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Description: Cython bindings for MurmurHash2
 This package ships Cython bindings for MurmurHash2.
 
     |