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

Johannes Löthberg demize at archlinux.org
Mon Jan 25 20:16:24 UTC 2016


    Date: Monday, January 25, 2016 @ 21:16:24
  Author: demize
Revision: 158903

upgpkg: python-sphinx 1.3.5-1

Modified:
  python-sphinx/trunk/PKGBUILD

----------+
 PKGBUILD |   28 ++++++++++++++++++++++------
 1 file changed, 22 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-25 20:05:11 UTC (rev 158902)
+++ PKGBUILD	2016-01-25 20:16:24 UTC (rev 158903)
@@ -6,7 +6,7 @@
 
 pkgbase=python-sphinx
 pkgname=('python-sphinx' 'python2-sphinx')
-pkgver=1.3.4
+pkgver=1.3.5
 pkgrel=1
 
 arch=('any')
@@ -36,7 +36,7 @@
 )
 
 source=("http://pypi.python.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz")
-md5sums=('a0aa2e92d749d52c678873994dff9e10')
+md5sums=('14bc6413d9863e36fd7204770bd6fcfe')
 
 prepare() {
   # souce duplication is required because makefile modify source code
@@ -74,8 +74,16 @@
 
 package_python-sphinx() {
   pkgdesc='Python3 documentation generator'
-  depends=('python-jinja' 'python-pygments' 'python-docutils' 'python-sphinx_rtd_theme' 'python-sphinx-alabaster-theme' 'python-babel' 
-'python-snowballstemmer' 'python-six')
+  depends=(
+    'python-jinja'
+    'python-pygments'
+    'python-docutils'
+    'python-sphinx_rtd_theme'
+    'python-sphinx-alabaster-theme'
+    'python-babel'
+    'python-snowballstemmer'
+    'python-six'
+  )
   optdepends=('texlive-latexextra: for generation of PDF documentation')
 
   cd Sphinx-$pkgver
@@ -86,8 +94,16 @@
 
 package_python2-sphinx() {
   pkgdesc='Python2 documentation generator'
-  depends=('python2-jinja' 'python2-pygments' 'python2-docutils' 'python2-sphinx_rtd_theme' 'python2-sphinx-alabaster-theme' 'python2-babel' 
-'python2-snowballstemmer' 'python2-six')
+  depends=(
+    'python2-jinja'
+    'python2-pygments'
+    'python2-docutils'
+    'python2-sphinx_rtd_theme'
+    'python2-sphinx-alabaster-theme'
+    'python2-babel'
+    'python2-snowballstemmer'
+    'python2-six'
+  )
   optdepends=('texlive-latexextra: for generation of PDF documentation')
 
   cd Sphinx-${pkgver}2



More information about the arch-commits mailing list