[arch-commits] Commit in python-sphinx/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat May 9 19:28:41 UTC 2015


    Date: Saturday, May 9, 2015 @ 21:28:41
  Author: arojas
Revision: 133137

Update to 1.3.1

Modified:
  python-sphinx/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-09 19:25:42 UTC (rev 133136)
+++ PKGBUILD	2015-05-09 19:28:41 UTC (rev 133137)
@@ -5,7 +5,7 @@
 
 pkgbase=python-sphinx
 pkgname=('python-sphinx' 'python2-sphinx')
-pkgver=1.2.3
+pkgver=1.3.1
 pkgrel=1
 arch=('any')
 url='http://sphinx.pocoo.org/'
@@ -15,18 +15,24 @@
   'python-docutils'
   'python-jinja'
   'python-pygments'
+  'python-six'
   'python2-setuptools'
   'python2-docutils'
   'python2-jinja'
   'python2-pygments'
+  'python2-six'
 )
 checkdepends=(
-  'python-nose'
-  'python2-nose'
+  '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'
 )
 source=("http://pypi.python.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz")
-md5sums=('a98c93124035b4cd7183604aec656cb3')
+md5sums=('8786a194acf9673464c5455b11fd4332')
 
 prepare() {
   # souce duplication is required because makefile modify source code
@@ -53,11 +59,12 @@
   msg2 'Python 3 version'
   cd "$srcdir"/Sphinx-$pkgver
   make PYTHON=python3 test
-  rm -r build/lib/tests
+  rm -r tests
+
   msg2 'Python 2 version'
   cd "$srcdir"/Sphinx-${pkgver}2
   make PYTHON=python2 test
-  rm -r build/lib/tests
+  rm -r tests
 }
 
 package_python-sphinx() {



More information about the arch-commits mailing list