File: control

package info (click to toggle)
python-eth-hash 0.7.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 308 kB
  • sloc: python: 659; makefile: 233
file content (37 lines) | stat: -rw-r--r-- 1,520 bytes parent folder | download
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
27
28
29
30
31
32
33
34
35
36
37
Source: python-eth-hash
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Manuel Guerra <ar.manuelguerra@gmail.com>,
           Soren Stoutner <soren@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-setuptools
Build-Depends-Indep: python3-all,
                     python3-pycryptodome,
                     python3-wheel,
                     dh-sequence-sphinxdoc <!nodoc>,
                     python3-sphinx <!nodoc>,
                     python3-sphinx-rtd-theme <!nodoc>,
                     python3-typing-extensions <!nodoc>,
                     sphinx-common <!nodoc>,
                     python3-pytest <!nocheck>
Homepage: https://github.com/ethereum/eth-hash
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-eth-hash
Vcs-Git: https://salsa.debian.org/python-team/packages/python-eth-hash.git
Testsuite: autopkgtest-pkg-pybuild
Standards-Version: 4.7.2

Package: python3-eth-hash
Architecture: all
# Python doesn't automatically detect the the binary package depends on
# python3-pycryptodome.
Depends: ${python3:Depends},
         ${misc:Depends},
         ${sphinxdoc:Depends},
         python3-pycryptodome
Built-Using: ${sphinxdoc:Built-Using}
Description: Ethereum hashing function (keccak256)
 The eth-hash package provides the Ethereum hashing function keccak256, which is
 sometimes (erroneously) called sha3. This package installs the library for
 Python 3.