package/python3-six: add python3 host variant
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>
This commit is contained in:
committed by
Yann E. MORIN
parent
0c60007419
commit
950268102d
@@ -4,6 +4,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
|
# Please keep in sync with package/python3-six/python3-six.mk
|
||||||
PYTHON_SIX_VERSION = 1.15.0
|
PYTHON_SIX_VERSION = 1.15.0
|
||||||
PYTHON_SIX_SOURCE = six-$(PYTHON_SIX_VERSION).tar.gz
|
PYTHON_SIX_SOURCE = six-$(PYTHON_SIX_VERSION).tar.gz
|
||||||
PYTHON_SIX_SITE = https://files.pythonhosted.org/packages/6b/34/415834bfdafca3c5f451532e8a8d9ba89a21c9743a0c59fbd0205c7f9426
|
PYTHON_SIX_SITE = https://files.pythonhosted.org/packages/6b/34/415834bfdafca3c5f451532e8a8d9ba89a21c9743a0c59fbd0205c7f9426
|
||||||
|
|||||||
1
package/python3-six/python3-six.hash
Symbolic link
1
package/python3-six/python3-six.hash
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../python-six/python-six.hash
|
||||||
17
package/python3-six/python3-six.mk
Normal file
17
package/python3-six/python3-six.mk
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
################################################################################
|
||||||
|
#
|
||||||
|
# python3-six
|
||||||
|
#
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
# Please keep in sync with package/python-six/python-six.mk
|
||||||
|
PYTHON3_SIX_VERSION = 1.15.0
|
||||||
|
PYTHON3_SIX_SOURCE = six-$(PYTHON3_SIX_VERSION).tar.gz
|
||||||
|
PYTHON3_SIX_SITE = https://files.pythonhosted.org/packages/6b/34/415834bfdafca3c5f451532e8a8d9ba89a21c9743a0c59fbd0205c7f9426
|
||||||
|
PYTHON3_SIX_SETUP_TYPE = setuptools
|
||||||
|
PYTHON3_SIX_LICENSE = MIT
|
||||||
|
PYTHON3_SIX_LICENSE_FILES = LICENSE
|
||||||
|
HOST_PYTHON3_SIX_DL_SUBDIR = python-six
|
||||||
|
HOST_PYTHON3_SIX_NEEDS_HOST_PYTHON = python3
|
||||||
|
|
||||||
|
$(eval $(host-python-package))
|
||||||
Reference in New Issue
Block a user