summaryrefslogtreecommitdiff
path: root/devel/py-Jinja2/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-11-08 07:03:00 -0800
committerYuri Victorovich <yuri@FreeBSD.org>2022-11-08 16:21:12 -0800
commit23cc43859179b1bb1b6932ccee2559ed5f66a968 (patch)
tree8b4c4046ddf493cc1bb8aa001853f40516079491 /devel/py-Jinja2/Makefile
parentsysutils/siegfried: Update to 1.9.6 (diff)
devel/py-Jinja2: Update 3.0.1 -> 3.1.2; Fix test target
PR: 260440 264990 Approved by: nivit@ (maintainer's timoeut on 260440; 10.5 months) Submitted by: brd@, p5B2EA84B3@t-online.de
Diffstat (limited to 'devel/py-Jinja2/Makefile')
-rw-r--r--devel/py-Jinja2/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/devel/py-Jinja2/Makefile b/devel/py-Jinja2/Makefile
index fe1290c9d2f2..4e258154f246 100644
--- a/devel/py-Jinja2/Makefile
+++ b/devel/py-Jinja2/Makefile
@@ -1,14 +1,13 @@
PORTNAME= Jinja2
-PORTVERSION= 3.0.1
-PORTREVISION= 0
+DISTVERSION= 3.1.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX?=
MAINTAINER= nivit@FreeBSD.org
-COMMENT?= Fast and easy to use stand-alone template engine
-WWW?= http://jinja.pocoo.org/
+COMMENT= Fast and easy to use stand-alone template engine
+WWW= http://jinja.pocoo.org/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.rst
@@ -19,7 +18,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markupsafe>=2.0.0:textproc/py-markupsafe@${
NO_ARCH= yes
.if empty(PKGNAMESUFFIX)
USES= cpe python
-USE_PYTHON= autoplist distutils
+USE_PYTHON= autoplist distutils pytest # 23 tests fail, see https://github.com/pallets/jinja/issues/1757
CPE_VENDOR= pocoo
.endif
@@ -68,7 +67,7 @@ post-install:
(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
.endif
-check regression-test test: build
+check regression-test: build
.if empty(PKGNAMESUFFIX)
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
.else