99db7d2cfd
Tested by ensuring all packages with a host-python-cython dependency build succesfully. Note that due to namespace conflicts supporting both cython 0.29 and cython 3.0 variants at the same time would be difficult as both can not be installed at the same time. License hash changed due to changing links from http to https: https://github.com/cython/cython/commit/331d9d824ee5f0c539310332215ebd6ed3257325 Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
563 B
Makefile
15 lines
563 B
Makefile
################################################################################
|
|
#
|
|
# python-cython
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_CYTHON_VERSION = 3.0.11
|
|
PYTHON_CYTHON_SOURCE = cython-$(PYTHON_CYTHON_VERSION).tar.gz
|
|
PYTHON_CYTHON_SITE = https://files.pythonhosted.org/packages/84/4d/b720d6000f4ca77f030bd70f12550820f0766b568e43f11af7f7ad9061aa
|
|
PYTHON_CYTHON_SETUP_TYPE = setuptools
|
|
PYTHON_CYTHON_LICENSE = Apache-2.0
|
|
PYTHON_CYTHON_LICENSE_FILES = COPYING.txt LICENSE.txt
|
|
|
|
$(eval $(host-python-package))
|