pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-jinja2 textproc/py-jinja2: remove ignored ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4352f7650e68
branches:  trunk
changeset: 413900:4352f7650e68
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Mar 22 22:42:13 2020 +0000

description:
textproc/py-jinja2: remove ignored SUBST block

The Python files are in src/jinja2, not jinja2. Since they haven't been
replaced in the past, it's probably ok to keep the few Unicode string
literals.

diffstat:

 textproc/py-jinja2/Makefile |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (22 lines):

diff -r 5e7d9dd051f3 -r 4352f7650e68 textproc/py-jinja2/Makefile
--- a/textproc/py-jinja2/Makefile       Sun Mar 22 22:36:51 2020 +0000
+++ b/textproc/py-jinja2/Makefile       Sun Mar 22 22:42:13 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2020/02/01 20:31:28 adam Exp $
+# $NetBSD: Makefile,v 1.28 2020/03/22 22:42:13 rillig Exp $
 
 DISTNAME=      Jinja2-2.11.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -16,12 +16,6 @@
 
 USE_LANGUAGES=         # none
 
-SUBST_CLASSES+=                unicode
-SUBST_FILES.unicode=   jinja2/*.py
-SUBST_STAGE.unicode=   pre-install
-SUBST_SED.unicode+=    -e "s,u',',g"
-SUBST_SED.unicode+=    -e 's,u",",g'
-
 .include "../../lang/python/pyversion.mk"
 
 # async byte-compilation fails for Python < 3.6



Home | Main Index | Thread Index | Old Index