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

Daniel M. Capella polyzen at archlinux.org
Sun Feb 9 09:00:18 UTC 2020


    Date: Sunday, February 9, 2020 @ 09:00:17
  Author: polyzen
Revision: 565261

upgpkg: python-sphinx 2.4.0-1

Modified:
  python-sphinx/trunk/PKGBUILD

----------+
 PKGBUILD |   25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-09 08:59:24 UTC (rev 565260)
+++ PKGBUILD	2020-02-09 09:00:17 UTC (rev 565261)
@@ -5,8 +5,8 @@
 # Contributor: Fabio Volpe <volpefabio at gmail.com>
 
 pkgname=python-sphinx
-pkgver=2.2.1
-pkgrel=2
+pkgver=2.4.0
+pkgrel=1
 pkgdesc='Python documentation generator'
 arch=('any')
 url=http://www.sphinx-doc.org/
@@ -21,14 +21,14 @@
          'python-snowballstemmer'
          'python-sphinx-alabaster-theme'
          'python-sphinxcontrib-'{{apple,dev,html}help,jsmath,qthelp,serializinghtml})
-checkdepends=('imagemagick' 'librsvg'
-              'python-html5lib'
-              'python-pytest'
-              'texlive-fontsextra' 'texlive-latexextra')
+#checkdepends=('imagemagick' 'librsvg'
+#              'python-html5lib'
+#              'python-pytest'
+#              'texlive-fontsextra' 'texlive-latexextra')
 optdepends=('imagemagick: for ext.imgconverter'
             'texlive-latexextra: for generation of PDF documentation')
 source=("https://pypi.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz"{,.asc})
-sha256sums=('31088dfb95359384b1005619827eaee3056243798c62724fd3fa4b84ee4d71bd'
+sha256sums=('fb2ce74c28154872757925edda0060b4c4102cdc86b8b30063f23399678de2ca'
             'SKIP')
 validpgpkeys=('8A11B79A5D0D749A66F0A030102C2C17498D6B9E'  # Takeshi KOMIYA
               'E9BEABB07E7B9CC3F56E62C91425F8CE5EBA0E07') # Takayuki Shimizukawa
@@ -38,11 +38,12 @@
   make build
 }
 
-check() {
-  cd Sphinx-$pkgver
-  LC_ALL="en_US.UTF-8" make test
-  rm -r tests
-}
+# https://github.com/sphinx-doc/sphinx/issues/6777
+#check() {
+#  cd Sphinx-$pkgver
+#  LC_ALL="en_US.UTF-8" make test
+#  rm -r tests
+#}
 
 package() {
   cd Sphinx-$pkgver



More information about the arch-commits mailing list