libunibreak: update to 6.1
[oi-userland.git] / components / python / pip-run / Makefile
blobe1556b35b5e98ef2cbdc600f2ae5174596254f2a
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 -d python/pip-run pip_run
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = pip_run
22 HUMAN_VERSION = 13.0.0
23 COMPONENT_SUMMARY = install packages and run Python with them
24 COMPONENT_ARCHIVE_HASH = \
25 sha256:67cf7f0e8eb1fab96e1743128d759f4d9d4a9dff17b7bc20f86f03a3ed73e841
26 COMPONENT_LICENSE = MIT
27 COMPONENT_LICENSE_FILE = LICENSE
29 include $(WS_MAKE_RULES)/common.mk
31 # Revert back unneeded PYV normalizations
32 COMPONENT_TEST_TRANSFORMS += "-e 's/py\$$(PYV)compat/py$(subst .,,$(PYTHON_VERSION))compat/'"
34 # Auto-generated dependencies
35 PYTHON_REQUIRED_PACKAGES += library/python/autocommand
36 PYTHON_REQUIRED_PACKAGES += library/python/jaraco-context
37 PYTHON_REQUIRED_PACKAGES += library/python/jaraco-env
38 PYTHON_REQUIRED_PACKAGES += library/python/jaraco-functools
39 PYTHON_REQUIRED_PACKAGES += library/python/jaraco-text
40 PYTHON_REQUIRED_PACKAGES += library/python/more-itertools
41 PYTHON_REQUIRED_PACKAGES += library/python/packaging
42 PYTHON_REQUIRED_PACKAGES += library/python/path
43 PYTHON_REQUIRED_PACKAGES += library/python/pip
44 PYTHON_REQUIRED_PACKAGES += library/python/platformdirs
45 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
46 PYTHON_REQUIRED_PACKAGES += library/python/setuptools-scm
47 PYTHON_REQUIRED_PACKAGES += library/python/tomli
48 PYTHON_REQUIRED_PACKAGES += runtime/python
49 TEST_REQUIRED_PACKAGES.python += library/python/flit-core
50 TEST_REQUIRED_PACKAGES.python += library/python/jaraco-path
51 TEST_REQUIRED_PACKAGES.python += library/python/jaraco-test
52 TEST_REQUIRED_PACKAGES.python += library/python/nbformat
53 TEST_REQUIRED_PACKAGES.python += library/python/pygments
54 TEST_REQUIRED_PACKAGES.python += library/python/pytest
55 TEST_REQUIRED_PACKAGES.python += library/python/pytest-checkdocs
56 TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov
57 TEST_REQUIRED_PACKAGES.python += library/python/pytest-enabler
58 TEST_REQUIRED_PACKAGES.python += library/python/pytest-mypy