mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
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 f41a96779b324d824864696a94b24823 hyperlink-18.0.0.tar.gz
|
||||
sha256 f01b4ff744f14bc5d0a22a6b9f1525ab7d6312cb0ff967f59414bbac52f0a306 hyperlink-18.0.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 9577b66fb599aa5700b4981078ab0a319416a086beee646cd282aa9f33c8c74c 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 = 18.0.0
|
||||
PYTHON_HYPERLINK_SOURCE = hyperlink-$(PYTHON_HYPERLINK_VERSION).tar.gz
|
||||
PYTHON_HYPERLINK_SITE = https://files.pythonhosted.org/packages/41/e1/0abd4b480ec04892b1db714560f8c855d43df81895c98506442babf3652f
|
||||
PYTHON_HYPERLINK_SETUP_TYPE = setuptools
|
||||
PYTHON_HYPERLINK_LICENSE = MIT
|
||||
PYTHON_HYPERLINK_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user