diff options
author | adam <adam@pkgsrc.org> | 2021-02-07 19:59:48 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-02-07 19:59:48 +0000 |
commit | f0fa79cf7ff12c19aa1b7dc22efaa05b124c1be3 (patch) | |
tree | 90ac890ae8fae9e02c042121837759e0438c7c54 /finance | |
parent | d264233ab6412f2a807136c52a3abba75a2e50db (diff) | |
download | pkgsrc-f0fa79cf7ff12c19aa1b7dc22efaa05b124c1be3.tar.gz |
py-eth-hash: updated to 0.3.1
eth-hash v0.3.1
Bugfixes
Bugfix to export type annotations
eth-hash v0.3.0
Features
Export type annotations, for use in importing projects
Internal Changes - for eth-hash Contributors
Import 3 years worth of template updates
Diffstat (limited to 'finance')
-rw-r--r-- | finance/py-eth-hash/Makefile | 31 | ||||
-rw-r--r-- | finance/py-eth-hash/PLIST | 8 | ||||
-rw-r--r-- | finance/py-eth-hash/distinfo | 10 |
3 files changed, 19 insertions, 30 deletions
diff --git a/finance/py-eth-hash/Makefile b/finance/py-eth-hash/Makefile index f201e53b0fe..82a5a3d7d29 100644 --- a/finance/py-eth-hash/Makefile +++ b/finance/py-eth-hash/Makefile @@ -1,36 +1,25 @@ -# $NetBSD: Makefile,v 1.4 2020/11/25 11:09:06 nia Exp $ +# $NetBSD: Makefile,v 1.5 2021/02/07 19:59:48 adam Exp $ -DISTNAME= eth-hash-0.2.0 +DISTNAME= eth-hash-0.3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= finance python -MASTER_SITES= ${MASTER_SITE_GITHUB:=ethereum/} -GITHUB_PROJECT= eth-hash -GITHUB_TAG= v${PKGVERSION_NOREV} +MASTER_SITES= ${MASTER_SITE_PYPI:=e/eth-hash/} MAINTAINER= khorben@defora.org HOMEPAGE= https://github.com/ethereum/eth-hash COMMENT= Ethereum keccak256 hashing function LICENSE= mit -BUILD_DEPENDS+= ${PYPKGPREFIX}-bump2version-[0-9]*:../../devel/py-bump2version -#BUILD_DEPENDS+= # TODO: pytest-xdist>=0 -#BUILD_DEPENDS+= # TODO: pytest-watch>=4.1.0,<5 -BUILD_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel -BUILD_DEPENDS+= ${PYPKGPREFIX}-ipython-[0-9]*:../../devel/py-ipython -#BUILD_DEPENDS+= # TODO: pytest==3.3.2>=0 -BUILD_DEPENDS+= ${PYPKGPREFIX}-tox-[0-9]*:../../devel/py-tox -BUILD_DEPENDS+= ${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8 -BUILD_DEPENDS+= ${PYPKGPREFIX}-isort-[0-9]*:../../devel/py-isort -BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx -BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx-rtd-theme-[0-9]*:../../textproc/py-sphinx-rtd-theme +# circular dependency +#DEPENDS+= ${PYPKGPREFIX}-eth-utils>=1.0.0:../../finance/py-eth-utils +DEPENDS+= ${PYPKGPREFIX}-cryptodome>=3.6.6:../../security/py-cryptodome +TEST_DEPENDS+= ${PYPKGPREFIX}-test>=5.4.1:../../devel/py-test +TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist-[0-9]*:../../devel/py-test-xdist +TEST_DEPENDS+= ${PYPKGPREFIX}-tox>=3.14.6:../../devel/py-tox USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-bump2version -# 'ascii' codec can't decode byte 0xe2 -PYTHON_VERSIONS_INCOMPATIBLE+= 36 +PYTHON_VERSIONS_INCOMPATIBLE= 27 -# TODO: Migrate MASTER_SITES to MASTER_SITE_PYPI .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/finance/py-eth-hash/PLIST b/finance/py-eth-hash/PLIST index 243e53c5437..c5d95f88494 100644 --- a/finance/py-eth-hash/PLIST +++ b/finance/py-eth-hash/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2020/09/28 23:40:35 khorben Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/02/07 19:59:48 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -8,6 +8,9 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/eth_hash/__init__.py ${PYSITELIB}/eth_hash/__init__.pyc ${PYSITELIB}/eth_hash/__init__.pyo +${PYSITELIB}/eth_hash/abc.py +${PYSITELIB}/eth_hash/abc.pyc +${PYSITELIB}/eth_hash/abc.pyo ${PYSITELIB}/eth_hash/auto.py ${PYSITELIB}/eth_hash/auto.pyc ${PYSITELIB}/eth_hash/auto.pyo @@ -26,9 +29,6 @@ ${PYSITELIB}/eth_hash/backends/pysha3.pyo ${PYSITELIB}/eth_hash/main.py ${PYSITELIB}/eth_hash/main.pyc ${PYSITELIB}/eth_hash/main.pyo -${PYSITELIB}/eth_hash/preimage.py -${PYSITELIB}/eth_hash/preimage.pyc -${PYSITELIB}/eth_hash/preimage.pyo ${PYSITELIB}/eth_hash/utils.py ${PYSITELIB}/eth_hash/utils.pyc ${PYSITELIB}/eth_hash/utils.pyo diff --git a/finance/py-eth-hash/distinfo b/finance/py-eth-hash/distinfo index 1ef018c9417..c6277177d6b 100644 --- a/finance/py-eth-hash/distinfo +++ b/finance/py-eth-hash/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2020/09/28 23:40:35 khorben Exp $ +$NetBSD: distinfo,v 1.2 2021/02/07 19:59:48 adam Exp $ -SHA1 (eth-hash-0.2.0.tar.gz) = 330eb3b14bfc138715dc1ed0a61fdb8f6b6a4d9b -RMD160 (eth-hash-0.2.0.tar.gz) = 257e5d7c48d90b130a3b9059c6f9c51ab2a40b83 -SHA512 (eth-hash-0.2.0.tar.gz) = 6ab1a2b91934ac20ca54da6cd572f97cae911ccbd729c0b11b42cf0b4cdb178bd6524e2b7908a6608d8da6692c0bb56b20aeec288fa2c3a7507b08868d967ff4 -Size (eth-hash-0.2.0.tar.gz) = 16446 bytes +SHA1 (eth-hash-0.3.1.tar.gz) = b1e90d8d74ae1b5a85b74ac922232876734eda4e +RMD160 (eth-hash-0.3.1.tar.gz) = 57c7e5b67d80d181e3a03b5149f80efe827bae6c +SHA512 (eth-hash-0.3.1.tar.gz) = 083aea8d1f6b0119bbdb4e52238ae614b8705794446a030eb1a0b60f6811c158b9613bf977c7f26151d4b00920941fa836e28ca7260505bda54e4f5da8f6b382 +Size (eth-hash-0.3.1.tar.gz) = 5289683 bytes |