rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / python / packaging / Makefile
bloba1caa68948f228e3331989b945005430148ac682
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 packaging
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = packaging
22 HUMAN_VERSION = 24.2
23 COMPONENT_SUMMARY = Core utilities for Python packages
24 COMPONENT_ARCHIVE_HASH = \
25 sha256:c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f
26 COMPONENT_LICENSE = Apache-2.0 OR BSD-2-Clause
28 TEST_STYLE = pytest
30 # This component is required by following bootstrapped components so it must be
31 # bootstrapped too.
32 # - build
33 # - hatchling (test bootstrap)
34 # - pyproject_api (test bootstrap)
35 # - pytest (test bootstrap)
36 # - setuptools-scm
37 # - tox (test bootstrap)
38 # - Userland build framework (see setup.py.mk)
39 PYTHON_BOOTSTRAP = yes
41 include $(WS_MAKE_RULES)/common.mk
43 # Test results order varies between runs
44 PYTEST_SORT_TESTS = yes
46 # Auto-generated dependencies
47 PYTHON_REQUIRED_PACKAGES += library/python/flit-core
48 PYTHON_REQUIRED_PACKAGES += runtime/python