diff options
author | Ćukasz Jendrysik <scadu@yandex.com> | 2017-02-17 14:35:11 +0000 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-02-18 16:33:01 +0100 |
commit | f939696b5cd1ad74ca0a88dbb8c59716905af888 (patch) | |
tree | a6e579f7fc066fc199d5f82d86829590e3f35cf1 /community/py-gevent | |
parent | 859d6382196917ec75da7ccdb7f6d34db191255c (diff) | |
download | aports-f939696b5cd1ad74ca0a88dbb8c59716905af888.tar.bz2 aports-f939696b5cd1ad74ca0a88dbb8c59716905af888.tar.xz |
community/py-gevent: rebuild against new version of python3
Diffstat (limited to 'community/py-gevent')
-rw-r--r-- | community/py-gevent/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-gevent/APKBUILD b/community/py-gevent/APKBUILD index 837d857b82..90846e9669 100644 --- a/community/py-gevent/APKBUILD +++ b/community/py-gevent/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-gevent _pkgname=${pkgname#py-} pkgver=1.1.2 -pkgrel=0 +pkgrel=1 pkgdesc="Python library for seamless coroutine-based concurrency" url="http://gevent.org/" arch="all" |