pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-sphinx Revert wrong workaround and require...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8c89e123233b
branches:  trunk
changeset: 400202:8c89e123233b
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat Aug 24 04:48:02 2019 +0000

description:
Revert wrong workaround and require py-packaging>=19.1nb1 explicitly

Bump PKGREVISION.
>From wiz@, thank you.

diffstat:

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

diffs (29 lines):

diff -r 17425908eb9a -r 8c89e123233b textproc/py-sphinx/Makefile
--- a/textproc/py-sphinx/Makefile       Sat Aug 24 02:54:12 2019 +0000
+++ b/textproc/py-sphinx/Makefile       Sat Aug 24 04:48:02 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.64 2019/08/23 13:18:52 ryoon Exp $
+# $NetBSD: Makefile,v 1.65 2019/08/24 04:48:02 ryoon Exp $
 
 DISTNAME=      Sphinx-1.8.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=S/Sphinx/}
 
@@ -11,13 +11,12 @@
 COMMENT=       Python documentation generator
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-attrs>=17.4.0:../../devel/py-attrs
 DEPENDS+=      ${PYPKGPREFIX}-alabaster>=0.7:../../textproc/py-alabaster
 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}-packaging-[0-9]*:../../devel/py-packaging
+DEPENDS+=      ${PYPKGPREFIX}-packaging>=19.1nb1:../../devel/py-packaging
 DEPENDS+=      ${PYPKGPREFIX}-pygments>=2.0:../../textproc/py-pygments
 DEPENDS+=      ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.0.0:../../devel/py-requests



Home | Main Index | Thread Index | Old Index