diff options
| author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-23 11:50:26 +0000 |
|---|---|---|
| committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-23 11:50:26 +0000 |
| commit | 02361af75c67066a5ebde0cbdbcba3d830a50377 (patch) | |
| tree | 9c049154141c91dc81c97c3e8a992498d25de7a9 /testing/py-gevent | |
| parent | bb160bb259b96da87176aa01213e1a75306069ae (diff) | |
| download | aports-02361af75c67066a5ebde0cbdbcba3d830a50377.tar.bz2 aports-02361af75c67066a5ebde0cbdbcba3d830a50377.tar.xz | |
community/py-gevent: moved from testing, upgraded to 1.1.2, added python3 support and py2/py3 subpackages
Diffstat (limited to 'testing/py-gevent')
| -rw-r--r-- | testing/py-gevent/APKBUILD | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/testing/py-gevent/APKBUILD b/testing/py-gevent/APKBUILD deleted file mode 100644 index 53880f726..000000000 --- a/testing/py-gevent/APKBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# Maintainer: Michael Zhou <zhoumichaely@gmail.com> -# Contributor: Michael Zhou <zhoumichaely@gmail.com> -pkgname=py-gevent -_pkgname=${pkgname#py-} -pkgver=1.1.1 -pkgrel=0 -pkgdesc="Python library for seamless coroutine-based concurrency" -url="http://gevent.org/" -arch="all" -license="MIT" -depends="py-greenlet" -makedepends="python-dev py-setuptools libevent-dev" -source="https://github.com/gevent/gevent/releases/download/v$pkgver/$_pkgname-$pkgver.tar.gz" -builddir="$srcdir/$_pkgname-$pkgver" - -build () { - cd "$builddir" - python setup.py build -} - -package() { - cd "$builddir" - python setup.py install --root="$pkgdir" -} - -md5sums="1532f5396ab4d07a231f1935483be7c3 gevent-1.1.1.tar.gz" -sha256sums="6ee5b9851b2acde08df7ab9b9a2903f58b4b0e555405c444f4b1dd16f71caeea gevent-1.1.1.tar.gz" -sha512sums="b6342249695232532824f8ba643c4727bc409f9869aca7c26f95f8d6cb09c8fbd4ad7b04f7b4f37db9ac11e1d824a9bf9b67bf393fe183afc1b21c68959e4f78 gevent-1.1.1.tar.gz" |
