pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-powerlaw



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Aug  5 12:44:00 UTC 2024

Modified Files:
        pkgsrc/math/py-powerlaw: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/py-powerlaw/Makefile

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

Modified files:

Index: pkgsrc/math/py-powerlaw/Makefile
diff -u pkgsrc/math/py-powerlaw/Makefile:1.10 pkgsrc/math/py-powerlaw/Makefile:1.11
--- pkgsrc/math/py-powerlaw/Makefile:1.10       Tue Aug  1 23:20:48 2023
+++ pkgsrc/math/py-powerlaw/Makefile    Mon Aug  5 12:44:00 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2023/08/01 23:20:48 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2024/08/05 12:44:00 adam Exp $
 
 DISTNAME=      powerlaw-1.4.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -18,7 +18,7 @@ DEPENDS+=     ${PYPKGPREFIX}-scipy-[0-9]*:..
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39
 
 .include "../../devel/py-cython/buildlink3.mk"
 .include "../../lang/python/egg.mk"



Home | Main Index | Thread Index | Old Index