Bump buildroot to 2019.02
This commit is contained in:
9
bsp/buildroot/package/python-yarl/Config.in
Normal file
9
bsp/buildroot/package/python-yarl/Config.in
Normal file
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_PYTHON_YARL
|
||||
bool "python-yarl"
|
||||
depends on BR2_PACKAGE_PYTHON3
|
||||
select BR2_PACKAGE_PYTHON_MULTIDICT
|
||||
select BR2_PACKAGE_PYTHON_IDNA
|
||||
help
|
||||
Yet another URL library.
|
||||
|
||||
http://yarl.readthedocs.io/
|
||||
5
bsp/buildroot/package/python-yarl/python-yarl.hash
Normal file
5
bsp/buildroot/package/python-yarl/python-yarl.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/yarl/json
|
||||
md5 92889c31fce4c8f82b7ee9c2b2ed9cd1 yarl-1.3.0.tar.gz
|
||||
sha256 024ecdc12bc02b321bc66b41327f930d1c2c543fa9a561b39861da9388ba7aa9 yarl-1.3.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 14c0820503ceef15e814a89b037d9efc066870087018294b6ae0f27163872cc5 LICENSE
|
||||
14
bsp/buildroot/package/python-yarl/python-yarl.mk
Normal file
14
bsp/buildroot/package/python-yarl/python-yarl.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-yarl
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_YARL_VERSION = 1.3.0
|
||||
PYTHON_YARL_SOURCE = yarl-$(PYTHON_YARL_VERSION).tar.gz
|
||||
PYTHON_YARL_SITE = https://files.pythonhosted.org/packages/fb/84/6d82f6be218c50b547aa29d0315e430cf8a23c52064c92d0a8377d7b7357
|
||||
PYTHON_YARL_LICENSE = Apache-2.0
|
||||
PYTHON_YARL_LICENSE_FILES = LICENSE
|
||||
PYTHON_YARL_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user