pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-quadprog py-quadprog: mark as only for Python ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0587750511ce
branches:  trunk
changeset: 374253:0587750511ce
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Feb 17 10:29:57 2022 +0000

description:
py-quadprog: mark as only for Python 3.x per upstream classification

diffstat:

 math/py-quadprog/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 189f562c1c13 -r 0587750511ce math/py-quadprog/Makefile
--- a/math/py-quadprog/Makefile Thu Feb 17 10:21:27 2022 +0000
+++ b/math/py-quadprog/Makefile Thu Feb 17 10:29:57 2022 +0000
@@ -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 @@
 
 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