pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Apr 26 16:48:14 UTC 2024

Modified Files:
        pkgsrc/finance/py-eth-keys: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/finance/py-eth-keys/Makefile \
    pkgsrc/finance/py-eth-keys/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-keys/Makefile
diff -u pkgsrc/finance/py-eth-keys/Makefile:1.6 pkgsrc/finance/py-eth-keys/Makefile:1.7
--- pkgsrc/finance/py-eth-keys/Makefile:1.6     Thu Jan 11 10:11:09 2024
+++ pkgsrc/finance/py-eth-keys/Makefile Fri Apr 26 16:48:14 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2024/01/11 10:11:09 adam Exp $
+# $NetBSD: Makefile,v 1.7 2024/04/26 16:48:14 adam Exp $
 
-DISTNAME=      eth-keys-0.5.0
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+DISTNAME=      eth_keys-0.5.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    finance python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/eth-keys/}
 
@@ -14,6 +14,12 @@ TOOL_DEPENDS+=       ${PYPKGPREFIX}-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-eth-typing>=3.0.0:../../finance/py-eth-typing
 DEPENDS+=      ${PYPKGPREFIX}-eth-utils>=2.0.0:../../finance/py-eth-utils
+# TODO: import
+#TEST_DEPENDS+=        ${PYPKGPREFIX}-asn1tools>=0.146.2
+TEST_DEPENDS+= ${PYPKGPREFIX}-asn1>=0.4.5:../../security/py-asn1
+TEST_DEPENDS+= ${PYPKGPREFIX}-eth-hash-[0-9]*:../../finance/py-eth-hash
+TEST_DEPENDS+= ${PYPKGPREFIX}-factory_boy>=3.0.1:../../devel/py-factory_boy
+TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=5.10.3:../../devel/py-hypothesis
 
 USE_LANGUAGES= # none
 
Index: pkgsrc/finance/py-eth-keys/distinfo
diff -u pkgsrc/finance/py-eth-keys/distinfo:1.6 pkgsrc/finance/py-eth-keys/distinfo:1.7
--- pkgsrc/finance/py-eth-keys/distinfo:1.6     Thu Jan 11 10:11:09 2024
+++ pkgsrc/finance/py-eth-keys/distinfo Fri Apr 26 16:48:14 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2024/01/11 10:11:09 adam Exp $
+$NetBSD: distinfo,v 1.7 2024/04/26 16:48:14 adam Exp $
 
-BLAKE2s (eth-keys-0.5.0.tar.gz) = 597e06a4b7828cc45be9e3982077ea98d95c055fe8fec192123617400e05b589
-SHA512 (eth-keys-0.5.0.tar.gz) = bd173cb95fc21926496c37b5d9b826a10a22222be3634465a177bf5e691028daaff9b01b26dd60e10601d0027421b8b8034dcba8a7fa238ccc77a38016dad989
-Size (eth-keys-0.5.0.tar.gz) = 28869 bytes
+BLAKE2s (eth_keys-0.5.1.tar.gz) = 20a843f5f0c80a91e05f32b397f286ab9f53d71b6e0533bf29eaf7c9cc071cde
+SHA512 (eth_keys-0.5.1.tar.gz) = 3e808f6c687bcc5f0225b4e6f1f60f3a98fd877a827d78c19d5d5f6efcc3e2ea95723fbd409625e669f0b75906889df1ffb1102b7c1695dc67e4b5e9ab77f98c
+Size (eth_keys-0.5.1.tar.gz) = 28969 bytes



Home | Main Index | Thread Index | Old Index