[arch-commits] Commit in python-sphinx/trunk (PKGBUILD)
Johannes Löthberg
demize at archlinux.org
Sun Dec 18 20:47:25 UTC 2016
Date: Sunday, December 18, 2016 @ 20:47:25
Author: demize
Revision: 200204
upgpkg: python-sphinx 1.5.1-1
Modified:
python-sphinx/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-12-18 19:33:58 UTC (rev 200203)
+++ PKGBUILD 2016-12-18 20:47:25 UTC (rev 200204)
@@ -6,7 +6,7 @@
pkgbase=python-sphinx
pkgname=('python-sphinx' 'python2-sphinx')
-pkgver=1.5
+pkgver=1.5.1
pkgrel=1
arch=('any')
@@ -29,18 +29,21 @@
)
checkdepends=(
+ 'texlive-latexextra'
'python-nose' 'python2-nose'
- 'texlive-latexextra'
'python-snowballstemmer' 'python2-snowballstemmer'
'python-babel' 'python2-babel'
'python-sphinx-alabaster-theme' 'python2-sphinx-alabaster-theme'
'python-sphinx_rtd_theme' 'python2-sphinx_rtd_theme'
- 'python2-mock'
+ 'python-mock' 'python2-mock'
+ 'python-html5lib' 'python2-html5lib'
+ 'python-requests' 'python2-requests'
+ 'python2-enum34'
)
source=("https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz")
-md5sums=('366280d3b19fcf83f1c9e2fdfc9115b3')
+md5sums=('1abb725861037e13cbc49eb84cd8cef3')
prepare() {
# souce duplication is required because makefile modify source code
@@ -88,6 +91,7 @@
'python-snowballstemmer'
'python-six'
'python-imagesize'
+ 'python-requests'
)
optdepends=('texlive-latexextra: for generation of PDF documentation')
@@ -109,6 +113,7 @@
'python2-snowballstemmer'
'python2-six'
'python2-imagesize'
+ 'python2-requests'
)
optdepends=('texlive-latexextra: for generation of PDF documentation')
More information about the arch-commits
mailing list