summaryrefslogtreecommitdiff
path: root/packages/python/python-pyrex_0.9.8.4.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-pyrex_0.9.8.4.bb
parent401dc665fbf97899503cfdaa627bd8cb8e5c91ee (diff)
parent0a4f08db9177b19e7ee973c6683bce4e750851c1 (diff)
merge of '471c60fc447650d2ed0a31e10815380ac513ee4a'
and '61c6959ed326b7433e68378046533cb8fa3b76dd'
Diffstat (limited to 'packages/python/python-pyrex_0.9.8.4.bb')
-rw-r--r--packages/python/python-pyrex_0.9.8.4.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/python/python-pyrex_0.9.8.4.bb b/packages/python/python-pyrex_0.9.8.4.bb
new file mode 100644
index 0000000000..d0a5f826e0
--- /dev/null
+++ b/packages/python/python-pyrex_0.9.8.4.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Pyrex 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 = "Pyrex"
+PR = "ml0"
+
+SRC_URI = "http://nz.cosc.canterbury.ac.nz/~greg/python/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
+
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit distutils