summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-02-17 10:29:57 +0000
committerwiz <wiz@pkgsrc.org>2022-02-17 10:29:57 +0000
commit638a8ba20d87940d7338fabb52ec37ad37532e4f (patch)
tree6da9a5034b1e901191e430aa492c987d8963d70f /math
parentbfe17b34bf4619ba4578bacf57176d876f6b37e7 (diff)
downloadpkgsrc-638a8ba20d87940d7338fabb52ec37ad37532e4f.tar.gz
py-quadprog: mark as only for Python 3.x per upstream classification
Diffstat (limited to 'math')
-rw-r--r--math/py-quadprog/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/py-quadprog/Makefile b/math/py-quadprog/Makefile
index ec122edd27d..903cd2d59bd 100644
--- a/math/py-quadprog/Makefile
+++ b/math/py-quadprog/Makefile
@@ -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"