summaryrefslogtreecommitdiffstats
path: root/testing/py-gevent
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2013-09-04 22:34:57 +0000
committerBartłomiej Piotrowski <b@bpiotrowski.pl>2013-09-08 14:34:52 +0200
commit0f541d9d669ec5a095eb6b6574e166783cc1ca29 (patch)
treea74ce2b8956f96063e7e8a1a9a6ead6db153b43b /testing/py-gevent
parente800ae2e09f49237eff8caaa5cd60c5144fb62d7 (diff)
downloadaports-0f541d9d669ec5a095eb6b6574e166783cc1ca29.tar.bz2
aports-0f541d9d669ec5a095eb6b6574e166783cc1ca29.tar.xz
testing/py-gevent: upgrade to 0.13.8
Diffstat (limited to 'testing/py-gevent')
-rw-r--r--testing/py-gevent/APKBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/testing/py-gevent/APKBUILD b/testing/py-gevent/APKBUILD
index 9bda980c0..6722a3e0e 100644
--- a/testing/py-gevent/APKBUILD
+++ b/testing/py-gevent/APKBUILD
@@ -1,8 +1,8 @@
# Maintainer: Michael Zhou <zhoumichaely@gmail.com>
# Contributor: Michael Zhou <zhoumichaely@gmail.com>
pkgname=py-gevent
-pkgver=0.13.6
-pkgrel=1
+pkgver=0.13.8
+pkgrel=0
pkgdesc="Python library for seamless coroutine-based concurrency"
url="http://gevent.org/"
arch="x86 x86_64"
@@ -12,8 +12,7 @@ makedepends="python-dev py-setuptools libevent-dev"
source="http://pypi.python.org/packages/source/g/gevent/gevent-${pkgver}.tar.gz"
_builddir="$srcdir"/gevent-$pkgver
-build ()
-{
+build () {
cd "$_builddir"
python setup.py build
}
@@ -22,4 +21,6 @@ package() {
cd "$_builddir"
python setup.py install --root="$pkgdir"
}
-md5sums="7c836ce2315d44ba0af6134efbcd38c9 gevent-0.13.6.tar.gz"
+md5sums="ca9dcaa7880762d8ebbc266b11252960 gevent-0.13.8.tar.gz"
+sha256sums="54b8d26300ce408c0916a3e63ef6cd3e6aca76230833558deb7de15196ed955e gevent-0.13.8.tar.gz"
+sha512sums="f3d93e2503aa54137f942150fe9ab667b5ebcdff25f0aef979923265a0767cf1552480e9b855014613e706ca76ef72432622a8569e1aa5f1c357ebe9fc4dea96 gevent-0.13.8.tar.gz"