perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / pip / Makefile
blobafa978dbc84ebbe717662cddc1fb09dadd392b18
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # This file was automatically generated using the following command:
14 # $WS_TOOLS/python-integrate-project pip
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = pip
22 HUMAN_VERSION = 24.3.1
23 COMPONENT_SUMMARY = The PyPA recommended tool for installing Python packages.
24 COMPONENT_PROJECT_URL = https://pip.pypa.io/
25 COMPONENT_ARCHIVE_URL = \
26 https://github.com/pypa/pip/archive/refs/tags/$(HUMAN_VERSION).tar.gz
27 COMPONENT_ARCHIVE_HASH = \
28 sha256:1349240eff5fd44f4b9d834d503d87505a6cd0a8ab022f3f1665181d6a719a73
29 COMPONENT_LICENSE = MIT
30 COMPONENT_LICENSE_FILE = LICENSE.txt
32 TEST_STYLE = pytest
34 include $(WS_MAKE_RULES)/common.mk
36 # This project does not support tox so we need to provide test requirements
37 # manually.
38 TEST_REQUIREMENTS += tests/requirements.txt
40 # We have no proxy.py packaged yet
41 PYTEST_ADDOPTS += --ignore tests/functional/test_proxy.py
43 # Auto-generated dependencies
44 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
45 PYTHON_REQUIRED_PACKAGES += runtime/python
46 TEST_REQUIRED_PACKAGES.python += library/python/cryptography
47 TEST_REQUIRED_PACKAGES.python += library/python/freezegun
48 TEST_REQUIRED_PACKAGES.python += library/python/installer
49 TEST_REQUIRED_PACKAGES.python += library/python/pytest
50 TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov
51 TEST_REQUIRED_PACKAGES.python += library/python/pytest-rerunfailures
52 TEST_REQUIRED_PACKAGES.python += library/python/pytest-xdist
53 TEST_REQUIRED_PACKAGES.python += library/python/scripttest
54 TEST_REQUIRED_PACKAGES.python += library/python/setuptools
55 TEST_REQUIRED_PACKAGES.python += library/python/tomli-w
56 TEST_REQUIRED_PACKAGES.python += library/python/virtualenv
57 TEST_REQUIRED_PACKAGES.python += library/python/werkzeug
58 TEST_REQUIRED_PACKAGES.python += library/python/wheel