diff options
author | Michael Zhou <zhoumichaely@gmail.com> | 2011-06-06 13:52:24 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-06 14:00:32 +0000 |
commit | b987acc56362f13babecf593bc67c5f917626cbd (patch) | |
tree | 913e14cfe4b3d3ead56d46b0256165ce18a0591e /testing/py-gevent/APKBUILD | |
parent | bff0631f0720ea0d40ec7df087aac26a69faa795 (diff) | |
download | aports-b987acc56362f13babecf593bc67c5f917626cbd.tar.bz2 aports-b987acc56362f13babecf593bc67c5f917626cbd.tar.xz |
testing/py-gevent: update
Diffstat (limited to 'testing/py-gevent/APKBUILD')
-rw-r--r-- | testing/py-gevent/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py-gevent/APKBUILD b/testing/py-gevent/APKBUILD index 7cf3309200..9c1eda790c 100644 --- a/testing/py-gevent/APKBUILD +++ b/testing/py-gevent/APKBUILD @@ -1,13 +1,13 @@ # Maintainer: Michael Zhou <zhoumichaely@gmail.com> # Contributor: Michael Zhou <zhoumichaely@gmail.com> pkgname=py-gevent -pkgver=0.13.5 +pkgver=0.13.6 pkgrel=0 pkgdesc="Python library for seamless coroutine-based concurrency" url="http://gevent.org/" arch="x86 x86_64" license="MIT" -depends="python py-greenlet libevent" +depends="py-greenlet" makedepends="python-dev py-setuptools libevent-dev" source="http://pypi.python.org/packages/source/g/gevent/gevent-${pkgver}.tar.gz" @@ -22,4 +22,4 @@ package() { cd "$_builddir" python setup.py install --root="$pkgdir" } -md5sums="8143d708256eec0579fb65d76ab0b05c gevent-0.13.5.tar.gz" +md5sums="7c836ce2315d44ba0af6134efbcd38c9 gevent-0.13.6.tar.gz" |