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:   joerg
Date:           Thu Aug 27 12:24:17 UTC 2020

Modified Files:
        pkgsrc/www/py-django-modelcluster: Makefile
        pkgsrc/www/py-draftjs_exporter: Makefile

Log Message:
No Python 2.7 support


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-django-modelcluster/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-draftjs_exporter/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-django-modelcluster/Makefile
diff -u pkgsrc/www/py-django-modelcluster/Makefile:1.1 pkgsrc/www/py-django-modelcluster/Makefile:1.2
--- pkgsrc/www/py-django-modelcluster/Makefile:1.1      Tue Aug  4 00:35:05 2020
+++ pkgsrc/www/py-django-modelcluster/Makefile  Thu Aug 27 12:24:17 2020
@@ -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 @@ LICENSE=      modified-bsd
 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

Index: pkgsrc/www/py-draftjs_exporter/Makefile
diff -u pkgsrc/www/py-draftjs_exporter/Makefile:1.1 pkgsrc/www/py-draftjs_exporter/Makefile:1.2
--- pkgsrc/www/py-draftjs_exporter/Makefile:1.1 Mon Aug  3 23:57:49 2020
+++ pkgsrc/www/py-draftjs_exporter/Makefile     Thu Aug 27 12:24:17 2020
@@ -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 @@ LICENSE=      mit
 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