pkgsrc-Changes archive

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

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



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

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/py-sphinxcontrib-websupport/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-websupport/Makefile
diff -u pkgsrc/textproc/py-sphinxcontrib-websupport/Makefile:1.8 pkgsrc/textproc/py-sphinxcontrib-websupport/Makefile:1.9
--- pkgsrc/textproc/py-sphinxcontrib-websupport/Makefile:1.8    Fri Aug  9 19:02:56 2024
+++ pkgsrc/textproc/py-sphinxcontrib-websupport/Makefile        Sat Aug 10 08:09:47 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2024/08/09 19:02:56 adam Exp $
+# $NetBSD: Makefile,v 1.9 2024/08/10 08:09:47 adam Exp $
 
 DISTNAME=      sphinxcontrib_websupport-2.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
@@ -17,7 +17,7 @@ DEPENDS+=     ${PYPKGPREFIX}-sphinxcontrib-s
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index