pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-sphinx-copybutton



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

Modified Files:
        pkgsrc/textproc/py-sphinx-copybutton: Makefile

Log Message:
py-sphinx-copybutton: not for Python 3.9


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-sphinx-copybutton/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-copybutton/Makefile
diff -u pkgsrc/textproc/py-sphinx-copybutton/Makefile:1.4 pkgsrc/textproc/py-sphinx-copybutton/Makefile:1.5
--- pkgsrc/textproc/py-sphinx-copybutton/Makefile:1.4   Tue Nov  7 22:38:06 2023
+++ pkgsrc/textproc/py-sphinx-copybutton/Makefile       Sat Aug 10 08:10:09 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2023/11/07 22:38:06 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2024/08/10 08:10:09 adam Exp $
 
 DISTNAME=      sphinx-copybutton-0.5.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,7 +14,7 @@ DEPENDS+=     ${PYPKGPREFIX}-sphinx>=1.8:../
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+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