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.
This commit is contained in:
parent
f2333cc13f
commit
be5f0f8de2
1 changed files with 1 additions and 7 deletions
|
@ -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
|
DISTNAME= Jinja2-2.11.1
|
||||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
||||||
|
@ -16,12 +16,6 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
|
||||||
|
|
||||||
USE_LANGUAGES= # none
|
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"
|
.include "../../lang/python/pyversion.mk"
|
||||||
|
|
||||||
# async byte-compilation fails for Python < 3.6
|
# async byte-compilation fails for Python < 3.6
|
||||||
|
|
Loading…
Reference in a new issue