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:
Apaczer
2023-03-11 21:06:02 +01:00
committed by GitHub
parent 534f7aea40
commit dcf31c6a1e
12528 changed files with 149032 additions and 303063 deletions
+1 -2
View File
@@ -1,10 +1,9 @@
config BR2_PACKAGE_PYTHON_IDNA
bool "python-idna"
select BR2_PACKAGE_PYTHON3_UNICODEDATA
help
A library to support the Internationalised Domain Names in
Applications (IDNA) protocol as specified in RFC 5891. This
version of the protocol is often referred to as 'IDNA2008'
version of the protocol is often referred to as IDNA2008
and can produce different results from the earlier standard
from 2003.
+3 -5
View File
@@ -1,5 +1,3 @@
# md5, sha256 from https://pypi.org/pypi/idna/json
md5 5856306eac5f25db8249e37a4c6ee3e7 idna-3.3.tar.gz
sha256 9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d idna-3.3.tar.gz
# Locally computed sha256 checksums
sha256 a2d6e4d940bd24dbe7b9645cde19a9792cc51db7ae0d5acd301ac860caa3e836 LICENSE.md
# md5 from https://pypi.python.org/pypi/idna/json, sha256 locally computed
md5 fc1d992bef73e8824db411bb5d21f012 idna-2.5.tar.gz
sha256 3cb5ce08046c4e3a560fc02f138d0ac63e00f8ce5901a56b32ec8b7994082aab idna-2.5.tar.gz
+4 -5
View File
@@ -4,12 +4,11 @@
#
################################################################################
PYTHON_IDNA_VERSION = 3.3
PYTHON_IDNA_VERSION = 2.5
PYTHON_IDNA_SOURCE = idna-$(PYTHON_IDNA_VERSION).tar.gz
PYTHON_IDNA_SITE = https://files.pythonhosted.org/packages/62/08/e3fc7c8161090f742f504f40b1bccbfc544d4a4e09eb774bf40aafce5436
PYTHON_IDNA_LICENSE = BSD-3-Clause
PYTHON_IDNA_LICENSE_FILES = LICENSE.md
PYTHON_IDNA_SITE = https://pypi.python.org/packages/d8/82/28a51052215014efc07feac7330ed758702fc0581347098a81699b5281cb
PYTHON_IDNA_LICENSE = BSD-3-Clause
PYTHON_IDNA_LICENSE_FILES = LICENSE.rst
PYTHON_IDNA_SETUP_TYPE = setuptools
$(eval $(python-package))
$(eval $(host-python-package))