pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www
Module Name: pkgsrc
Committed By: adam
Date: Thu Nov 21 13:27:39 UTC 2019
Modified Files:
pkgsrc/www/py-flask-common: Makefile
pkgsrc/www/py-httpbin: Makefile
pkgsrc/www/py-test-httpbin: Makefile
Log Message:
Mark as incompatible with Python 2.7
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-flask-common/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-httpbin/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-test-httpbin/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-common/Makefile
diff -u pkgsrc/www/py-flask-common/Makefile:1.2 pkgsrc/www/py-flask-common/Makefile:1.3
--- pkgsrc/www/py-flask-common/Makefile:1.2 Fri Dec 14 10:47:37 2018
+++ pkgsrc/www/py-flask-common/Makefile Thu Nov 21 13:27:39 2019
@@ -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
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-gunicorn
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-httpbin/Makefile
diff -u pkgsrc/www/py-httpbin/Makefile:1.9 pkgsrc/www/py-httpbin/Makefile:1.10
--- pkgsrc/www/py-httpbin/Makefile:1.9 Sat May 12 08:19:51 2018
+++ pkgsrc/www/py-httpbin/Makefile Thu Nov 21 13:27:39 2019
@@ -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]*:../.
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-flask-common
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-test-httpbin/Makefile
diff -u pkgsrc/www/py-test-httpbin/Makefile:1.6 pkgsrc/www/py-test-httpbin/Makefile:1.7
--- pkgsrc/www/py-test-httpbin/Makefile:1.6 Mon Feb 18 11:47:11 2019
+++ pkgsrc/www/py-test-httpbin/Makefile Thu Nov 21 13:27:39 2019
@@ -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]*:../
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-httpbin
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index