pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-hexbytes



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Nov 10 18:57:27 UTC 2023

Modified Files:
        pkgsrc/devel/py-hexbytes: Makefile PLIST

Log Message:
py-hexbytes: switch to wheel.mk


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-hexbytes/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-hexbytes/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-hexbytes/Makefile
diff -u pkgsrc/devel/py-hexbytes/Makefile:1.6 pkgsrc/devel/py-hexbytes/Makefile:1.7
--- pkgsrc/devel/py-hexbytes/Makefile:1.6       Fri Nov 10 18:38:45 2023
+++ pkgsrc/devel/py-hexbytes/Makefile   Fri Nov 10 18:57:27 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2023/11/10 18:38:45 adam Exp $
+# $NetBSD: Makefile,v 1.7 2023/11/10 18:57:27 adam Exp $
 
 DISTNAME=      hexbytes-1.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,9 +10,13 @@ HOMEPAGE=    https://github.com/ethereum/he
 COMMENT=       Python bytes subclass that decodes hex
 LICENSE=       mit
 
+TEST_DEPENDS+= ${PYPKGPREFIX}-eth-utils>=2.0.0:../../finance/py-eth-utils
+TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=3.44.24:../../devel/py-hypothesis
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=2.4.0:../../devel/py-test-xdist
+
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-hexbytes/PLIST
diff -u pkgsrc/devel/py-hexbytes/PLIST:1.2 pkgsrc/devel/py-hexbytes/PLIST:1.3
--- pkgsrc/devel/py-hexbytes/PLIST:1.2  Mon Sep 12 11:01:34 2022
+++ pkgsrc/devel/py-hexbytes/PLIST      Fri Nov 10 18:57:27 2023
@@ -1,10 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2022/09/12 11:01:34 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 2023/11/10 18:57:27 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}/hexbytes/__init__.py
 ${PYSITELIB}/hexbytes/__init__.pyc
 ${PYSITELIB}/hexbytes/__init__.pyo



Home | Main Index | Thread Index | Old Index