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

Daniel M. Capella polyzen at archlinux.org
Mon Jul 6 03:51:15 UTC 2020


    Date: Monday, July 6, 2020 @ 03:51:14
  Author: polyzen
Revision: 657952

upgpkg: python-sphinx 3.1.2-1

Modified:
  python-sphinx/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-06 01:53:57 UTC (rev 657951)
+++ PKGBUILD	2020-07-06 03:51:14 UTC (rev 657952)
@@ -5,7 +5,7 @@
 # Contributor: Fabio Volpe <volpefabio at gmail.com>
 
 pkgname=python-sphinx
-pkgver=3.1.1
+pkgver=3.1.2
 pkgrel=1
 pkgdesc='Python documentation generator'
 arch=('any')
@@ -21,15 +21,15 @@
          'python-snowballstemmer'
          'python-sphinx-alabaster-theme'
          'python-sphinxcontrib-'{{apple,dev,html}help,jsmath,qthelp,serializinghtml})
-#checkdepends=('cython'
-#              'imagemagick' 'librsvg'
-#              'python-html5lib'
-#              'python-pytest'
-#              'texlive-fontsextra' 'texlive-latexextra')
+checkdepends=('cython'
+              '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=('74fbead182a611ce1444f50218a1c5fc70b6cc547f64948f5182fb30a2a20258'
+sha256sums=('b9daeb9b39aa1ffefc2809b43604109825300300b987a24f45976c001ba1a8fd'
             'SKIP')
 validpgpkeys=('8A11B79A5D0D749A66F0A030102C2C17498D6B9E'  # Takeshi KOMIYA
               'E9BEABB07E7B9CC3F56E62C91425F8CE5EBA0E07') # Takayuki Shimizukawa
@@ -39,11 +39,11 @@
   make build
 }
 
-#check() {
-#  cd Sphinx-$pkgver
-#  LC_ALL="en_US.UTF-8" make test
-#  rm -r tests
-#}
+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