summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/python/python-cython_0.13.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-09-30 17:24:49 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-12 10:24:45 +0200
commit1f4e99d526e5cb5b4dc7844780734def5423943d (patch)
treef6a2f96303ca1efe51f4195082fa76725b320dfc /meta-oe/recipes-devtools/python/python-cython_0.13.bb
parent68c89c16eca631caf4c46c729d2a1af76184748b (diff)
downloadmeta-openembedded-1f4e99d526e5cb5b4dc7844780734def5423943d.tar.gz
python-cython: upgrade to 0.15.1 because 0.13 doesn't work with python-2.7.2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-devtools/python/python-cython_0.13.bb')
-rw-r--r--meta-oe/recipes-devtools/python/python-cython_0.13.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-oe/recipes-devtools/python/python-cython_0.13.bb b/meta-oe/recipes-devtools/python/python-cython_0.13.bb
deleted file mode 100644
index b547de67ba..0000000000
--- a/meta-oe/recipes-devtools/python/python-cython_0.13.bb
+++ /dev/null
@@ -1,18 +0,0 @@
1DESCRIPTION = "Cython is a language specially designed for writing Python extension modules. \
2It's designed to bridge the gap between the nice, high-level, easy-to-use world of Python \
3and the messy, low-level world of C."
4SECTION = "devel/python"
5LICENSE = "Apache-2.0"
6LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e23fadd6ceef8c618fc1c65191d846fa"
7SRCNAME = "Cython"
8BBCLASSEXTEND = "native"
9NATIVE_INSTALL_WORKS = "1"
10DEPENDS = "python"
11
12SRC_URI = "http://www.cython.org/release/${SRCNAME}-${PV}.tar.gz"
13S = "${WORKDIR}/${SRCNAME}-${PV}"
14
15SRC_URI[md5sum] = "ed2ec5e0df60a6b8e500bedf93bb1feb"
16SRC_URI[sha256sum] = "a30d5e26c82ec65d65703c7cf312161a21b30339addc1a42d3b2965dea254ca6"
17
18inherit distutils