py-flask-jwt-extended: mark as incompatible with Python 2.7
This commit is contained in:
parent
ac38812cd6
commit
8e48afc25e
1 changed files with 4 additions and 4 deletions
|
@ -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:../../textproc/py-JWT
|
|||
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"
|
||||
|
|
Loading…
Reference in a new issue