aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2020-05-26 11:29:33 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2020-05-26 11:29:33 +0000
commita44f73dca90322b87dd854aefe65e537e3801d1b (patch)
treeb355689cf4c202bb0e3148eb2c62f73e7f05a9ce
parentb8a706c06abdcc5fdb5c958eb0e316bf0686713a (diff)
downloadalpine_aports-a44f73dca90322b87dd854aefe65e537e3801d1b.tar.bz2
alpine_aports-a44f73dca90322b87dd854aefe65e537e3801d1b.tar.xz
alpine_aports-a44f73dca90322b87dd854aefe65e537e3801d1b.zip
testing/py3-padatious: disable to unblock the builders
-rw-r--r--testing/py3-padatious/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-padatious/APKBUILD b/testing/py3-padatious/APKBUILD
index d5b4debb38..8fa4e248a9 100644
--- a/testing/py3-padatious/APKBUILD
+++ b/testing/py3-padatious/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.4.8
5pkgrel=0 5pkgrel=0
6pkgdesc="A neural network intent parser" 6pkgdesc="A neural network intent parser"
7url="http://padatious.readthedocs.io/" 7url="http://padatious.readthedocs.io/"
8arch="noarch" 8arch= #"noarch" Disable to unblock the builders
9license="Apache-2.0" 9license="Apache-2.0"
10depends="python3 py3-padaos py3-xxhash py3-fann2" 10depends="python3 py3-padaos py3-xxhash py3-fann2"
11makedepends="py3-setuptools" 11makedepends="py3-setuptools"