summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-gevent_0.13.8.bb
diff options
context:
space:
mode:
authorAndrej Rode <andrej.rode@ettus.com>2017-04-13 12:20:00 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2017-04-24 10:59:25 +0200
commit74f9dcd4b8c072dc097ef591fa50eaf7493c68f5 (patch)
treea9e53f6c71035bd7e561e2ace2db94c5b2bea855 /meta-python/recipes-devtools/python/python-gevent_0.13.8.bb
parent444e1fb198076f34a0fa66e83f3eec76efba2e6c (diff)
downloadmeta-openembedded-74f9dcd4b8c072dc097ef591fa50eaf7493c68f5.tar.gz
gevent: update 0.13.8 -> 1.2.1
Signed-off-by: Andrej Rode <andrej.rode@ettus.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-gevent_0.13.8.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-gevent_0.13.8.bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta-python/recipes-devtools/python/python-gevent_0.13.8.bb b/meta-python/recipes-devtools/python/python-gevent_0.13.8.bb
deleted file mode 100644
index d1c0a3cf57..0000000000
--- a/meta-python/recipes-devtools/python/python-gevent_0.13.8.bb
+++ /dev/null
@@ -1,15 +0,0 @@
1SUMMARY = "A coroutine-based Python networking library"
2DESCRIPTION = "gevent is a coroutine-based Python networking library that uses greenlet to provide \
3a high-level synchronous API on top of the libevent event loop."
4HOMEPAGE = "http://www.gevent.org"
5LICENSE = "MIT & BSD"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=2dbb33d00e1fd31c7041460a81ac0bd2 \
7 file://LICENSE.pyevent;md5=718070c63de243053e2c616268b00fdd"
8DEPENDS += "python-greenlet libevent"
9RDEPENDS_${PN} += "python-greenlet python-mime python-pprint python-re"
10
11SRC_URI[md5sum] = "ca9dcaa7880762d8ebbc266b11252960"
12SRC_URI[sha256sum] = "54b8d26300ce408c0916a3e63ef6cd3e6aca76230833558deb7de15196ed955e"
13
14inherit pypi setuptools
15