summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorChristoph Fink2020-01-21 18:58:00 +0200
committerChristoph Fink2020-01-21 18:58:00 +0200
commit9ac20d66863867b9d5df54d02e92676df4dc1d51 (patch)
treed95075733071681c2357eb72312398ec2ea56c60 /.SRCINFO
parentc2b5c65225d5a814d97ab321a11fc08ab76b9758 (diff)
downloadaur-9ac20d66863867b9d5df54d02e92676df4dc1d51.tar.gz
dropping python2 support
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO11
1 files changed, 3 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36693c80d029..59a50e7acf07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,15 @@
pkgbase = python-webhoseio
pkgdesc = Simple client library for the webhose.io REST API
pkgver = 0.5
- pkgrel = 0
+ pkgrel = 1
url = https://github.com/Webhose/webhoseio-python/
arch = any
license = MIT
makedepends = python-setuptools
- makedepends = python2-setuptools
+ depends = python
+ depends = python-requests
source = https://files.pythonhosted.org/packages/source/w/webhoseio/webhoseio-0.5.tar.gz
sha256sums = a5ec55b84e46dc02b4f332bbdef84e80c0585042ea22bc8eb5ae6f803773aefe
pkgname = python-webhoseio
- depends = python
- depends = python-requests
-
-pkgname = python2-webhoseio
- depends = python2
- depends = python2-requests