diff options
Diffstat (limited to 'recipes-devtools/python/python-gevent_1.0.1.bb')
| -rw-r--r-- | recipes-devtools/python/python-gevent_1.0.1.bb | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/recipes-devtools/python/python-gevent_1.0.1.bb b/recipes-devtools/python/python-gevent_1.0.1.bb deleted file mode 100644 index 8cd1388a..00000000 --- a/recipes-devtools/python/python-gevent_1.0.1.bb +++ /dev/null | |||
| @@ -1,30 +0,0 @@ | |||
| 1 | HOMEPAGE = "http://www.gevent.org" | ||
| 2 | SUMMARY = "A coroutine-based Python networking library" | ||
| 3 | DESCRIPTION = "\ | ||
| 4 | gevent is a coroutine-based Python networking library that uses greenlet \ | ||
| 5 | to provide a high-level synchronous API on top of the libevent event \ | ||
| 6 | loop. \ | ||
| 7 | " | ||
| 8 | SECTION = "devel/python" | ||
| 9 | LICENSE = "MIT" | ||
| 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2dbb33d00e1fd31c7041460a81ac0bd2" | ||
| 11 | DEPENDS += "python-greenlet libevent" | ||
| 12 | RDEPENDS_${PN} += "python-greenlet python-mime python-pprint python-re" | ||
| 13 | |||
| 14 | SRC_URI[md5sum] = "7b952591d1a0174d6eb6ac47bd975ab6" | ||
| 15 | SRC_URI[sha256sum] = "4627e215d058f71d95e6b26d9e7be4c263788a4756bd2858a93775f6c072df43" | ||
| 16 | |||
| 17 | inherit setuptools pypi | ||
| 18 | |||
| 19 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 20 | SRC_URI += "file://libev-conf.patch" | ||
| 21 | SRC_URI += "file://gevent-allow-ssl-v2-or-v3-certificates.patch" | ||
| 22 | |||
| 23 | # The python-gevent has no autoreconf ability | ||
| 24 | # and the logic for detecting a cross compile is flawed | ||
| 25 | # so always force a cross compile | ||
| 26 | do_configure_append() { | ||
| 27 | sed -i -e 's/^cross_compiling=no/cross_compiling=yes/' ${S}/libev/configure | ||
| 28 | } | ||
| 29 | |||
| 30 | DEFAULT_PREFERENCE = "-1" | ||
