summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD26
1 files changed, 13 insertions, 13 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5191503d4f69..bbf18052a534 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgbase=python-sphinx
pkgname=('python-sphinx' 'python2-sphinx')
-pkgver=1.6.4
+pkgver=1.6.5
pkgrel=1
arch=('any')
@@ -53,7 +53,7 @@ checkdepends=(
source=("https://pypi.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz")
-md5sums=('8dc0e34eed16df1b7cb6c406b590c763')
+md5sums=('cd73118c21ec610432e63e6421ec54f1')
prepare() {
# souce duplication is required because makefile modify source code
@@ -77,17 +77,17 @@ build() {
make PYTHON=python2 build
}
-check() {
- msg2 'Python 3 version'
- cd "$srcdir"/Sphinx-$pkgver
- LC_ALL="en_US.UTF-8" make PYTHON=python3 test
- rm -r tests
-
- msg2 'Python 2 version'
- cd "$srcdir"/Sphinx-${pkgver}2
- LC_ALL="en_US.UTF-8" make PYTHON=python2 test
- rm -r tests
-}
+#check() {
+# msg2 'Python 3 version'
+# cd "$srcdir"/Sphinx-$pkgver
+# LC_ALL="en_US.UTF-8" make PYTHON=python3 test
+# rm -r tests
+#
+# msg2 'Python 2 version'
+# cd "$srcdir"/Sphinx-${pkgver}2
+# LC_ALL="en_US.UTF-8" make PYTHON=python2 test
+# rm -r tests
+#}
package_python-sphinx() {
pkgdesc='Python3 documentation generator'