mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
66f8b29377
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
21 lines
754 B
Makefile
21 lines
754 B
Makefile
################################################################################
|
|
#
|
|
# python-uvloop
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_UVLOOP_VERSION = 0.21.0
|
|
PYTHON_UVLOOP_SOURCE = uvloop-$(PYTHON_UVLOOP_VERSION).tar.gz
|
|
PYTHON_UVLOOP_SITE = https://files.pythonhosted.org/packages/af/c0/854216d09d33c543f12a44b393c402e89a920b1a0a7dc634c42de91b9cf6
|
|
PYTHON_UVLOOP_SETUP_TYPE = setuptools
|
|
PYTHON_UVLOOP_LICENSE = Apache-2.0, MIT
|
|
PYTHON_UVLOOP_LICENSE_FILES = LICENSE-APACHE LICENSE-MIT
|
|
PYTHON_UVLOOP_DEPENDENCIES = libuv
|
|
PYTHON_UVLOOP_BUILD_OPTS = \
|
|
--skip-dependency-check \
|
|
-C--build-option=build_ext \
|
|
-C--build-option=--inplace \
|
|
-C--build-option=--use-system-libuv
|
|
|
|
$(eval $(python-package))
|