python-h2: new package

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-05 15:47:41 +02:00
committed by Thomas Petazzoni
parent d8514a745c
commit bff2f76cd6
4 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-h2
#
################################################################################
PYTHON_H2_VERSION = 3.0.1
PYTHON_H2_SOURCE = h2-$(PYTHON_H2_VERSION).tar.gz
PYTHON_H2_SITE = https://pypi.python.org/packages/3c/86/aebb88df3c87255cfd0ffd338608fbfb34d1c850750a486e7f05b013e5a3
PYTHON_H2_SETUP_TYPE = setuptools
PYTHON_H2_LICENSE = MIT
PYTHON_H2_LICENSE_FILES = LICENSE
$(eval $(python-package))