pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-jinja2
Module Name: pkgsrc
Committed By: js
Date: Mon Apr 18 21:36:15 UTC 2022
Modified Files:
pkgsrc/textproc/py-jinja2: Makefile
Log Message:
Mark textproc/py-jinja2 as incompatible with Python 2.7
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/textproc/py-jinja2/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-jinja2/Makefile
diff -u pkgsrc/textproc/py-jinja2/Makefile:1.33 pkgsrc/textproc/py-jinja2/Makefile:1.34
--- pkgsrc/textproc/py-jinja2/Makefile:1.33 Mon Apr 18 13:37:46 2022
+++ pkgsrc/textproc/py-jinja2/Makefile Mon Apr 18 21:36:15 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2022/04/18 13:37:46 js Exp $
+# $NetBSD: Makefile,v 1.34 2022/04/18 21:36:15 js Exp $
DISTNAME= Jinja2-3.1.1
-PKGREVISION= 1
+PKGREVISION= 2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=J/Jinja2/}
@@ -17,14 +17,13 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-runne
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
.include "../../lang/python/pyversion.mk"
# async byte-compilation fails for Python < 3.6
# see https://github.com/pallets/jinja/issues/643
PLIST_VARS+= async
-.if ${_PYTHON_VERSION} != 27
-PLIST.async= yes
-.endif
PYSETUPTESTTARGET= pytest
Home |
Main Index |
Thread Index |
Old Index