mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 18:32:12 +02:00
python-pyrex: upgrade from 0.9.8.5 to 0.9.9
python-pyrex-native: upgrade from 0.9.8.5 to 0.9.9 Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
692065dc7d
commit
1564ef9c7a
16
meta/packages/python/python-pyrex_0.9.9.bb
Normal file
16
meta/packages/python/python-pyrex_0.9.9.bb
Normal file
@@ -0,0 +1,16 @@
|
||||
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://www.cosc.canterbury.ac.nz/greg.ewing/python/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
|
||||
file://pyrex-fix-optimized-mode.patch \
|
||||
"
|
||||
S = "${WORKDIR}/${SRCNAME}-${PV}"
|
||||
|
||||
inherit distutils
|
||||
Reference in New Issue
Block a user