diff options
author | tnn <tnn@pkgsrc.org> | 2022-04-19 12:12:09 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2022-04-19 12:12:09 +0000 |
commit | d7570e2e02ccc94ec96a5ce0b5b9c0c2efd04099 (patch) | |
tree | c0005eab96d655a00c318673c16baa75309873b9 /www | |
parent | b9618d22088231fce8975e1d98d1804aef2ddaf5 (diff) | |
download | pkgsrc-d7570e2e02ccc94ec96a5ce0b5b9c0c2efd04099.tar.gz |
py-landslide: use versioned dependencies for jinja2
Diffstat (limited to 'www')
-rw-r--r-- | www/py-landslide/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
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 && \ |