pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-landslide py-landslide: use versioned dependenc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/40bb0d81d9cd
branches:  trunk
changeset: 377342:40bb0d81d9cd
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Apr 19 12:12:09 2022 +0000

description:
py-landslide: use versioned dependencies for jinja2

diffstat:

 www/py-landslide/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 62f42f7abfde -r 40bb0d81d9cd www/py-landslide/Makefile
--- a/www/py-landslide/Makefile Tue Apr 19 12:11:10 2022 +0000
+++ b/www/py-landslide/Makefile Tue Apr 19 12:12:09 2022 +0000
@@ -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 @@
 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