summaryrefslogtreecommitdiffstats
path: root/package/python-hyperlink/python-hyperlink.mk
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2017-07-12 09:57:43 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-12 18:37:01 +0200
commit2c6222c04327da94b2a19f9984d94ee16a1a3320 (patch)
treee091de978dc5eb55f77971a246f05caf7b2d0419 /package/python-hyperlink/python-hyperlink.mk
parent65dcaf0a8b1ceb22de2fdd0303b01c9afc431ce8 (diff)
downloadbuildroot-2c6222c04327da94b2a19f9984d94ee16a1a3320.tar.gz
buildroot-2c6222c04327da94b2a19f9984d94ee16a1a3320.zip
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>
Diffstat (limited to 'package/python-hyperlink/python-hyperlink.mk')
-rw-r--r--package/python-hyperlink/python-hyperlink.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/python-hyperlink/python-hyperlink.mk b/package/python-hyperlink/python-hyperlink.mk
new file mode 100644
index 0000000000..21f784e387
--- /dev/null
+++ b/package/python-hyperlink/python-hyperlink.mk
@@ -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))
OpenPOWER on IntegriCloud