]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/python/python-pyrex_0.9.3.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / python / python-pyrex_0.9.3.bb
1 DESCRIPTION = "Pyrex is a language specially designed for writing Python extension modules. \
2 It's designed to bridge the gap between the nice, high-level, easy-to-use world of Python \
3 and the messy, low-level world of C."
4 SECTION = "devel/python"
5 PRIORITY = "optional"
6 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
7 LICENSE = "GPL"
8 SRCNAME = "Pyrex"
9 PR = "ml0"
10
11 SRC_URI = "http://nz.cosc.canterbury.ac.nz/~greg/python/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
12
13 S = "${WORKDIR}/${SRCNAME}-${PV}"
14
15 inherit distutils