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:           Thu Dec 15 10:46:08 UTC 2016

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

Log Message:
Removed testsuite from SUBST, because it does not exist anymore


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 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.19 pkgsrc/textproc/py-jinja2/Makefile:1.20
--- pkgsrc/textproc/py-jinja2/Makefile:1.19     Thu Dec 15 10:44:33 2016
+++ pkgsrc/textproc/py-jinja2/Makefile  Thu Dec 15 10:46:08 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2016/12/15 10:44:33 adam Exp $
+# $NetBSD: Makefile,v 1.20 2016/12/15 10:46:08 adam Exp $
 
 DISTNAME=      Jinja2-2.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -15,7 +15,7 @@ USE_LANGUAGES=                # none
 DEPENDS+=      ${PYPKGPREFIX}-markupsafe-[0-9]*:../../textproc/py-markupsafe
 
 SUBST_CLASSES+=                unicode
-SUBST_FILES.unicode=   jinja2/*.py jinja2/testsuite/*.py
+SUBST_FILES.unicode=   jinja2/*.py
 SUBST_SED.unicode+=    -e "s,u',',g"
 SUBST_SED.unicode+=    -e 's,u",",g'
 SUBST_STAGE.unicode=   pre-install



Home | Main Index | Thread Index | Old Index