pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-pallets-sphinx-themes



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

Modified Files:
        pkgsrc/textproc/py-pallets-sphinx-themes: Makefile

Log Message:
py-pallets-sphinx-themes: not for Python 3.9


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/py-pallets-sphinx-themes/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-pallets-sphinx-themes/Makefile
diff -u pkgsrc/textproc/py-pallets-sphinx-themes/Makefile:1.14 pkgsrc/textproc/py-pallets-sphinx-themes/Makefile:1.15
--- pkgsrc/textproc/py-pallets-sphinx-themes/Makefile:1.14      Sat May 11 19:11:49 2024
+++ pkgsrc/textproc/py-pallets-sphinx-themes/Makefile   Sat Aug 10 08:02:03 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2024/05/11 19:11:49 adam Exp $
+# $NetBSD: Makefile,v 1.15 2024/08/10 08:02:03 adam Exp $
 
 DISTNAME=      pallets_sphinx_themes-2.1.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
@@ -16,7 +16,7 @@ DEPENDS+=     ${PYPKGPREFIX}-sphinx>=3:../..
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39 # py-sphinx
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index