aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-05-07 10:26:41 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-05-07 09:24:27 +0000
commite505bc34af8dfd125876ce83715a03cbb9d24b9c (patch)
tree5b0bad7cf9618aaf1cbacfb0dbe62813d4b6fa04 /testing
parent19ea6c2233735b988d2a563c004c69555fd92983 (diff)
downloadaports-e505bc34af8dfd125876ce83715a03cbb9d24b9c.tar.bz2
aports-e505bc34af8dfd125876ce83715a03cbb9d24b9c.tar.xz
testing/py3-fsspec: upgrade to 0.7.3 and fix url
Diffstat (limited to 'testing')
-rw-r--r--testing/py3-fsspec/APKBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/testing/py3-fsspec/APKBUILD b/testing/py3-fsspec/APKBUILD
index b13895a91a..72e9895965 100644
--- a/testing/py3-fsspec/APKBUILD
+++ b/testing/py3-fsspec/APKBUILD
@@ -1,16 +1,17 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=py3-fsspec
-pkgver=0.6.3
+pkgver=0.7.3
pkgrel=0
pkgdesc="A specification for pythonic filesystems"
-url="A specification for pythonic filesystems"
+url="https://github.com/intake/filesystem_spec"
arch="noarch"
license="BSD-3-Clause"
depends="python3"
makedepends="py3-setuptools"
+checkdepends="py3-pytest py3-numpy"
source="https://pypi.python.org/packages/source/f/fsspec/fsspec-$pkgver.tar.gz"
-options="!check" # Tests require Python 3.5, 3.6 or 3.7
+#options="!check" # Tests require Python 3.5, 3.6 or 3.7
builddir="$srcdir/fsspec-$pkgver"
build() {
@@ -18,11 +19,11 @@ build() {
}
check() {
- pythonn3 setup.py test
+ pytest
}
package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="9d6991f4cfa2c8aa061c132d1949257cdadbc6a880f8878fd21277b39ca323f52418a49ea36cdbeefb9f4801367618ea17bdba1a24f93c20a2259bc60ad1c9fd fsspec-0.6.3.tar.gz"
+sha512sums="e3498b6e08a7f697c431549582d2bdc02284ad14ae575ed5fe37443274eb7257ad90ee71c3bc4f63167821a48128ab02592fd2b3d304530d7d5ad4b9d87ce7a0 fsspec-0.7.3.tar.gz"