pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-sphinxcontrib-bibtex
Module Name: pkgsrc
Committed By: adam
Date: Sat Aug 10 07:57:44 UTC 2024
Modified Files:
pkgsrc/textproc/py-sphinxcontrib-bibtex: Makefile
Log Message:
py-sphinxcontrib-bibtex: not for Python 3.9
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/py-sphinxcontrib-bibtex/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-sphinxcontrib-bibtex/Makefile
diff -u pkgsrc/textproc/py-sphinxcontrib-bibtex/Makefile:1.10 pkgsrc/textproc/py-sphinxcontrib-bibtex/Makefile:1.11
--- pkgsrc/textproc/py-sphinxcontrib-bibtex/Makefile:1.10 Sat Jan 13 07:04:32 2024
+++ pkgsrc/textproc/py-sphinxcontrib-bibtex/Makefile Sat Aug 10 07:57:44 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2024/01/13 07:04:32 adam Exp $
+# $NetBSD: Makefile,v 1.11 2024/08/10 07:57:44 adam Exp $
DISTNAME= sphinxcontrib-bibtex-2.6.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -19,12 +19,7 @@ DEPENDS+= ${PYPKGPREFIX}-pybtex-docutils
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27 38
-
-.include "../../lang/python/pyversion.mk"
-.if ${PYTHON_VERSION} < 310
-DEPENDS+= ${PYPKGPREFIX}-importlib-metadata>=3.6:../../devel/py-importlib-metadata
-.endif
+PYTHON_VERSIONS_INCOMPATIBLE= 27 38 39 # py-sphinx
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index