textproc/py-jinja2: Bump py-markupsafe dependency
This commit is contained in:
parent
fc6e01ccba
commit
e2e14aad71
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.32 2022/04/18 12:58:27 js Exp $
|
||||
# $NetBSD: Makefile,v 1.33 2022/04/18 13:37:46 js Exp $
|
||||
|
||||
DISTNAME= Jinja2-3.1.1
|
||||
PKGREVISION= 1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=J/Jinja2/}
|
||||
|
@ -11,7 +12,7 @@ COMMENT= Small but fast and easy to use stand-alone template engine
|
|||
LICENSE= modified-bsd
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-babel>=0.8:../../devel/py-babel
|
||||
DEPENDS+= ${PYPKGPREFIX}-markupsafe>=0.23:../../textproc/py-markupsafe
|
||||
DEPENDS+= ${PYPKGPREFIX}-markupsafe>=2.0:../../textproc/py-markupsafe
|
||||
TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
|
Loading…
Reference in a new issue