5864b40fac
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: - add CPE variables - also add sync comment for python-pip ] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
18 lines
638 B
Makefile
18 lines
638 B
Makefile
################################################################################
|
|
#
|
|
# python-pip
|
|
#
|
|
################################################################################
|
|
|
|
# Please keep in sync with package/python3-pip/python3-pip.mk
|
|
PYTHON_PIP_VERSION = 20.0.2
|
|
PYTHON_PIP_SOURCE = pip-$(PYTHON_PIP_VERSION).tar.gz
|
|
PYTHON_PIP_SITE = https://files.pythonhosted.org/packages/8e/76/66066b7bc71817238924c7e4b448abdb17eb0c92d645769c223f9ace478f
|
|
PYTHON_PIP_SETUP_TYPE = setuptools
|
|
PYTHON_PIP_LICENSE = MIT
|
|
PYTHON_PIP_LICENSE_FILES = LICENSE.txt
|
|
PYTHON_PIP_CPE_ID_VENDOR = pypa
|
|
PYTHON_PIP_CPE_ID_PRODUCT = pip
|
|
|
|
$(eval $(python-package))
|