pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-sphinx-issues



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Aug 10 08:04:42 UTC 2024

Modified Files:
        pkgsrc/textproc/py-sphinx-issues: Makefile

Log Message:
py-sphinx-issues: not for Python 3.9


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-sphinx-issues/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-issues/Makefile
diff -u pkgsrc/textproc/py-sphinx-issues/Makefile:1.6 pkgsrc/textproc/py-sphinx-issues/Makefile:1.7
--- pkgsrc/textproc/py-sphinx-issues/Makefile:1.6       Tue Jun 11 19:29:34 2024
+++ pkgsrc/textproc/py-sphinx-issues/Makefile   Sat Aug 10 08:04:42 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2024/06/11 19:29:34 adam Exp $
+# $NetBSD: Makefile,v 1.7 2024/08/10 08:04:42 adam Exp $
 
 DISTNAME=      sphinx_issues-4.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
@@ -15,7 +15,7 @@ DEPENDS+=     ${PYPKGPREFIX}-sphinx-[0-9]*:.
 
 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