pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-sphinx



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Dec  6 10:47:03 UTC 2024

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

Log Message:
py-sphinx: not for Python 3.9


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 pkgsrc/textproc/py-sphinx/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/Makefile
diff -u pkgsrc/textproc/py-sphinx/Makefile:1.104 pkgsrc/textproc/py-sphinx/Makefile:1.105
--- pkgsrc/textproc/py-sphinx/Makefile:1.104    Sat Oct 19 16:12:30 2024
+++ pkgsrc/textproc/py-sphinx/Makefile  Fri Dec  6 10:47:03 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.104 2024/10/19 16:12:30 adam Exp $
+# $NetBSD: Makefile,v 1.105 2024/12/06 10:47:03 adam Exp $
 
 DISTNAME=      sphinx-8.1.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -34,6 +34,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-typing-ext
 USE_LANGUAGES= # none
 USE_TOOLS+=    makeinfo
 
+PYTHON_VERSIONS_INCOMPATIBLE=  39
+
 # as of 8.1.2
 # 38 failed, 2211 passed, 29 skipped, 6 warnings
 



Home | Main Index | Thread Index | Old Index