pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Aug 10 08:09:23 UTC 2024

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/py-sphinx-automodapi/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-automodapi/Makefile
diff -u pkgsrc/textproc/py-sphinx-automodapi/Makefile:1.8 pkgsrc/textproc/py-sphinx-automodapi/Makefile:1.9
--- pkgsrc/textproc/py-sphinx-automodapi/Makefile:1.8   Mon Apr 15 05:38:33 2024
+++ pkgsrc/textproc/py-sphinx-automodapi/Makefile       Sat Aug 10 08:09:23 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2024/04/15 05:38:33 adam Exp $
+# $NetBSD: Makefile,v 1.9 2024/08/10 08:09:23 adam Exp $
 
 DISTNAME=      sphinx-automodapi-0.17.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -18,7 +18,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-cov-[
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39 # py-sphinx
 
 # Filenames with non-ASCII characters are not portable.
 post-extract:



Home | Main Index | Thread Index | Old Index