pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/py-eth-hash



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Feb  7 19:59:48 UTC 2021

Modified Files:
        pkgsrc/finance/py-eth-hash: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/finance/py-eth-hash/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/finance/py-eth-hash/PLIST \
    pkgsrc/finance/py-eth-hash/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/finance/py-eth-hash/Makefile
diff -u pkgsrc/finance/py-eth-hash/Makefile:1.4 pkgsrc/finance/py-eth-hash/Makefile:1.5
--- pkgsrc/finance/py-eth-hash/Makefile:1.4     Wed Nov 25 11:09:06 2020
+++ pkgsrc/finance/py-eth-hash/Makefile Sun Feb  7 19:59:48 2021
@@ -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"

Index: pkgsrc/finance/py-eth-hash/PLIST
diff -u pkgsrc/finance/py-eth-hash/PLIST:1.1 pkgsrc/finance/py-eth-hash/PLIST:1.2
--- pkgsrc/finance/py-eth-hash/PLIST:1.1        Mon Sep 28 23:40:35 2020
+++ pkgsrc/finance/py-eth-hash/PLIST    Sun Feb  7 19:59:48 2021
@@ -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.tx
 ${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.py
 ${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
Index: pkgsrc/finance/py-eth-hash/distinfo
diff -u pkgsrc/finance/py-eth-hash/distinfo:1.1 pkgsrc/finance/py-eth-hash/distinfo:1.2
--- pkgsrc/finance/py-eth-hash/distinfo:1.1     Mon Sep 28 23:40:35 2020
+++ pkgsrc/finance/py-eth-hash/distinfo Sun Feb  7 19:59:48 2021
@@ -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