Add buildroot 2018-02

This commit is contained in:
Pascal Vizeli
2018-03-17 23:47:00 +00:00
parent 3776c47f83
commit 67742041ad
10007 changed files with 405098 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
config BR2_PACKAGE_PYTHON_IDNA
bool "python-idna"
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”
and can produce different results from the earlier standard
from 2003.
https://github.com/kjd/idna

View File

@@ -0,0 +1,3 @@
# 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

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-idna
#
################################################################################
PYTHON_IDNA_VERSION = 2.5
PYTHON_IDNA_SOURCE = idna-$(PYTHON_IDNA_VERSION).tar.gz
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))