summaryrefslogtreecommitdiffstats
path: root/testing/py-gevent/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py-gevent/APKBUILD')
-rw-r--r--testing/py-gevent/APKBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/testing/py-gevent/APKBUILD b/testing/py-gevent/APKBUILD
deleted file mode 100644
index 9bda980c0..000000000
--- a/testing/py-gevent/APKBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Maintainer: Michael Zhou <zhoumichaely@gmail.com>
-# Contributor: Michael Zhou <zhoumichaely@gmail.com>
-pkgname=py-gevent
-pkgver=0.13.6
-pkgrel=1
-pkgdesc="Python library for seamless coroutine-based concurrency"
-url="http://gevent.org/"
-arch="x86 x86_64"
-license="MIT"
-depends="py-greenlet"
-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 ()
-{
- cd "$_builddir"
- python setup.py build
-}
-
-package() {
- cd "$_builddir"
- python setup.py install --root="$pkgdir"
-}
-md5sums="7c836ce2315d44ba0af6134efbcd38c9 gevent-0.13.6.tar.gz"