diff options
Diffstat (limited to 'testing/py-gevent')
-rw-r--r-- | testing/py-gevent/APKBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/testing/py-gevent/APKBUILD b/testing/py-gevent/APKBUILD index 9bda980c0f..6722a3e0ef 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" |