pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-sphinx-autodoc-typehints



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Aug 10 08:03:51 UTC 2024

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

Log Message:
py-sphinx-autodoc-typehints: not for Python 3.9


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 \
    pkgsrc/textproc/py-sphinx-autodoc-typehints/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-autodoc-typehints/Makefile
diff -u pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile:1.22 pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile:1.23
--- pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile:1.22   Sun Jul 21 09:30:30 2024
+++ pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile        Sat Aug 10 08:03:50 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2024/07/21 09:30:30 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2024/08/10 08:03:50 adam Exp $
 
 DISTNAME=      sphinx_autodoc_typehints-2.2.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
@@ -21,7 +21,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-typing-ext
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39 # py-sphinx
 
 # 243 passed, 14209 warnings, 77 errors
 



Home | Main Index | Thread Index | Old Index