diff options
| author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-07-09 19:35:07 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-07-09 19:35:07 +0000 |
| commit | a6e2b02752c0a0feab1faeceeec2ea32244ec54a (patch) | |
| tree | bb0937807458a828e5e303bb68ecfd851f96ea01 /packages/python/python-cython_0.9.8.bb | |
| parent | 10be83b24e06a983e8fb8bb7f80377befaf55cb7 (diff) | |
| parent | 28dfe0ee7737a7702de101bb6ba1e72f7d408f03 (diff) | |
merge of '4ced2a6d71f9eeefb5a83f0584348d666b56065a'
and '9a6c7bec4be483b56e6305d978adce9e49f1e29c'
Diffstat (limited to 'packages/python/python-cython_0.9.8.bb')
| -rw-r--r-- | packages/python/python-cython_0.9.8.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/python/python-cython_0.9.8.bb b/packages/python/python-cython_0.9.8.bb new file mode 100644 index 0000000000..9243aa61f0 --- /dev/null +++ b/packages/python/python-cython_0.9.8.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "Cython 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 = "Cython" +PR = "ml0" + +SRC_URI = "http://www.cython.org/${SRCNAME}-${PV}.tar.gz" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils + +DEFAULT_PREFERENCE = "-1" + |
