generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
7
package/python-hyperlink/Config.in
Normal file
7
package/python-hyperlink/Config.in
Normal file
@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_HYPERLINK
|
||||
bool "python-hyperlink"
|
||||
select BR2_PACKAGE_PYTHON_IDNA # runtime
|
||||
help
|
||||
A featureful, correct URL for Python.
|
||||
|
||||
https://github.com/python-hyper/hyperlink
|
||||
5
package/python-hyperlink/python-hyperlink.hash
Normal file
5
package/python-hyperlink/python-hyperlink.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/hyperlink/json
|
||||
md5 6285ac13e7d6be4157698ad7960ed490 hyperlink-21.0.0.tar.gz
|
||||
sha256 427af957daa58bc909471c6c40f74c5450fa123dd093fc53efd2e91d2705a56b hyperlink-21.0.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 7468ded55310f64fbf085b8e892df81d1bcc49263bf535d3c2c58b014cfae214 LICENSE
|
||||
14
package/python-hyperlink/python-hyperlink.mk
Normal file
14
package/python-hyperlink/python-hyperlink.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-hyperlink
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_HYPERLINK_VERSION = 21.0.0
|
||||
PYTHON_HYPERLINK_SOURCE = hyperlink-$(PYTHON_HYPERLINK_VERSION).tar.gz
|
||||
PYTHON_HYPERLINK_SITE = https://files.pythonhosted.org/packages/3a/51/1947bd81d75af87e3bb9e34593a4cf118115a8feb451ce7a69044ef1412e
|
||||
PYTHON_HYPERLINK_SETUP_TYPE = setuptools
|
||||
PYTHON_HYPERLINK_LICENSE = MIT
|
||||
PYTHON_HYPERLINK_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user