generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
8
package/python-yarl/Config.in
Normal file
8
package/python-yarl/Config.in
Normal file
@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_PYTHON_YARL
|
||||
bool "python-yarl"
|
||||
select BR2_PACKAGE_PYTHON_MULTIDICT
|
||||
select BR2_PACKAGE_PYTHON_IDNA
|
||||
help
|
||||
Yet another URL library.
|
||||
|
||||
http://yarl.readthedocs.io/
|
||||
5
package/python-yarl/python-yarl.hash
Normal file
5
package/python-yarl/python-yarl.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/yarl/json
|
||||
md5 acd3eb25a9c46b10a699a3bee5fb9777 yarl-1.7.2.tar.gz
|
||||
sha256 45399b46d60c253327a460e99856752009fcee5f5d3c80b2f7c0cae1c38d56dd yarl-1.7.2.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 56d6ac6c8105c0a51304c21db060e361af9a8ea0af9a75c239c28b5d13693838 LICENSE
|
||||
14
package/python-yarl/python-yarl.mk
Normal file
14
package/python-yarl/python-yarl.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-yarl
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_YARL_VERSION = 1.7.2
|
||||
PYTHON_YARL_SOURCE = yarl-$(PYTHON_YARL_VERSION).tar.gz
|
||||
PYTHON_YARL_SITE = https://files.pythonhosted.org/packages/f6/da/46d1b3d69a9a0835dabf9d59c7eb0f1600599edd421a4c5a15ab09f527e0
|
||||
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