Buildroot 2018-11 (#258)
* Update to buildroot 2018.11 * containerd update * runc update * runc docker engine * runc docker proxy * update rpi firmware * update network manager * update dhcpd * update wait on network * update rpi wifi * revert glibc
This commit is contained in:
9
buildroot/package/python-yarl/Config.in
Normal file
9
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
buildroot/package/python-yarl/python-yarl.hash
Normal file
5
buildroot/package/python-yarl/python-yarl.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.python.org/pypi/yarl/json
|
||||
md5 43380667129ebc52ac3c442daabb3f6d yarl-1.2.6.tar.gz
|
||||
sha256 c8cbc21bbfa1dd7d5386d48cc814fe3d35b80f60299cdde9279046f399c3b0d8 yarl-1.2.6.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 14c0820503ceef15e814a89b037d9efc066870087018294b6ae0f27163872cc5 LICENSE
|
||||
14
buildroot/package/python-yarl/python-yarl.mk
Normal file
14
buildroot/package/python-yarl/python-yarl.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-yarl
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_YARL_VERSION = 1.2.6
|
||||
PYTHON_YARL_SOURCE = yarl-$(PYTHON_YARL_VERSION).tar.gz
|
||||
PYTHON_YARL_SITE = https://files.pythonhosted.org/packages/43/b8/057c3e5b546ff4b24263164ecda13f6962d85c9dc477fcc0bcdcb3adb658
|
||||
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