mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
4f50a8cad0
License file now contains the full Apache 2.0 license instead of just a
reference to it:
cc4a11e961
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
15 lines
523 B
Makefile
15 lines
523 B
Makefile
################################################################################
|
|
#
|
|
# python-yarl
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_YARL_VERSION = 1.9.2
|
|
PYTHON_YARL_SOURCE = yarl-$(PYTHON_YARL_VERSION).tar.gz
|
|
PYTHON_YARL_SITE = https://files.pythonhosted.org/packages/5f/3f/04b3c5e57844fb9c034b09c5cb6d2b43de5d64a093c30529fd233e16cf09
|
|
PYTHON_YARL_LICENSE = Apache-2.0
|
|
PYTHON_YARL_LICENSE_FILES = LICENSE
|
|
PYTHON_YARL_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|