pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/finance/py-eth-hash py-eth-hash: updated to 0.3.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca9efce75052
branches:  trunk
changeset: 446366:ca9efce75052
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Feb 07 19:59:48 2021 +0000

description:
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:

 finance/py-eth-hash/Makefile |  31 ++++++++++---------------------
 finance/py-eth-hash/PLIST    |   8 ++++----
 finance/py-eth-hash/distinfo |  10 +++++-----
 3 files changed, 19 insertions(+), 30 deletions(-)

diffs (94 lines):

diff -r 12cd507c2e6b -r ca9efce75052 finance/py-eth-hash/Makefile
--- a/finance/py-eth-hash/Makefile      Sun Feb 07 19:40:44 2021 +0000
+++ b/finance/py-eth-hash/Makefile      Sun Feb 07 19:59:48 2021 +0000
@@ -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@localhost
 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 -r 12cd507c2e6b -r ca9efce75052 finance/py-eth-hash/PLIST
--- a/finance/py-eth-hash/PLIST Sun Feb 07 19:40:44 2021 +0000
+++ b/finance/py-eth-hash/PLIST Sun Feb 07 19:59:48 2021 +0000
@@ -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}/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/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 -r 12cd507c2e6b -r ca9efce75052 finance/py-eth-hash/distinfo
--- a/finance/py-eth-hash/distinfo      Sun Feb 07 19:40:44 2021 +0000
+++ b/finance/py-eth-hash/distinfo      Sun Feb 07 19:59:48 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index