pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-landslide
Module Name: pkgsrc
Committed By: tnn
Date: Tue Apr 19 12:12:09 UTC 2022
Modified Files:
pkgsrc/www/py-landslide: Makefile
Log Message:
py-landslide: use versioned dependencies for jinja2
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-landslide/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-landslide/Makefile
diff -u pkgsrc/www/py-landslide/Makefile:1.8 pkgsrc/www/py-landslide/Makefile:1.9
--- pkgsrc/www/py-landslide/Makefile:1.8 Mon Jan 10 07:59:56 2022
+++ pkgsrc/www/py-landslide/Makefile Tue Apr 19 12:12:09 2022
@@ -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
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 && \
Home |
Main Index |
Thread Index |
Old Index