Bump buildroot to 2019.02
This commit is contained in:
7
bsp/buildroot/package/python-cython/Config.in.host
Normal file
7
bsp/buildroot/package/python-cython/Config.in.host
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_HOST_PYTHON_CYTHON
|
||||
bool "host python-cython"
|
||||
help
|
||||
The Cython compiler for writing C extensions for the Python
|
||||
language.
|
||||
|
||||
http://cython.org/
|
||||
6
bsp/buildroot/package/python-cython/python-cython.hash
Normal file
6
bsp/buildroot/package/python-cython/python-cython.hash
Normal file
@@ -0,0 +1,6 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/cython/json
|
||||
md5 867c8b48f15a5249f476dc5a2cb58758 Cython-0.29.4.tar.gz
|
||||
sha256 d1ee3d39c73a094ae5b6e2f9263ae0dc61af1b549a0869ade8c3c30325ed9f26 Cython-0.29.4.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9 LICENSE.txt
|
||||
sha256 e1eb1c49a8508e8173dac30157e4a6439a44ad8846194746c424fbc3fc2b95d7 COPYING.txt
|
||||
14
bsp/buildroot/package/python-cython/python-cython.mk
Normal file
14
bsp/buildroot/package/python-cython/python-cython.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-cython
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_CYTHON_VERSION = 0.29.4
|
||||
PYTHON_CYTHON_SOURCE = Cython-$(PYTHON_CYTHON_VERSION).tar.gz
|
||||
PYTHON_CYTHON_SITE = https://files.pythonhosted.org/packages/cf/e2/03af631ca4a2cf7bc392dd8785c7cc427bff3af4bf5864cdde734f80d052
|
||||
PYTHON_CYTHON_SETUP_TYPE = setuptools
|
||||
PYTHON_CYTHON_LICENSE = Apache-2.0
|
||||
PYTHON_CYTHON_LICENSE_FILES = COPYING.txt LICENSE.txt
|
||||
|
||||
$(eval $(host-python-package))
|
||||
Reference in New Issue
Block a user