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:   wiz
Date:           Mon Jan 15 10:58:30 UTC 2024

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 pkgsrc/textproc/py-sphinxcontrib-websupport/Makefile:1.7
--- pkgsrc/textproc/py-sphinxcontrib-websupport/Makefile:1.6    Sat Jan 13 06:34:23 2024
+++ pkgsrc/textproc/py-sphinxcontrib-websupport/Makefile        Mon Jan 15 10:58:30 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2024/01/13 06:34:23 adam Exp $
+# $NetBSD: Makefile,v 1.7 2024/01/15 10:58:30 wiz Exp $
 
 DISTNAME=      sphinxcontrib_websupport-1.2.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
@@ -17,7 +17,7 @@ DEPENDS+=     ${PYPKGPREFIX}-sphinxcontrib-s
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index