aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-03-27 18:09:59 +0100
committerRasmus Thomsen <oss@cogitri.dev>2020-05-06 20:36:43 +0000
commitb3f4015342f2cd7602c73034a1c34540ec2ec3c7 (patch)
tree196da3fcef05a3e294bab75d1b66e4c3649c4a40 /testing
parente0e1ed08aa7a4b60fb4b00615cdc429c843956c1 (diff)
downloadaports-b3f4015342f2cd7602c73034a1c34540ec2ec3c7.tar.bz2
aports-b3f4015342f2cd7602c73034a1c34540ec2ec3c7.tar.xz
testing/py3-padatious: new aport
Diffstat (limited to 'testing')
-rw-r--r--testing/py3-padatious/APKBUILD24
1 files changed, 24 insertions, 0 deletions
diff --git a/testing/py3-padatious/APKBUILD b/testing/py3-padatious/APKBUILD
new file mode 100644
index 0000000000..2d5f3152dd
--- /dev/null
+++ b/testing/py3-padatious/APKBUILD
@@ -0,0 +1,24 @@
+# Contributor: Bart Ribbers <bribbers@disroot.org>
+# Maintainer: Bart Ribbers <bribbers@disroot.org>
+pkgname=py3-padatious
+pkgver=0.4.6
+pkgrel=0
+pkgdesc="A neural network intent parser"
+url="http://padatious.readthedocs.io/"
+arch="noarch"
+license="Apache-2.0"
+depends="python3 py3-padaos py3-xxhash py3-fann2"
+makedepends="py3-setuptools"
+source="https://pypi.python.org/packages/source/p/padatious/padatious-$pkgver.tar.gz"
+options="!check" # No tests
+builddir="$srcdir/padatious-$pkgver"
+
+build() {
+ python3 setup.py build
+}
+
+package() {
+ python3 setup.py install --prefix=/usr --root="$pkgdir"
+}
+
+sha512sums="eaa5822f5c17806881dd4eb1bd564e2e33748a120fd0855d68aa3c7e6bcea671a9dc249cecfaa5be90f35c29281d95d82c81e00c960136bab8b5f1a17156c04b padatious-0.4.6.tar.gz"