From d7570e2e02ccc94ec96a5ce0b5b9c0c2efd04099 Mon Sep 17 00:00:00 2001 From: tnn Date: Tue, 19 Apr 2022 12:12:09 +0000 Subject: py-landslide: use versioned dependencies for jinja2 --- www/py-landslide/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'www') diff --git a/www/py-landslide/Makefile b/www/py-landslide/Makefile index 92ea3a80bff..a2bc7fc1a70 100644 --- a/www/py-landslide/Makefile +++ b/www/py-landslide/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2022/01/10 07:59:56 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2022/04/19 12:12:09 tnn Exp $ DISTNAME= landslide-1.1.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=l/landslide/} @@ -12,12 +12,11 @@ COMMENT= Generate HTML5 slideshows from markdown, ReST, or textile LICENSE= apache-2.0 DEPENDS+= ${PYPKGPREFIX}-docutils>=0.14:../../textproc/py-docutils -DEPENDS+= ${PYPKGPREFIX}-jinja2>=2.10.1:../../textproc/py-jinja2 DEPENDS+= ${PYPKGPREFIX}-six>=1.11.0:../../lang/py-six USE_LANGUAGES= # none -PYTHON_VERSIONED_DEPENDENCIES= markdown pygments +PYTHON_VERSIONED_DEPENDENCIES= jinja2 markdown pygments post-install: cd ${DESTDIR}${PREFIX}/bin && \ -- cgit v1.2.3