pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-quadprog
Module Name: pkgsrc
Committed By: wiz
Date: Thu Feb 17 10:29:57 UTC 2022
Modified Files:
pkgsrc/math/py-quadprog: Makefile
Log Message:
py-quadprog: mark as only for Python 3.x per upstream classification
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/math/py-quadprog/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-quadprog/Makefile
diff -u pkgsrc/math/py-quadprog/Makefile:1.7 pkgsrc/math/py-quadprog/Makefile:1.8
--- pkgsrc/math/py-quadprog/Makefile:1.7 Tue Jan 4 20:54:16 2022
+++ pkgsrc/math/py-quadprog/Makefile Thu Feb 17 10:29:57 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2022/01/04 20:54:16 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2022/02/17 10:29:57 wiz Exp $
DISTNAME= quadprog-0.1.11
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -13,6 +13,8 @@ LICENSE= gnu-gpl-v2
USE_LANGUAGES= c c++
+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