pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Apr 22 08:57:00 UTC 2025

Modified Files:
        pkgsrc/finance/py-eth-account: Makefile PLIST

Log Message:
py-eth-account: fix for setuptools>=78


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/finance/py-eth-account/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/finance/py-eth-account/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-account/Makefile
diff -u pkgsrc/finance/py-eth-account/Makefile:1.14 pkgsrc/finance/py-eth-account/Makefile:1.15
--- pkgsrc/finance/py-eth-account/Makefile:1.14 Mon Nov 11 07:28:32 2024
+++ pkgsrc/finance/py-eth-account/Makefile      Tue Apr 22 08:57:00 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2024/11/11 07:28:32 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2025/04/22 08:57:00 adam Exp $
 
 DISTNAME=      eth-account-0.11.0
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    finance python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/eth-account/}
 
@@ -10,14 +10,15 @@ HOMEPAGE=   https://github.com/ethereum/et
 COMMENT=       Sign Ethereum transactions and messages with local private keys
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=60:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-bitarray>=2.4.0:../../devel/py-bitarray
 DEPENDS+=      ${PYPKGPREFIX}-eth-abi>=4.0.0:../../finance/py-eth-abi
-DEPENDS+=      ${PYPKGPREFIX}-eth-keyfile>=0.6.0:../../finance/py-eth-keyfile
+DEPENDS+=      ${PYPKGPREFIX}-eth-keyfile>=0.7.0:../../finance/py-eth-keyfile
 DEPENDS+=      ${PYPKGPREFIX}-eth-keys>=0.4.0:../../finance/py-eth-keys
-DEPENDS+=      ${PYPKGPREFIX}-eth-rlp>=0.3.0:../../finance/py-eth-rlp
+DEPENDS+=      ${PYPKGPREFIX}-eth-rlp>=2.1.0:../../finance/py-eth-rlp
 DEPENDS+=      ${PYPKGPREFIX}-eth-utils>=2.0.0:../../finance/py-eth-utils
-DEPENDS+=      ${PYPKGPREFIX}-hexbytes>=0.1.0:../../devel/py-hexbytes
+DEPENDS+=      ${PYPKGPREFIX}-hexbytes>=1.2.0:../../devel/py-hexbytes
+DEPENDS+=      ${PYPKGPREFIX}-pydantic>=2.0.0:../../devel/py-pydantic
 DEPENDS+=      ${PYPKGPREFIX}-rlp>=1.0.0:../../devel/py-rlp
 TEST_DEPENDS+= node-[0-9]*:../../lang/nodejs
 TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=4.18.0:../../devel/py-hypothesis
@@ -25,7 +26,5 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-xdist
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/finance/py-eth-account/PLIST
diff -u pkgsrc/finance/py-eth-account/PLIST:1.5 pkgsrc/finance/py-eth-account/PLIST:1.6
--- pkgsrc/finance/py-eth-account/PLIST:1.5     Wed Nov 15 17:59:18 2023
+++ pkgsrc/finance/py-eth-account/PLIST Tue Apr 22 08:57:00 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.5 2023/11/15 17:59:18 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.6 2025/04/22 08:57:00 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/eth_account/__init__.py
 ${PYSITELIB}/eth_account/__init__.pyc



Home | Main Index | Thread Index | Old Index