pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-flask-restplus py-flask-restplus: exclude Pytho...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1fc016880986
branches:  trunk
changeset: 376409:1fc016880986
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Apr 07 06:50:18 2022 +0000

description:
py-flask-restplus: exclude Python 2.7

diffstat:

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

diffs (25 lines):

diff -r a623f6802430 -r 1fc016880986 www/py-flask-restplus/Makefile
--- a/www/py-flask-restplus/Makefile    Thu Apr 07 06:49:20 2022 +0000
+++ b/www/py-flask-restplus/Makefile    Thu Apr 07 06:50:18 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2022/01/04 20:55:27 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2022/04/07 06:50:18 adam Exp $
 
 DISTNAME=      flask-restplus-0.13.0
 PKGREVISION=   1
@@ -16,13 +16,9 @@
 DEPENDS+=      ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.3.0:../../lang/py-six
 
-.include "../../lang/python/pyversion.mk"
+USE_LANGUAGES= # none
 
-.if ${_PYTHON_VERSION} == 27
-DEPENDS+=      ${PYPKGPREFIX}-enum34-[0-9]*:../../devel/py-enum34
-.endif
-
-USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE=  27      # py-jsonschema
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index