pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-bottleneck



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jan 25 01:26:19 UTC 2022

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

Log Message:
py-bottleneck: does not build with python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/math/py-bottleneck/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-bottleneck/Makefile
diff -u pkgsrc/math/py-bottleneck/Makefile:1.7 pkgsrc/math/py-bottleneck/Makefile:1.8
--- pkgsrc/math/py-bottleneck/Makefile:1.7      Tue Jan  4 20:54:13 2022
+++ pkgsrc/math/py-bottleneck/Makefile  Tue Jan 25 01:26:19 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2022/01/04 20:54:13 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2022/01/25 01:26:19 wiz Exp $
 
 DISTNAME=      Bottleneck-1.3.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -15,6 +15,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-runne
 
 PYSETUPTESTTARGET=     pytest
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index