Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www No Python 2.7 support



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eaf39d972d05
branches:  trunk
changeset: 437592:eaf39d972d05
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Aug 27 12:24:17 2020 +0000

description:
No Python 2.7 support

diffstat:

 www/py-django-modelcluster/Makefile |  4 +++-
 www/py-draftjs_exporter/Makefile    |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r 9937d0090554 -r eaf39d972d05 www/py-django-modelcluster/Makefile
--- a/www/py-django-modelcluster/Makefile       Thu Aug 27 11:56:38 2020 +0000
+++ b/www/py-django-modelcluster/Makefile       Thu Aug 27 12:24:17 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/08/04 00:35:05 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2020/08/27 12:24:17 joerg Exp $
 
 DISTNAME=      django-modelcluster-5.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,6 +13,8 @@
 GITHUB_PROJECT=        django-modelcluster
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
+PYTHON_VERSIONS_INCOMPATIBLE+= 27
+
 DEPENDS+=      ${PYPKGPREFIX}-pytz>=2015.2:../../time/py-pytz
 DEPENDS+=      ${PYPKGPREFIX}-django-taggit>=0.20:../../www/py-django-taggit
 TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
diff -r 9937d0090554 -r eaf39d972d05 www/py-draftjs_exporter/Makefile
--- a/www/py-draftjs_exporter/Makefile  Thu Aug 27 11:56:38 2020 +0000
+++ b/www/py-draftjs_exporter/Makefile  Thu Aug 27 12:24:17 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/08/03 23:57:49 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2020/08/27 12:24:17 joerg Exp $
 
 DISTNAME=      draftjs_exporter-4.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,6 +13,8 @@
 GITHUB_PROJECT=        draftjs_exporter
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
+PYTHON_VERSIONS_INCOMPATIBLE+= 27
+
 DEPENDS+=      ${PYPKGPREFIX}-lxml>=4.2.0<5:../../textproc/py-lxml
 DEPENDS+=      ${PYPKGPREFIX}-beautifulsoup4>=4.4<4.9.2:../../www/py-beautifulsoup4
 DEPENDS+=      ${PYPKGPREFIX}-html5lib>=0.999<1.0.2:../../textproc/py-html5lib



Home | Main Index | Thread Index | Old Index