mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
create rootf's & SDK from 2018.02.9 buildroot (#10)
--------- Co-authored-by: tiopex <tiopxyz@gmail.com> Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_PYTHON_HYPERLINK
|
||||
bool "python-hyperlink"
|
||||
select BR2_PACKAGE_PYTHON_IDNA # runtime
|
||||
help
|
||||
A featureful, correct URL for Python.
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
# 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
|
||||
# md5 from https://pypi.python.org/pypi/hyperlink/json, sha256 locally computed
|
||||
md5 7a86b09d80b8f0c89f6b61efa0ebaab9 hyperlink-17.3.0.tar.gz
|
||||
sha256 ddadbbdda2b94182da14be1b5d26ec3188dfdf9687b9b8c8d810f52f79b7af1a hyperlink-17.3.0.tar.gz
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_HYPERLINK_VERSION = 21.0.0
|
||||
PYTHON_HYPERLINK_VERSION = 17.3.0
|
||||
PYTHON_HYPERLINK_SOURCE = hyperlink-$(PYTHON_HYPERLINK_VERSION).tar.gz
|
||||
PYTHON_HYPERLINK_SITE = https://files.pythonhosted.org/packages/3a/51/1947bd81d75af87e3bb9e34593a4cf118115a8feb451ce7a69044ef1412e
|
||||
PYTHON_HYPERLINK_SITE = https://pypi.python.org/packages/61/9c/69aa5d6942271961ad1fff910db77706623423d054ecb647da963efdf49a
|
||||
PYTHON_HYPERLINK_SETUP_TYPE = setuptools
|
||||
PYTHON_HYPERLINK_LICENSE = MIT
|
||||
PYTHON_HYPERLINK_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user