Source: pyethash
Maintainer: Ben Finney <bignose@debian.org>
Section: python
Priority: optional
Standards-Version: 4.1.0
Build-Depends:
    python3-all-dev,
    python-all-dev (>= 2.7~),
    dh-python,
    debhelper (>= 10~)
Homepage: https://pypi.org/project/pyethash/
VCS-Git: https://anonscm.debian.org/git/users/bignose/debian/pkg-pyethash.git
VCS-Browser: https://anonscm.debian.org/git/users/bignose/debian/pkg-pyethash.git
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3

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.

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