pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-seaborn



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jul 31 18:24:59 UTC 2024

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

Log Message:
py-seaborn: not for Python 3.9 anymore


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/py-seaborn/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-seaborn/Makefile
diff -u pkgsrc/graphics/py-seaborn/Makefile:1.18 pkgsrc/graphics/py-seaborn/Makefile:1.19
--- pkgsrc/graphics/py-seaborn/Makefile:1.18    Sun Jan 28 20:52:26 2024
+++ pkgsrc/graphics/py-seaborn/Makefile Wed Jul 31 18:24:59 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2024/01/28 20:52:26 adam Exp $
+# $NetBSD: Makefile,v 1.19 2024/07/31 18:24:59 adam Exp $
 
 DISTNAME=      seaborn-0.13.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -22,7 +22,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-xdist
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index