pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-ordered-set
Module Name: pkgsrc
Committed By: adam
Date: Thu Nov 30 05:54:55 UTC 2023
Modified Files:
pkgsrc/devel/py-ordered-set: Makefile PLIST
Log Message:
py-ordered-set: fix PLIST; switch to wheel.mk; bump revision
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-ordered-set/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-ordered-set/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-ordered-set/Makefile
diff -u pkgsrc/devel/py-ordered-set/Makefile:1.10 pkgsrc/devel/py-ordered-set/Makefile:1.11
--- pkgsrc/devel/py-ordered-set/Makefile:1.10 Thu Jan 27 08:34:19 2022
+++ pkgsrc/devel/py-ordered-set/Makefile Thu Nov 30 05:54:55 2023
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2022/01/27 08:34:19 adam Exp $
+# $NetBSD: Makefile,v 1.11 2023/11/30 05:54:55 adam Exp $
DISTNAME= ordered-set-4.1.0
+PKGREVISION= 1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=o/ordered-set/}
@@ -10,14 +11,12 @@ HOMEPAGE= https://github.com/LuminosoIns
COMMENT= MutableSet that remembers its order
LICENSE= mit
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
-do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} test
-
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-ordered-set/PLIST
diff -u pkgsrc/devel/py-ordered-set/PLIST:1.3 pkgsrc/devel/py-ordered-set/PLIST:1.4
--- pkgsrc/devel/py-ordered-set/PLIST:1.3 Sun Apr 24 18:42:47 2022
+++ pkgsrc/devel/py-ordered-set/PLIST Thu Nov 30 05:54:55 2023
@@ -1,9 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2022/04/24 18:42:47 tnn Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.4 2023/11/30 05:54:55 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/ordered_set/__init__.py
${PYSITELIB}/ordered_set/__init__.pyc
${PYSITELIB}/ordered_set/__init__.pyo
+${PYSITELIB}/ordered_set/py.typed
Home |
Main Index |
Thread Index |
Old Index