pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-sphinxcontrib-spelling



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

Modified Files:
        pkgsrc/textproc/py-sphinxcontrib-spelling: Makefile

Log Message:
py-sphinxcontrib-spelling: not for Python 3.9


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-sphinxcontrib-spelling/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-sphinxcontrib-spelling/Makefile
diff -u pkgsrc/textproc/py-sphinxcontrib-spelling/Makefile:1.3 pkgsrc/textproc/py-sphinxcontrib-spelling/Makefile:1.4
--- pkgsrc/textproc/py-sphinxcontrib-spelling/Makefile:1.3      Mon Apr 15 10:22:50 2024
+++ pkgsrc/textproc/py-sphinxcontrib-spelling/Makefile  Sat Aug 10 08:04:09 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2024/04/15 10:22:50 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2024/08/10 08:04:09 adam Exp $
 
 DISTNAME=      sphinxcontrib-spelling-8.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -21,7 +21,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-cov-[
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39
 
 # FIX: ModuleNotFoundError: No module named 'tests'
 pre-test:



Home | Main Index | Thread Index | Old Index