pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-sphinx1
Module Name: pkgsrc
Committed By: tnn
Date: Tue Apr 19 12:01:08 UTC 2022
Modified Files:
pkgsrc/textproc/py-sphinx1: Makefile
Log Message:
py-sphinx1: use versioned dependencies for jinja2
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-sphinx1/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-sphinx1/Makefile
diff -u pkgsrc/textproc/py-sphinx1/Makefile:1.6 pkgsrc/textproc/py-sphinx1/Makefile:1.7
--- pkgsrc/textproc/py-sphinx1/Makefile:1.6 Wed Jan 5 20:47:37 2022
+++ pkgsrc/textproc/py-sphinx1/Makefile Tue Apr 19 12:01:08 2022
@@ -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}-alabaster>=0.7:
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}-html5lib-[
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