summaryrefslogtreecommitdiff
path: root/packages/python/python-pyrex_0.9.5.1a.bb
blob: d0a5f826e0539880434f554faaf93ffe4ce1ce03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
34 +0000'>2006-09-08olsrd: made cvs version non-default choiceMartin Dietze1 2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther2 2006-05-31olsrd: Moved the common parts of recipes for 0.4.9 and 0.4.10 into aJamie Lenehan3 2006-05-31olsrd 0.4.10: Added version 0.4.10. Closes bug # 902.Jamie Lenehan1 2006-01-13PV changes to make sure upgrades aren't affected after the recent cvs PV stan...Richard Purdie1 2006-01-07Convert CVSDATE -> SRCDATE. Also standardise cvs and svn PVs to x.x.x+cvsYYYY...Richard Purdie1 2005-06-30import clean BK tree at cset 1.3670Koen Kooi