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

Johannes Löthberg demize at archlinux.org
Mon May 22 19:01:43 UTC 2017


    Date: Monday, May 22, 2017 @ 19:01:42
  Author: demize
Revision: 229308

upgpkg: python-sphinx 1.6.1-1

Modified:
  python-sphinx/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-22 18:57:34 UTC (rev 229307)
+++ PKGBUILD	2017-05-22 19:01:42 UTC (rev 229308)
@@ -6,7 +6,7 @@
 
 pkgbase=python-sphinx
 pkgname=('python-sphinx' 'python2-sphinx')
-pkgver=1.5.5
+pkgver=1.6.1
 pkgrel=1
 
 arch=('any')
@@ -40,11 +40,12 @@
   'python-requests' 'python2-requests'
   'python2-pytest' 'python-pytest'
   'python2-enum34'
+  'python-sphinxcontrib-websupport' 'python2-sphinxcontrib-websupport'
 )
 
 source=("https://pypi.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz")
 
-md5sums=('f9581b3556df9722143c47290273bcf8')
+md5sums=('26cb1cdca7aa4afc8c925d926b6268e7')
 
 prepare() {
   # souce duplication is required because makefile modify source code
@@ -94,7 +95,8 @@
     'python-imagesize'
     'python-requests'
   )
-  optdepends=('texlive-latexextra: for generation of PDF documentation')
+  optdepends=('texlive-latexextra: for generation of PDF documentation'
+              'python-sphinxcontrib-websupport: Python API to easily integrate Sphinx documentation into Web applications')
 
   cd Sphinx-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
@@ -116,7 +118,8 @@
     'python2-imagesize'
     'python2-requests'
   )
-  optdepends=('texlive-latexextra: for generation of PDF documentation')
+  optdepends=('texlive-latexextra: for generation of PDF documentation'
+              'python2-sphinxcontrib-websupport: Python API to easily integrate Sphinx documentation into Web applications')
 
   cd Sphinx-${pkgver}2
   python2 setup.py install --root="$pkgdir" --optimize=1



More information about the arch-commits mailing list