pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-flask py-flask: mark as not-for-python-2.x befo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/43887c168ee8
branches:  trunk
changeset: 378121:43887c168ee8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Apr 29 13:33:51 2022 +0000

description:
py-flask: mark as not-for-python-2.x before update

diffstat:

 www/py-flask/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 038e1f16dd06 -r 43887c168ee8 www/py-flask/Makefile
--- a/www/py-flask/Makefile     Fri Apr 29 13:28:04 2022 +0000
+++ b/www/py-flask/Makefile     Fri Apr 29 13:33:51 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2022/04/19 12:07:43 tnn Exp $
+# $NetBSD: Makefile,v 1.22 2022/04/29 13:33:51 wiz Exp $
 
 DISTNAME=      Flask-1.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -14,6 +14,7 @@
 DEPENDS+=      ${PYPKGPREFIX}-itsdangerous>=0.24:../../security/py-itsdangerous
 DEPENDS+=      ${PYPKGPREFIX}-werkzeug>=0.15:../../www/py-werkzeug
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 PYTHON_VERSIONED_DEPENDENCIES+=        click jinja2
 PYTHON_VERSIONED_DEPENDENCIES+=        test:test
 



Home | Main Index | Thread Index | Old Index