Source: pyethash
Maintainer: Ben Finney <bignose@debian.org>
Section: python
Priority: optional
Build-Depends:
    python3-all-dev,
    dh-python,
    debhelper-compat (= 12)
Standards-Version: 4.4.1
Homepage: https://pypi.org/project/pyethash/
VCS-Git: https://salsa.debian.org/bignose/pkg-pyethash.git
VCS-Browser: https://salsa.debian.org/bignose/pkg-pyethash/

Package: python3-pyethash
Architecture: any
Depends:
    ${python3:Depends},
    ${shlibs:Depends},
    ${misc:Depends}
Description: Ethash proof-of-work algorithm — Python 3
 Ethash is the Proof-of-Work function in the Ethereum protocol.
 .
 This package installs the library for Python 3.
