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:   adam
Date:           Thu Dec 15 11:04:10 UTC 2016

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

Log Message:
Added py-requests to DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 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.33 pkgsrc/textproc/py-sphinx/Makefile:1.34
--- pkgsrc/textproc/py-sphinx/Makefile:1.33     Thu Dec 15 10:48:17 2016
+++ pkgsrc/textproc/py-sphinx/Makefile  Thu Dec 15 11:04:10 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2016/12/15 10:48:17 adam Exp $
+# $NetBSD: Makefile,v 1.34 2016/12/15 11:04:10 adam Exp $
 
 DISTNAME=      Sphinx-1.5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -17,6 +17,7 @@ DEPENDS+=     ${PYPKGPREFIX}-imagesize-[0-9]
 DEPENDS+=      ${PYPKGPREFIX}-jinja2>=2.2:../../textproc/py-jinja2
 DEPENDS+=      ${PYPKGPREFIX}-pygments>=0.8:../../textproc/py-pygments
 DEPENDS+=      ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
+DEPENDS+=      ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
 DEPENDS+=      ${PYPKGPREFIX}-snowballstemmer-[0-9]*:../../textproc/py-snowballstemmer
 DEPENDS+=      ${PYPKGPREFIX}-sphinx-rtd-theme-[0-9]*:../../textproc/py-sphinx-rtd-theme
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six



Home | Main Index | Thread Index | Old Index