pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-flask-restplus



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Apr  7 06:50:18 UTC 2022

Modified Files:
        pkgsrc/www/py-flask-restplus: Makefile

Log Message:
py-flask-restplus: exclude Python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-flask-restplus/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-flask-restplus/Makefile
diff -u pkgsrc/www/py-flask-restplus/Makefile:1.4 pkgsrc/www/py-flask-restplus/Makefile:1.5
--- pkgsrc/www/py-flask-restplus/Makefile:1.4   Tue Jan  4 20:55:27 2022
+++ pkgsrc/www/py-flask-restplus/Makefile       Thu Apr  7 06:50:18 2022
@@ -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}-jsonschema-[0-9
 DEPENDS+=      ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.3.0:../../lang/py-six
 
-.include "../../lang/python/pyversion.mk"
-
-.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