summaryrefslogtreecommitdiff
path: root/packages/python/python-cython_0.9.8.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-07-08 14:02:08 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-07-08 14:02:08 +0000
commite0a282093003775e8bc2614773e9dc3a9cba4674 (patch)
tree92bd3dbd402d7fb2b7c7f37b9859d3862bf40d02 /packages/python/python-cython_0.9.8.bb
parent401dc665fbf97899503cfdaa627bd8cb8e5c91ee (diff)
parent0a4f08db9177b19e7ee973c6683bce4e750851c1 (diff)
merge of '471c60fc447650d2ed0a31e10815380ac513ee4a'
and '61c6959ed326b7433e68378046533cb8fa3b76dd'
Diffstat (limited to 'packages/python/python-cython_0.9.8.bb')
-rw-r--r--packages/python/python-cython_0.9.8.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/python/python-cython_0.9.8.bb b/packages/python/python-cython_0.9.8.bb
new file mode 100644
index 0000000000..f78ba38e87
--- /dev/null
+++ b/packages/python/python-cython_0.9.8.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "Cython is a language specially designed for writing Python extension modules. \
+It's designed to bridge the gap between the nice, high-level, easy-to-use world of Python \
+and the messy, low-level world of C."
+SECTION = "devel/python"
+PRIORITY = "optional"
+LICENSE = "GPL"
+SRCNAME = "Cython"
+PR = "ml0"
+
+SRC_URI = "http://www.cython.org/${SRCNAME}-${PV}.tar.gz"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit distutils