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 Apr 14 08:58:05 UTC 2024
Modified Files:
pkgsrc/textproc/py-pdf: Makefile
Log Message:
py-pdf: fix depends for Python 3.10
Also needs py-typing-extensions there.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 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.23 pkgsrc/textproc/py-pdf/Makefile:1.24
--- pkgsrc/textproc/py-pdf/Makefile:1.23 Wed Apr 10 11:19:09 2024
+++ pkgsrc/textproc/py-pdf/Makefile Sun Apr 14 08:58:05 2024
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2024/04/10 11:19:09 adam Exp $
+# $NetBSD: Makefile,v 1.24 2024/04/14 08:58:05 wiz Exp $
DISTNAME= pypdf-4.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
+PKGREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pypdf/}
@@ -20,7 +21,7 @@ USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/pyversion.mk"
-.if ${PYTHON_VERSION} < 310
+.if ${PYTHON_VERSION} < 311
DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=4.0:../../devel/py-typing-extensions
.endif
Home |
Main Index |
Thread Index |
Old Index