pkgsrc-Changes archive

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

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



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

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/py-sphinx-theme-cloud/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-theme-cloud/Makefile
diff -u pkgsrc/textproc/py-sphinx-theme-cloud/Makefile:1.13 pkgsrc/textproc/py-sphinx-theme-cloud/Makefile:1.14
--- pkgsrc/textproc/py-sphinx-theme-cloud/Makefile:1.13 Tue Nov  7 22:38:06 2023
+++ pkgsrc/textproc/py-sphinx-theme-cloud/Makefile      Sat Aug 10 08:08:11 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2023/11/07 22:38:06 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2024/08/10 08:08:11 adam Exp $
 
 DISTNAME=      cloud_sptheme-1.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/cloud_sptheme/sphinx-theme-cloud/}
@@ -13,9 +13,9 @@ LICENSE=      modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
-
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39 # py-sphinx
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index