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:   rillig
Date:           Sun Mar 22 22:42:14 UTC 2020

Modified Files:
        pkgsrc/textproc/py-jinja2: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 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.27 pkgsrc/textproc/py-jinja2/Makefile:1.28
--- pkgsrc/textproc/py-jinja2/Makefile:1.27     Sat Feb  1 20:31:28 2020
+++ pkgsrc/textproc/py-jinja2/Makefile  Sun Mar 22 22:42:13 2020
@@ -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 @@ TEST_DEPENDS+=       ${PYPKGPREFIX}-test-runne
 
 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