pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-jinja2 Removed testsuite from SUBST, becau...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/098a0f72df62
branches:  trunk
changeset: 355880:098a0f72df62
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Dec 15 10:46:08 2016 +0000

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

diffstat:

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

diffs (18 lines):

diff -r 89427656be43 -r 098a0f72df62 textproc/py-jinja2/Makefile
--- a/textproc/py-jinja2/Makefile       Thu Dec 15 10:44:33 2016 +0000
+++ b/textproc/py-jinja2/Makefile       Thu Dec 15 10:46:08 2016 +0000
@@ -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 @@
 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