mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-10 10:10:28 +03:00
package/python-uvloop: bump to version 0.14.0
The package now fully supports Python 3.8, so the pre-build hook and the dependency on host-python-cython can be removed. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
425b56c437
commit
87a5494a90
@@ -4,21 +4,14 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_UVLOOP_VERSION = 0.13.0
|
||||
PYTHON_UVLOOP_VERSION = 0.14.0
|
||||
PYTHON_UVLOOP_SOURCE = uvloop-$(PYTHON_UVLOOP_VERSION).tar.gz
|
||||
PYTHON_UVLOOP_SITE = https://files.pythonhosted.org/packages/e3/15/dc3276384f4363015d7c72282f37066bae26c77f99158f66c9058ac167cf
|
||||
PYTHON_UVLOOP_SITE = https://files.pythonhosted.org/packages/84/2e/462e7a25b787d2b40cf6c9864a9e702f358349fc9cfb77e83c38acb73048
|
||||
PYTHON_UVLOOP_SETUP_TYPE = setuptools
|
||||
PYTHON_UVLOOP_LICENSE = Apache-2.0, MIT
|
||||
PYTHON_UVLOOP_LICENSE_FILES = LICENSE-APACHE LICENSE-MIT
|
||||
PYTHON_UVLOOP_BUILD_OPTS = build_ext --inplace --cython-always --use-system-libuv
|
||||
PYTHON_UVLOOP_INSTALL_TARGET_OPTS = build_ext --inplace --cython-always --use-system-libuv
|
||||
PYTHON_UVLOOP_DEPENDENCIES = libuv host-python-cython
|
||||
|
||||
# force regenerating loop.c with cython. can be removed with the next
|
||||
# uvloop version bump
|
||||
define PYTHON_UVLOOP_FORCE_REGEN_LOOPC
|
||||
$(RM) $(@D)/uvloop/loop.c
|
||||
endef
|
||||
PYTHON_UVLOOP_PRE_BUILD_HOOKS += PYTHON_UVLOOP_FORCE_REGEN_LOOPC
|
||||
PYTHON_UVLOOP_BUILD_OPTS = build_ext --inplace --use-system-libuv
|
||||
PYTHON_UVLOOP_INSTALL_TARGET_OPTS = build_ext --inplace --use-system-libuv
|
||||
PYTHON_UVLOOP_DEPENDENCIES = libuv
|
||||
|
||||
$(eval $(python-package))
|
||||
|
||||
Reference in New Issue
Block a user