pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-sphinx-rtd-theme



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Aug 10 08:11:29 UTC 2024

Modified Files:
        pkgsrc/textproc/py-sphinx-rtd-theme: Makefile

Log Message:
py-sphinx-rtd-theme: not for Python 3.9


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/textproc/py-sphinx-rtd-theme/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-rtd-theme/Makefile
diff -u pkgsrc/textproc/py-sphinx-rtd-theme/Makefile:1.17 pkgsrc/textproc/py-sphinx-rtd-theme/Makefile:1.18
--- pkgsrc/textproc/py-sphinx-rtd-theme/Makefile:1.17   Sun Jan 14 18:26:15 2024
+++ pkgsrc/textproc/py-sphinx-rtd-theme/Makefile        Sat Aug 10 08:11:29 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2024/01/14 18:26:15 adam Exp $
+# $NetBSD: Makefile,v 1.18 2024/08/10 08:11:29 adam Exp $
 
 DISTNAME=      sphinx_rtd_theme-2.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
@@ -18,7 +18,7 @@ DEPENDS+=     ${PYPKGPREFIX}-sphinxcontrib-j
 
 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