summaryrefslogtreecommitdiffstats
path: root/package/python-hpack/python-hpack.mk
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2017-07-05 15:47:40 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-31 21:30:25 +0200
commitd8514a745cd9a5035ead8bc8630327276e13628d (patch)
tree46d941410bc0f356158f1fabac86b94a83987773 /package/python-hpack/python-hpack.mk
parent85a1a7dc16b791145e0d6e0709681001dc521414 (diff)
downloadbuildroot-d8514a745cd9a5035ead8bc8630327276e13628d.tar.gz
buildroot-d8514a745cd9a5035ead8bc8630327276e13628d.zip
python-hpack: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-hpack/python-hpack.mk')
-rw-r--r--package/python-hpack/python-hpack.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/python-hpack/python-hpack.mk b/package/python-hpack/python-hpack.mk
new file mode 100644
index 0000000000..d6b96649e9
--- /dev/null
+++ b/package/python-hpack/python-hpack.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# python-hpack
+#
+################################################################################
+
+PYTHON_HPACK_VERSION = 3.0.0
+PYTHON_HPACK_SOURCE = hpack-$(PYTHON_HPACK_VERSION).tar.gz
+PYTHON_HPACK_SITE = https://pypi.python.org/packages/44/f1/b4440e46e265a29c0cb7b09b6daec6edf93c79eae713cfed93fbbf8716c5
+PYTHON_HPACK_SETUP_TYPE = setuptools
+PYTHON_HPACK_LICENSE = MIT
+PYTHON_HPACK_LICENSE_FILES = LICENSE
+
+$(eval $(python-package))
OpenPOWER on IntegriCloud