summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoradrien10182019-10-16 13:17:51 +0800
committeradrien10182019-10-16 13:17:51 +0800
commitcccd20408c18baaa472392cd4c3400cbfefdc52c (patch)
tree4642fe898184aa9d810975cbf80e7fc5b7db27ec
parentac252e79f28d65586b7dcd3ff7fd954c89d81090 (diff)
downloadaur-cccd20408c18baaa472392cd4c3400cbfefdc52c.tar.gz
Add Python as dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6e7e27f0181..b4c8209def9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = python-polyglot
url = https://github.com/aboSamoor/polyglot
arch = any
makedepends = python-setuptools
+ depends = python
provides = python-polyglot
source = https://files.pythonhosted.org/packages/source/p/polyglot/polyglot-16.7.4.tar.gz
sha256sums = f7d9cca9a212622548e9416fb89f1238b994b8860ef49e03b7c82c67f9b6269b
diff --git a/PKGBUILD b/PKGBUILD
index 4249b04e7fe0..cec3ab05ecf7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,7 @@ pkgdesc="A natural language pipeline that supports massive multilingual applicat
url="https://github.com/aboSamoor/polyglot"
arch=('any')
provides=('python-polyglot')
+depends=('python')
makedepends=('python-setuptools')
_name="${pkgname#python-}"
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")