Add buildroot 2018-02
This commit is contained in:
10
buildroot/package/python-idna/Config.in
Normal file
10
buildroot/package/python-idna/Config.in
Normal 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
|
||||
3
buildroot/package/python-idna/python-idna.hash
Normal file
3
buildroot/package/python-idna/python-idna.hash
Normal 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
|
||||
14
buildroot/package/python-idna/python-idna.mk
Normal file
14
buildroot/package/python-idna/python-idna.mk
Normal 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))
|
||||
Reference in New Issue
Block a user