summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-cython.inc
Commit message (Collapse)AuthorAgeFilesLines
* python-cython: add nativesdk supportMartin Kelly2018-02-231-1/+11
| | | | | Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-cython: fill in missing rdependsMartin Kelly2018-02-231-0/+5
| | | | | | | There are a few runtime dependencies not listed, so add them. Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* Remove deprecated python3-subprocess from the RDEPENDSDerek Straka2018-01-261-1/+0
| | | | | | | | The python3-subprocess package was merged into core as part of the json manifest migration Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-cython: update to version 0.27.3Derek Straka2017-11-191-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-cython: update to version 0.27.2Derek Straka2017-11-151-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-cython: update to version 0.27.1Derek Straka2017-10-041-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-cython: update to version 0.27Derek Straka2017-10-041-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-cython: update to version 0.26.1Derek Straka2017-09-221-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* 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>