initial buildroot for linux 5.15
This commit is contained in:
@@ -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/
|
||||
@@ -0,0 +1,6 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/cython/json
|
||||
md5 81aff945f5bfdfb86e7a5d24f5467668 Cython-0.29.24.tar.gz
|
||||
sha256 cdf04d07c3600860e8c2ebaad4e8f52ac3feb212453c1764a49ac08c827e8443 Cython-0.29.24.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9 LICENSE.txt
|
||||
sha256 e1eb1c49a8508e8173dac30157e4a6439a44ad8846194746c424fbc3fc2b95d7 COPYING.txt
|
||||
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-cython
|
||||
#
|
||||
################################################################################
|
||||
|
||||
# Please keep in sync with package/python3-cython/python3-cython.mk
|
||||
PYTHON_CYTHON_VERSION = 0.29.24
|
||||
PYTHON_CYTHON_SOURCE = Cython-$(PYTHON_CYTHON_VERSION).tar.gz
|
||||
PYTHON_CYTHON_SITE = https://files.pythonhosted.org/packages/59/e3/78c921adf4423fff68da327cc91b73a16c63f29752efe7beb6b88b6dd79d
|
||||
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