Fri Apr 26 16:48:14 2024 UTC (16d)
py-eth-keys: updated to 0.5.1

eth-keys v0.5.1 (2024-04-23)

Internal Changes - for eth-keys Contributors

Merge template updates, notably adding python 3.12 support. Fix docs CI build.


(adam)
diff -r1.6 -r1.7 pkgsrc/finance/py-eth-keys/Makefile
diff -r1.6 -r1.7 pkgsrc/finance/py-eth-keys/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/finance/py-eth-keys/Makefile (expand / switch to unified diff)

--- pkgsrc/finance/py-eth-keys/Makefile 2024/01/11 10:11:09 1.6
+++ pkgsrc/finance/py-eth-keys/Makefile 2024/04/26 16:48:14 1.7
@@ -1,23 +1,29 @@ @@ -1,23 +1,29 @@
1# $NetBSD: Makefile,v 1.6 2024/01/11 10:11:09 adam Exp $ 1# $NetBSD: Makefile,v 1.7 2024/04/26 16:48:14 adam Exp $
2 2
3DISTNAME= eth-keys-0.5.0 3DISTNAME= eth_keys-0.5.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
5CATEGORIES= finance python 5CATEGORIES= finance python
6MASTER_SITES= ${MASTER_SITE_PYPI:=e/eth-keys/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=e/eth-keys/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/ethereum/eth-keys 9HOMEPAGE= https://github.com/ethereum/eth-keys
10COMMENT= Common API for Ethereum key operations 10COMMENT= Common API for Ethereum key operations
11LICENSE= mit 11LICENSE= mit
12 12
13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools 13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
14TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel 14TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
15DEPENDS+= ${PYPKGPREFIX}-eth-typing>=3.0.0:../../finance/py-eth-typing 15DEPENDS+= ${PYPKGPREFIX}-eth-typing>=3.0.0:../../finance/py-eth-typing
16DEPENDS+= ${PYPKGPREFIX}-eth-utils>=2.0.0:../../finance/py-eth-utils 16DEPENDS+= ${PYPKGPREFIX}-eth-utils>=2.0.0:../../finance/py-eth-utils
 17# TODO: import
 18#TEST_DEPENDS+= ${PYPKGPREFIX}-asn1tools>=0.146.2
 19TEST_DEPENDS+= ${PYPKGPREFIX}-asn1>=0.4.5:../../security/py-asn1
 20TEST_DEPENDS+= ${PYPKGPREFIX}-eth-hash-[0-9]*:../../finance/py-eth-hash
 21TEST_DEPENDS+= ${PYPKGPREFIX}-factory_boy>=3.0.1:../../devel/py-factory_boy
 22TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=5.10.3:../../devel/py-hypothesis
17 23
18USE_LANGUAGES= # none 24USE_LANGUAGES= # none
19 25
20PYTHON_VERSIONS_INCOMPATIBLE= 27 26PYTHON_VERSIONS_INCOMPATIBLE= 27
21 27
22.include "../../lang/python/wheel.mk" 28.include "../../lang/python/wheel.mk"
23.include "../../mk/bsd.pkg.mk" 29.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/finance/py-eth-keys/distinfo (expand / switch to unified diff)

--- pkgsrc/finance/py-eth-keys/distinfo 2024/01/11 10:11:09 1.6
+++ pkgsrc/finance/py-eth-keys/distinfo 2024/04/26 16:48:14 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2024/01/11 10:11:09 adam Exp $ 1$NetBSD: distinfo,v 1.7 2024/04/26 16:48:14 adam Exp $
2 2
3BLAKE2s (eth-keys-0.5.0.tar.gz) = 597e06a4b7828cc45be9e3982077ea98d95c055fe8fec192123617400e05b589 3BLAKE2s (eth_keys-0.5.1.tar.gz) = 20a843f5f0c80a91e05f32b397f286ab9f53d71b6e0533bf29eaf7c9cc071cde
4SHA512 (eth-keys-0.5.0.tar.gz) = bd173cb95fc21926496c37b5d9b826a10a22222be3634465a177bf5e691028daaff9b01b26dd60e10601d0027421b8b8034dcba8a7fa238ccc77a38016dad989 4SHA512 (eth_keys-0.5.1.tar.gz) = 3e808f6c687bcc5f0225b4e6f1f60f3a98fd877a827d78c19d5d5f6efcc3e2ea95723fbd409625e669f0b75906889df1ffb1102b7c1695dc67e4b5e9ab77f98c
5Size (eth-keys-0.5.0.tar.gz) = 28869 bytes 5Size (eth_keys-0.5.1.tar.gz) = 28969 bytes