950268102d
Add a python3 host variant since we are adding a python3 host variant of python-cryptography and it is dependent on this. Signed-off-by: Donald Chan <hoiho@lab126.com> [yann.morin.1998@free.fr: also add sync comment in python-six] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
17 lines
601 B
Makefile
17 lines
601 B
Makefile
################################################################################
|
|
#
|
|
# python-six
|
|
#
|
|
################################################################################
|
|
|
|
# Please keep in sync with package/python3-six/python3-six.mk
|
|
PYTHON_SIX_VERSION = 1.15.0
|
|
PYTHON_SIX_SOURCE = six-$(PYTHON_SIX_VERSION).tar.gz
|
|
PYTHON_SIX_SITE = https://files.pythonhosted.org/packages/6b/34/415834bfdafca3c5f451532e8a8d9ba89a21c9743a0c59fbd0205c7f9426
|
|
PYTHON_SIX_SETUP_TYPE = setuptools
|
|
PYTHON_SIX_LICENSE = MIT
|
|
PYTHON_SIX_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|
|
$(eval $(host-python-package))
|