pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-sphinx1 py-sphinx1: use versioned dependen...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b5df59821e12
branches:  trunk
changeset: 377332:b5df59821e12
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Apr 19 12:01:08 2022 +0000

description:
py-sphinx1: use versioned dependencies for jinja2

diffstat:

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

diffs (31 lines):

diff -r 8e8a2940fe7d -r b5df59821e12 textproc/py-sphinx1/Makefile
--- a/textproc/py-sphinx1/Makefile      Tue Apr 19 12:00:27 2022 +0000
+++ b/textproc/py-sphinx1/Makefile      Tue Apr 19 12:01:08 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2022/01/05 20:47:37 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2022/04/19 12:01:08 tnn Exp $
 
 DISTNAME=      Sphinx-1.8.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
-PKGREVISION=   5
+PKGREVISION=   6
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=S/Sphinx/}
 
@@ -15,7 +15,6 @@
 DEPENDS+=      ${PYPKGPREFIX}-babel>=1.3:../../devel/py-babel
 DEPENDS+=      ${PYPKGPREFIX}-docutils>=0.11:../../textproc/py-docutils
 DEPENDS+=      ${PYPKGPREFIX}-imagesize-[0-9]*:../../graphics/py-imagesize
-DEPENDS+=      ${PYPKGPREFIX}-jinja2>=2.3:../../textproc/py-jinja2
 DEPENDS+=      ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.0.0:../../devel/py-requests
 DEPENDS+=      ${PYPKGPREFIX}-snowballstemmer>=1.1:../../textproc/py-snowballstemmer
@@ -31,7 +30,7 @@
 TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 
-PYTHON_VERSIONED_DEPENDENCIES= packaging pygments test:test
+PYTHON_VERSIONED_DEPENDENCIES= jinja2 packaging pygments test:test
 
 USE_LANGUAGES= # none
 USE_TOOLS+=    makeinfo



Home | Main Index | Thread Index | Old Index