pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-pdfrw
Module Name: pkgsrc
Committed By: wiz
Date: Tue Apr 30 08:38:17 UTC 2024
Modified Files:
pkgsrc/textproc/py-pdfrw: Makefile PLIST
Log Message:
py-pdfrw: convert to wheel.mk
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-pdfrw/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-pdfrw/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-pdfrw/Makefile
diff -u pkgsrc/textproc/py-pdfrw/Makefile:1.6 pkgsrc/textproc/py-pdfrw/Makefile:1.7
--- pkgsrc/textproc/py-pdfrw/Makefile:1.6 Thu Oct 5 22:13:32 2023
+++ pkgsrc/textproc/py-pdfrw/Makefile Tue Apr 30 08:38:17 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2023/10/05 22:13:32 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2024/04/30 08:38:17 wiz Exp $
DISTNAME= pdfrw-0.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pdfrw/}
@@ -11,7 +11,12 @@ HOMEPAGE= https://github.com/pmaupin/pdf
COMMENT= PDF file reader/writer pure Python library
LICENSE= mit AND modified-bsd
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+
USE_LANGUAGES= # none
-.include "../../lang/python/egg.mk"
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-pdfrw/PLIST
diff -u pkgsrc/textproc/py-pdfrw/PLIST:1.2 pkgsrc/textproc/py-pdfrw/PLIST:1.3
--- pkgsrc/textproc/py-pdfrw/PLIST:1.2 Mon Oct 2 10:56:15 2017
+++ pkgsrc/textproc/py-pdfrw/PLIST Tue Apr 30 08:38:17 2024
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2017/10/02 10:56:15 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/${EGG_INFODIR}/zip-safe
+@comment $NetBSD: PLIST,v 1.3 2024/04/30 08:38:17 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/zip-safe
${PYSITELIB}/pdfrw/__init__.py
${PYSITELIB}/pdfrw/__init__.pyc
${PYSITELIB}/pdfrw/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index