Mark as incompatible with Python 2.7

This commit is contained in:
adam 2019-11-21 13:27:39 +00:00
parent a1fa5c246e
commit 5af8a1ca3b
3 changed files with 9 additions and 3 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2018/12/14 10:47:37 adam Exp $
# $NetBSD: Makefile,v 1.3 2019/11/21 13:27:39 adam Exp $
DISTNAME= Flask-Common-0.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
@ -20,5 +20,7 @@ DEPENDS+= ${PYPKGPREFIX}-whitenoise-[0-9]*:../../www/py-whitenoise
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-gunicorn
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.9 2018/05/12 08:19:51 adam Exp $
# $NetBSD: Makefile,v 1.10 2019/11/21 13:27:39 adam Exp $
DISTNAME= httpbin-0.7.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@ -22,5 +22,7 @@ DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-flask-common
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2019/02/18 11:47:11 adam Exp $
# $NetBSD: Makefile,v 1.7 2019/11/21 13:27:39 adam Exp $
DISTNAME= pytest-httpbin-1.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@ -16,5 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-httpbin
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"