aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-joblib/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-joblib/APKBUILD')
-rw-r--r--testing/py3-joblib/APKBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/testing/py3-joblib/APKBUILD b/testing/py3-joblib/APKBUILD
deleted file mode 100644
index c2989323ab8..00000000000
--- a/testing/py3-joblib/APKBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Contributor: Bart Ribbers <bribbers@disroot.org>
-# Maintainer: Bart Ribbers <bribbers@disroot.org>
-pkgname=py3-joblib
-pkgver=0.15.1
-pkgrel=0
-pkgdesc="Computing with Python functions"
-url="http://joblib.readthedocs.org/"
-arch="noarch !mips !mips64 !s390x" # Blocked by py3-distributed
-license="BSD-3-Clause"
-depends="python3 py3-distributed"
-makedepends="py3-setuptools cython"
-checkdepends="py3-pytest"
-source="https://pypi.python.org/packages/source/j/joblib/joblib-$pkgver.tar.gz"
-options="!check " # Tests broken
-builddir="$srcdir/joblib-$pkgver"
-
-build() {
- python3 setup.py build
-}
-
-check() {
- pytest
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="6e64f9ab2db87b3d41873481f16c85ce2c7507a478a7e8700283ce445d876dd4b3493669afd574dc30ff951bad940f6c522ab4b36536a496bd54b326e942efe1 joblib-0.15.1.tar.gz"