3491f34d9e
- SECURITY: Stop splitting on unicode separators in git references, which could be maliciously used to install a different revision on the repository. (#9827) - Update hash of LICENSE.txt (update in year) - Update indentation in hash file (two spaces) https://pip.pypa.io/en/stable/news/#v21-2-4 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
20 lines
735 B
Makefile
20 lines
735 B
Makefile
################################################################################
|
|
#
|
|
# python3-pip
|
|
#
|
|
################################################################################
|
|
|
|
# Please keep in sync with package/python-pip/python-pip.mk
|
|
PYTHON3_PIP_VERSION = 21.2.4
|
|
PYTHON3_PIP_SOURCE = pip-$(PYTHON_PIP_VERSION).tar.gz
|
|
PYTHON3_PIP_SITE = https://files.pythonhosted.org/packages/52/e1/06c018197d8151383f66ebf6979d951995cf495629fc54149491f5d157d0
|
|
PYTHON3_PIP_SETUP_TYPE = setuptools
|
|
PYTHON3_PIP_LICENSE = MIT
|
|
PYTHON3_PIP_LICENSE_FILES = LICENSE.txt
|
|
PYTHON3_PIP_CPE_ID_VENDOR = pypa
|
|
PYTHON3_PIP_CPE_ID_PRODUCT = pip
|
|
HOST_PYTHON3_PIP_DL_SUBDIR = python-pip
|
|
HOST_PYTHON3_PIP_NEEDS_HOST_PYTHON = python3
|
|
|
|
$(eval $(host-python-package))
|