pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-sphinx Fix runtime error when building doc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9ad92d40008
branches:  trunk
changeset: 338378:d9ad92d40008
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Fri Aug 23 13:18:52 2019 +0000

description:
Fix runtime error when building docs in mail/notmuch, bump PKGREVISION

diffstat:

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

diffs (21 lines):

diff -r 42b32d10f910 -r d9ad92d40008 textproc/py-sphinx/Makefile
--- a/textproc/py-sphinx/Makefile       Fri Aug 23 13:15:05 2019 +0000
+++ b/textproc/py-sphinx/Makefile       Fri Aug 23 13:18:52 2019 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.63 2019/05/02 09:27:09 adam Exp $
+# $NetBSD: Makefile,v 1.64 2019/08/23 13:18:52 ryoon Exp $
 
 DISTNAME=      Sphinx-1.8.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
+PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=S/Sphinx/}
 
@@ -10,6 +11,7 @@
 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



Home | Main Index | Thread Index | Old Index