pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/py-strich
Module Name: pkgsrc
Committed By: wiz
Date: Tue Apr 30 11:39:54 UTC 2024
Modified Files:
pkgsrc/graphics/py-strich: Makefile PLIST
Log Message:
py-strich: convert to wheel.mk.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/py-strich/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/py-strich/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/py-strich/Makefile
diff -u pkgsrc/graphics/py-strich/Makefile:1.5 pkgsrc/graphics/py-strich/Makefile:1.6
--- pkgsrc/graphics/py-strich/Makefile:1.5 Tue Jan 4 20:54:07 2022
+++ pkgsrc/graphics/py-strich/Makefile Tue Apr 30 11:39:54 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2022/01/04 20:54:07 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2024/04/30 11:39:54 wiz Exp $
DISTNAME= pyStrich-0.8
PKGNAME= ${PYPKGPREFIX}-strich-0.8
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyStrich/}
@@ -11,12 +11,11 @@ HOMEPAGE= https://github.com/mmulqueen/p
COMMENT= 1D and 2D barcode generator
LICENSE= 2-clause-bsd AND apache-2.0
-PYTHON_VERSIONED_DEPENDENCIES= Pillow test:test
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+DEPENDS+= ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
-do-test:
- ${MKDIR} ${WRKSRC}/pystrich/code128/test_img ${WRKSRC}/pystrich/ean13/test_img
- cd ${WRKSRC} && pytest-${PYVERSSUFFIX}
+PYTHON_VERSIONS_INCOMPATIBLE= 27
-.include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/py-strich/PLIST
diff -u pkgsrc/graphics/py-strich/PLIST:1.1 pkgsrc/graphics/py-strich/PLIST:1.2
--- pkgsrc/graphics/py-strich/PLIST:1.1 Mon Oct 23 13:38:41 2017
+++ pkgsrc/graphics/py-strich/PLIST Tue Apr 30 11:39:54 2024
@@ -1,9 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2017/10/23 13:38:41 joerg 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.2 2024/04/30 11:39:54 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/pystrich/__init__.py
${PYSITELIB}/pystrich/__init__.pyc
${PYSITELIB}/pystrich/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index