mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-10 10:10:28 +03:00
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:
committed by
Thomas Petazzoni
parent
d8514a745c
commit
bff2f76cd6
14
package/python-h2/python-h2.mk
Normal file
14
package/python-h2/python-h2.mk
Normal 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))
|
||||
Reference in New Issue
Block a user