pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-sphinx



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Fri Aug 23 13:18:52 UTC 2019

Modified Files:
        pkgsrc/textproc/py-sphinx: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/textproc/py-sphinx/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-sphinx/Makefile
diff -u pkgsrc/textproc/py-sphinx/Makefile:1.63 pkgsrc/textproc/py-sphinx/Makefile:1.64
--- pkgsrc/textproc/py-sphinx/Makefile:1.63     Thu May  2 09:27:09 2019
+++ pkgsrc/textproc/py-sphinx/Makefile  Fri Aug 23 13:18:52 2019
@@ -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 @@ HOMEPAGE=     http://sphinx.pocoo.org/
 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