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:           Thu Jan 11 10:11:09 UTC 2024

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

Log Message:
py-eth-keys: updated to 0.5.0

eth-keys v0.5.0 (2024-01-10)

Breaking Changes

Drop python 3.6 and 3.7 support

Features

Add python 3.11 support

Internal Changes - for eth-keys Contributors

Merge template updates, notably using pre-commit for linting and change the name of the master branch to main


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

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.5 pkgsrc/finance/py-eth-keys/Makefile:1.6
--- pkgsrc/finance/py-eth-keys/Makefile:1.5     Thu Jun  8 10:31:23 2023
+++ pkgsrc/finance/py-eth-keys/Makefile Thu Jan 11 10:11:09 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2023/06/08 10:31:23 adam Exp $
+# $NetBSD: Makefile,v 1.6 2024/01/11 10:11:09 adam Exp $
 
-DISTNAME=      eth-keys-0.4.0
+DISTNAME=      eth-keys-0.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    finance python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/eth-keys/}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/ethereum/et
 COMMENT=       Common API for Ethereum key operations
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-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
 
@@ -17,5 +19,5 @@ USE_LANGUAGES=        # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/finance/py-eth-keys/distinfo
diff -u pkgsrc/finance/py-eth-keys/distinfo:1.5 pkgsrc/finance/py-eth-keys/distinfo:1.6
--- pkgsrc/finance/py-eth-keys/distinfo:1.5     Tue Jul 12 07:45:11 2022
+++ pkgsrc/finance/py-eth-keys/distinfo Thu Jan 11 10:11:09 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2022/07/12 07:45:11 adam Exp $
+$NetBSD: distinfo,v 1.6 2024/01/11 10:11:09 adam Exp $
 
-BLAKE2s (eth-keys-0.4.0.tar.gz) = 5594e6e39ffb4dc42403f92614d2682db9e14ab7f80bdb3ca55f66153d25f7e4
-SHA512 (eth-keys-0.4.0.tar.gz) = 02df2202cc3c03a454aa517f68e6db325f5e21c7019fb7e22c9e3b4d866ebfa591755a5143f48a721ac00367fbc9502bcd864a370d06d80e770983fdcc77acdc
-Size (eth-keys-0.4.0.tar.gz) = 20921 bytes
+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

Index: pkgsrc/finance/py-eth-keys/PLIST
diff -u pkgsrc/finance/py-eth-keys/PLIST:1.2 pkgsrc/finance/py-eth-keys/PLIST:1.3
--- pkgsrc/finance/py-eth-keys/PLIST:1.2        Tue Jul 12 07:31:17 2022
+++ pkgsrc/finance/py-eth-keys/PLIST    Thu Jan 11 10:11:09 2024
@@ -1,10 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2022/07/12 07:31:17 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.3 2024/01/11 10:11:09 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/eth_keys/__init__.py
 ${PYSITELIB}/eth_keys/__init__.pyc
 ${PYSITELIB}/eth_keys/__init__.pyo
@@ -41,6 +40,7 @@ ${PYSITELIB}/eth_keys/exceptions.pyo
 ${PYSITELIB}/eth_keys/main.py
 ${PYSITELIB}/eth_keys/main.pyc
 ${PYSITELIB}/eth_keys/main.pyo
+${PYSITELIB}/eth_keys/py.typed
 ${PYSITELIB}/eth_keys/tools/__init__.py
 ${PYSITELIB}/eth_keys/tools/__init__.pyc
 ${PYSITELIB}/eth_keys/tools/__init__.pyo



Home | Main Index | Thread Index | Old Index