pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-sphinx-inline-tabs
Module Name: pkgsrc
Committed By: adam
Date: Sat Aug 10 07:56:35 UTC 2024
Modified Files:
pkgsrc/textproc/py-sphinx-inline-tabs: Makefile
Log Message:
py-sphinx-inline-tabs: not for Python 3.9
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-sphinx-inline-tabs/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-sphinx-inline-tabs/Makefile
diff -u pkgsrc/textproc/py-sphinx-inline-tabs/Makefile:1.5 pkgsrc/textproc/py-sphinx-inline-tabs/Makefile:1.6
--- pkgsrc/textproc/py-sphinx-inline-tabs/Makefile:1.5 Sat Jan 13 06:29:07 2024
+++ pkgsrc/textproc/py-sphinx-inline-tabs/Makefile Sat Aug 10 07:56:35 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2024/01/13 06:29:07 adam Exp $
+# $NetBSD: Makefile,v 1.6 2024/08/10 07:56:35 adam Exp $
DISTNAME= sphinx_inline_tabs-2023.4.21
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
@@ -17,7 +17,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27 38
+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