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:   wiz
Date:           Sat Apr 19 20:11:25 UTC 2025

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

Log Message:
py-eth-hash: fix build with setuptools 78

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/finance/py-eth-hash/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/finance/py-eth-hash/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-hash/Makefile
diff -u pkgsrc/finance/py-eth-hash/Makefile:1.16 pkgsrc/finance/py-eth-hash/Makefile:1.17
--- pkgsrc/finance/py-eth-hash/Makefile:1.16    Tue Feb  4 13:41:21 2025
+++ pkgsrc/finance/py-eth-hash/Makefile Sat Apr 19 20:11:25 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2025/02/04 13:41:21 adam Exp $
+# $NetBSD: Makefile,v 1.17 2025/04/19 20:11:25 wiz Exp $
 
 DISTNAME=      eth_hash-0.7.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
+PKGREVISION=   1
 CATEGORIES=    finance python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/eth-hash/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/ethereum/et
 COMMENT=       Ethereum keccak256 hashing function
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 # pycryptodome
 DEPENDS+=      ${PYPKGPREFIX}-cryptodome>=3.6.6:../../security/py-cryptodome
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=2.4.0:../../devel/py-test-xdist

Index: pkgsrc/finance/py-eth-hash/PLIST
diff -u pkgsrc/finance/py-eth-hash/PLIST:1.4 pkgsrc/finance/py-eth-hash/PLIST:1.5
--- pkgsrc/finance/py-eth-hash/PLIST:1.4        Thu Jan 11 10:01:54 2024
+++ pkgsrc/finance/py-eth-hash/PLIST    Sat Apr 19 20:11:25 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.4 2024/01/11 10:01:54 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.5 2025/04/19 20:11:25 wiz 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_hash/__init__.py
 ${PYSITELIB}/eth_hash/__init__.pyc



Home | Main Index | Thread Index | Old Index