summaryrefslogtreecommitdiffstats
path: root/package/python-pyrex
Commit message (Collapse)AuthorAgeFilesLines
* package: use SPDX short identifier for Apache version 2Rahul Bedarkar2017-04-011-1/+1
| | | | | | | | We want to use SPDX identifier for license string as much as possible. SPDX short identifier for Apache version 2 license is Apache-2.0. Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-pyrex: add hash fileGustavo Zacarias2015-07-281-0/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package: remove the trailing slash sign from <PKG>_SITE variableJerzy Grzegorek2014-07-311-1/+1
| | | | | | | | | | | | Since the trailing slash is stripped from $($(PKG)_SITE) by pkg-generic.mk: $(call DOWNLOAD,$($(PKG)_SITE:/=)/$($(PKG)_SOURCE)) so it is redundant. This patch removes it from $(PKG)_SITE variable for BR consistency. Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* host-python-pyrex: use the HOST_*_NEEDS_HOST_PYTHON infrastructureSamuel Martin2014-04-151-1/+1
| | | | | | | | | | | python-pyrex does not support python3. So, using the *_NEEDS_HOST_PYTHON infrastructure will make sure we won't try building it for python3. Besides, it will automatically take care of adding the right host-python package to the dependency list. Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* pyrex: new packageMatt Weber2014-04-111-0/+15
Pyrex is a language that allows you to mix python and C code in a single .pyx description file. This file is then rendered into C code by the pyrexc host tool. That C file then can be used within an application build or as part of the normal distutils build process used to build a Python extension module. Signed-off-by: Matt Weber <mlweber1@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud