summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-cython.inc
Commit message (Collapse)AuthorAgeFilesLines
* python-cython: update to version 0.26Derek Straka2017-08-131-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-cython: mangle scripts to use /usr/bin/env pythonS. Lockwood-Childs2017-06-051-0/+7
| | | | | | | | | | | This prevents runtime failure "bad interpreter: No such file or directory" from running native cython when the native python is installed at a long path, exceeding the 128-character limit for shebang lines on linux. Exceeding the limit was already possible when using a long path for topdir, but it got easier to exceed after the switch to per-recipe sysroots. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-cython: update to version 0.25.2Derek Straka2016-12-261-4/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-cython: update to version 0.24.1Derek Straka2016-08-221-5/+4
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-cython: update to 0.24Derek Straka2016-04-211-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-cython: update to 0.23.4Derek Straka2016-04-011-2/+2
| | | | Signed-off-by: Derek Straka <derek@asterius.io>
* python3-cython: Add new recipeDominic Sacré2015-08-311-0/+21
Use a common .inc file for the python-cython and python3-cython recipes. Add suffix '3' to scripts in ${bindir} to avoid conflict between the two packages. Signed-off-by: Dominic Sacré <dominic.sacre@gmx.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>