aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-speechpy/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-speechpy/APKBUILD')
-rw-r--r--community/py3-speechpy/APKBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/community/py3-speechpy/APKBUILD b/community/py3-speechpy/APKBUILD
deleted file mode 100644
index d4364fa18ba..00000000000
--- a/community/py3-speechpy/APKBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# Contributor: Bart Ribbers <bribbers@disroot.org>
-# Maintainer: Bart Ribbers <bribbers@disroot.org>
-pkgname=py3-speechpy
-pkgver=2.4
-pkgrel=1
-pkgdesc="A Library for Speech Processing and Recognition"
-url="http://speechpy.readthedocs.io/en/latest/"
-arch="noarch !mips !mips64" # Blocked by py3-numpy and py3-scipy
-license="Apache-2.0"
-depends="python3 py3-numpy py3-scipy"
-makedepends="py3-setuptools py3-numpy-dev"
-source="https://pypi.python.org/packages/source/s/speechpy-fast/speechpy-fast-$pkgver.tar.gz"
-options="!check" # No tests
-builddir="$srcdir/speechpy-fast-$pkgver"
-
-build() {
- python3 setup.py build
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="0e797c06953174e847eee4e2f41031e6605242dea713563ce402537f9392769a4893fc6aa0903d403174691dc5161805910529dc97bb54e9df460eba5c6b0503 speechpy-fast-2.4.tar.gz"