pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/finance/py-eth-typing
Module Name: pkgsrc
Committed By: adam
Date: Fri Nov 10 18:58:18 UTC 2023
Modified Files:
pkgsrc/finance/py-eth-typing: Makefile PLIST
Log Message:
py-eth-typing: switch to wheel.mk
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/finance/py-eth-typing/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/finance/py-eth-typing/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-typing/Makefile
diff -u pkgsrc/finance/py-eth-typing/Makefile:1.11 pkgsrc/finance/py-eth-typing/Makefile:1.12
--- pkgsrc/finance/py-eth-typing/Makefile:1.11 Fri Nov 10 18:41:12 2023
+++ pkgsrc/finance/py-eth-typing/Makefile Fri Nov 10 18:58:18 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2023/11/10 18:41:12 adam Exp $
+# $NetBSD: Makefile,v 1.12 2023/11/10 18:58:18 adam Exp $
DISTNAME= eth-typing-3.5.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,15 +10,11 @@ HOMEPAGE= https://github.com/ethereum/et
COMMENT= Common type annotations for ethereum python packages
LICENSE= mit
-TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.0.0:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=2.4.0:../../devel/py-test-xdist
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
-do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
-
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/finance/py-eth-typing/PLIST
diff -u pkgsrc/finance/py-eth-typing/PLIST:1.4 pkgsrc/finance/py-eth-typing/PLIST:1.5
--- pkgsrc/finance/py-eth-typing/PLIST:1.4 Fri Nov 10 18:41:12 2023
+++ pkgsrc/finance/py-eth-typing/PLIST Fri Nov 10 18:58:18 2023
@@ -1,10 +1,9 @@
-@comment $NetBSD: PLIST,v 1.4 2023/11/10 18:41:12 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.5 2023/11/10 18:58:18 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_typing/__init__.py
${PYSITELIB}/eth_typing/__init__.pyc
${PYSITELIB}/eth_typing/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index