pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/py-crashtest
Module Name: pkgsrc
Committed By: adam
Date: Wed Aug 12 12:08:24 UTC 2026
Modified Files:
pkgsrc/misc/py-crashtest: Makefile PLIST
Log Message:
py-crashtest: coverted to wheel.mk
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/py-crashtest/Makefile \
pkgsrc/misc/py-crashtest/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/py-crashtest/Makefile
diff -u pkgsrc/misc/py-crashtest/Makefile:1.2 pkgsrc/misc/py-crashtest/Makefile:1.3
--- pkgsrc/misc/py-crashtest/Makefile:1.2 Tue Apr 4 09:29:03 2023
+++ pkgsrc/misc/py-crashtest/Makefile Wed Aug 12 12:08:24 2026
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2023/04/04 09:29:03 adam Exp $
+# $NetBSD: Makefile,v 1.3 2026/08/12 12:08:24 adam Exp $
DISTNAME= crashtest-0.4.1
+PKGREVISION= 1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= misc python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/crashtest/}
@@ -10,9 +11,9 @@ HOMEPAGE= https://github.com/sdispater/c
COMMENT= Manage Python errors with ease
LICENSE= mit
-USE_LANGUAGES= # none
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+USE_LANGUAGES= # none
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/misc/py-crashtest/PLIST
diff -u pkgsrc/misc/py-crashtest/PLIST:1.2 pkgsrc/misc/py-crashtest/PLIST:1.3
--- pkgsrc/misc/py-crashtest/PLIST:1.2 Tue Apr 4 09:29:03 2023
+++ pkgsrc/misc/py-crashtest/PLIST Wed Aug 12 12:08:24 2026
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2023/04/04 09:29:03 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.3 2026/08/12 12:08:24 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
${PYSITELIB}/crashtest/__init__.py
${PYSITELIB}/crashtest/__init__.pyc
${PYSITELIB}/crashtest/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index