Merge branch 'org.openembedded.dev' of git://git.openembedded.net/openembedded into...
[vuplus_openembedded] / packages / python / python-pyrex_0.9.8.4.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 LICENSE = "GPL"
7 SRCNAME = "Pyrex"
8 PR = "ml1"
9
10 SRC_URI = "http://nz.cosc.canterbury.ac.nz/~greg/python/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12 S = "${WORKDIR}/${SRCNAME}-${PV}"
13
14 inherit distutils