pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-ggplot



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Aug  7 16:07:52 UTC 2024

Modified Files:
        pkgsrc/graphics/py-ggplot: Makefile

Log Message:
py-ggplot: Not for python39.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/py-ggplot/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/py-ggplot/Makefile
diff -u pkgsrc/graphics/py-ggplot/Makefile:1.11 pkgsrc/graphics/py-ggplot/Makefile:1.12
--- pkgsrc/graphics/py-ggplot/Makefile:1.11     Tue Aug  1 23:20:44 2023
+++ pkgsrc/graphics/py-ggplot/Makefile  Wed Aug  7 16:07:52 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2023/08/01 23:20:44 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2024/08/07 16:07:52 jperkin Exp $
 
 DISTNAME=      ggplot-0.11.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -24,7 +24,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-tornado-[0
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index