pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-pdf
Module Name: pkgsrc
Committed By: wiz
Date: Sun May 28 22:59:53 UTC 2023
Modified Files:
pkgsrc/textproc/py-pdf: Makefile
Log Message:
py-pdf: not for Python 2
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-pdf/Makefile
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-pdf/Makefile
diff -u pkgsrc/textproc/py-pdf/Makefile:1.1 pkgsrc/textproc/py-pdf/Makefile:1.2
--- pkgsrc/textproc/py-pdf/Makefile:1.1 Sun May 28 18:52:36 2023
+++ pkgsrc/textproc/py-pdf/Makefile Sun May 28 22:59:53 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/05/28 18:52:36 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2023/05/28 22:59:53 wiz Exp $
DISTNAME= pypdf-3.9.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -15,6 +15,8 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
Home |
Main Index |
Thread Index |
Old Index