summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Bruhin2015-01-26 09:55:09 +0100
committerFlorian Bruhin2015-06-10 22:43:57 +0200
commit445d4e60d55fbf889f673045d9955904da72a87a (patch)
treef474659cb4cba241a51784c802cc1297b4f80987
parent7813887a32405eb0ef1e5e41a0a53bdd2081abdf (diff)
downloadaur-445d4e60d55fbf889f673045d9955904da72a87a.tar.gz
python2-websocket-client: Depend on setuptools instead of distribute.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ad65a847c9a..9019b7eba572 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = python2-websocket-client
pkgdesc = Websocket client for Python.
pkgver = 0.22.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/liris/websocket-client
arch = any
license = LGPL
- makedepends = python2-distribute
+ makedepends = python2-setuptools
depends = python2>=2.7.9
depends = python2-six
- depends = python2-setuptools
source = http://pypi.python.org/packages/source/w/websocket-client/websocket-client-0.22.0.tar.gz
sha512sums = 080fa4777857d316a1a179df6523f9b24812db9ef044800050ae3f8a45aaf04fd9f948c776cd11cb6ca4f714a58045bda71b82ed3dd8886f038a89e7334a18a9
diff --git a/PKGBUILD b/PKGBUILD
index dc3af882522c..3959f2db2f91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=python2-websocket-client
pkgver=0.22.0
-pkgrel=3
+pkgrel=4
pkgdesc="Websocket client for Python."
url="https://github.com/liris/websocket-client"
license=('LGPL')
arch=('any')
-depends=('python2>=2.7.9' 'python2-six' 'python2-setuptools')
+depends=('python2>=2.7.9' 'python2-six')
+makedepends=('python2-setuptools')
-makedepends=('python2-distribute')
source=(http://pypi.python.org/packages/source/w/websocket-client/websocket-client-$pkgver.tar.gz)
sha512sums=('080fa4777857d316a1a179df6523f9b24812db9ef044800050ae3f8a45aaf04fd9f948c776cd11cb6ca4f714a58045bda71b82ed3dd8886f038a89e7334a18a9')