surpport seeking the recorded video
[vuplus_openembedded] / recipes / python / python-pyrex_0.9.8.5.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 = "\
11   http://www.cosc.canterbury.ac.nz/greg.ewing/python/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
12   file://pyrex-fix-optimized-mode.patch;patch=1 \
13 "
14 S = "${WORKDIR}/${SRCNAME}-${PV}"
15
16 inherit distutils