[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

View 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

View 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

View 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))