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: adam
Date: Tue Jul 3 07:58:11 UTC 2018
Modified Files:
pkgsrc/textproc/py-jinja2: Makefile
Log Message:
py-jinja2: fix for Python 3.7
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 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.23 pkgsrc/textproc/py-jinja2/Makefile:1.24
--- pkgsrc/textproc/py-jinja2/Makefile:1.23 Thu Nov 9 07:52:17 2017
+++ pkgsrc/textproc/py-jinja2/Makefile Tue Jul 3 07:58:11 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2017/11/09 07:52:17 adam Exp $
+# $NetBSD: Makefile,v 1.24 2018/07/03 07:58:11 adam Exp $
DISTNAME= Jinja2-2.10
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -26,7 +26,7 @@ SUBST_SED.unicode+= -e 's,u",",g'
# async byte-compilation fails for Python < 3.6
# see https://github.com/pallets/jinja/issues/643
PLIST_VARS+= async
-.if "${PYPKGPREFIX}" == "py36"
+.if "${PYPKGPREFIX}" == "py36" || "${PYPKGPREFIX}" == "py37"
PLIST.async= yes
.endif
Home |
Main Index |
Thread Index |
Old Index