pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-flask-jwt-extended



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Mar  7 17:30:22 UTC 2021

Modified Files:
        pkgsrc/www/py-flask-jwt-extended: Makefile

Log Message:
py-flask-jwt-extended: mark as incompatible with Python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-flask-jwt-extended/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-jwt-extended/Makefile
diff -u pkgsrc/www/py-flask-jwt-extended/Makefile:1.10 pkgsrc/www/py-flask-jwt-extended/Makefile:1.11
--- pkgsrc/www/py-flask-jwt-extended/Makefile:1.10      Sun Mar  7 17:28:32 2021
+++ pkgsrc/www/py-flask-jwt-extended/Makefile   Sun Mar  7 17:30:22 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2021/03/07 17:28:32 adam Exp $
+# $NetBSD: Makefile,v 1.11 2021/03/07 17:30:22 adam Exp $
 
 DISTNAME=      Flask-JWT-Extended-4.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -14,14 +14,14 @@ DEPENDS+=   ${PYPKGPREFIX}-JWT>=2.0:../../
 DEPENDS+=      ${PYPKGPREFIX}-flask>=1.0:../../www/py-flask
 DEPENDS+=      ${PYPKGPREFIX}-cryptography>=3.0:../../security/py-cryptography
 DEPENDS+=      ${PYPKGPREFIX}-werkzeug>=0.14:../../www/py-werkzeug
-
-PYTHON_VERSIONED_DEPENDENCIES= test:test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>=0:../../devel/py-test
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 do-test:
        cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
 
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index