pkgsrc-Changes archive

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

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



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

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-sphinx-gallery/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-gallery/Makefile
diff -u pkgsrc/textproc/py-sphinx-gallery/Makefile:1.4 pkgsrc/textproc/py-sphinx-gallery/Makefile:1.5
--- pkgsrc/textproc/py-sphinx-gallery/Makefile:1.4      Tue Apr 30 07:28:26 2024
+++ pkgsrc/textproc/py-sphinx-gallery/Makefile  Sat Aug 10 08:06:02 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2024/04/30 07:28:26 adam Exp $
+# $NetBSD: Makefile,v 1.5 2024/08/10 08:06:02 adam Exp $
 
 DISTNAME=      sphinx_gallery-0.16.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
@@ -19,7 +19,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-cov-[
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39 # py-sphinx
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \



Home | Main Index | Thread Index | Old Index