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

@@ -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))