summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2020-03-29 02:36:07 +0800
committerUniversebenzene2020-03-29 02:36:07 +0800
commit693b6b78ec5397cac9b8e1b21ab7c7fe649e6cae (patch)
tree8bb63786e7615e6a896381755ed5a505f05fef41 /PKGBUILD
parent950f2e14f038fa963b1d6a23fc778279d8a5af05 (diff)
downloadaur-693b6b78ec5397cac9b8e1b21ab7c7fe649e6cae.tar.gz
Update to version 0.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f23108578823..b3f15b43672d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgbase=python-sphinx-gallery
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}")
#"python-${_pyname}-doc")
-pkgver=0.5.0
+pkgver=0.6.0
pkgrel=1
pkgdesc="Sphinx extension to automatically generate an examples gallery"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ makedepends=('python-setuptools')
#'python-sphinx' 'python-pillow' 'python-scipy' 'python-seaborn')
checkdepends=('python-pytest-cov' 'python-matplotlib' 'python-pillow' 'python-sphinx')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('8fd322c845330921dd300e2c9b7ed235')
+md5sums=('ba828b9592350147755bdc423e416f89')
build() {
cd ${srcdir}/${_pyname}-${pkgver}
@@ -27,6 +27,7 @@ check() {
cd ${srcdir}/${_pyname}-${pkgver}
python setup.py test
+# pytest
}
package_python-sphinx-gallery() {