python-hyperlink: new package

Though PyPI says the license is BSD, GitHub repo has an MIT license
file since April 2017 and upstream setup.py was also fixed.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Yegor Yefremov 2017-07-12 09:57:43 +02:00 committed by Thomas Petazzoni
parent 65dcaf0a8b
commit 2c6222c043
4 changed files with 23 additions and 0 deletions

View File

@ -742,6 +742,7 @@ menu "External python modules"
source "package/python-html5lib/Config.in"
source "package/python-httplib2/Config.in"
source "package/python-humanize/Config.in"
source "package/python-hyperlink/Config.in"
source "package/python-id3/Config.in"
source "package/python-idna/Config.in"
source "package/python-incremental/Config.in"

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_HYPERLINK
bool "python-hyperlink"
help
A featureful, correct URL for Python.
https://github.com/python-hyper/hyperlink

View File

@ -0,0 +1,3 @@
# md5 from https://pypi.python.org/pypi/hyperlink/json, sha256 locally computed
md5 717dae425baa7b6f6d9d590666ec8472 hyperlink-17.2.1.tar.gz
sha256 2c74b35662416f44823d50e59305f761a933723ae6528cc5b0d711361453f28b hyperlink-17.2.1.tar.gz

View File

@ -0,0 +1,13 @@
################################################################################
#
# python-hyperlink
#
################################################################################
PYTHON_HYPERLINK_VERSION = 17.2.1
PYTHON_HYPERLINK_SOURCE = hyperlink-$(PYTHON_HYPERLINK_VERSION).tar.gz
PYTHON_HYPERLINK_SITE = https://pypi.python.org/packages/a2/d9/56b6a007a643d6511e616a2be74f67c3703e2aea4e9eaa44bdf48bc78c82
PYTHON_HYPERLINK_SETUP_TYPE = setuptools
PYTHON_HYPERLINK_LICENSE = MIT
$(eval $(python-package))