python/setuptools-rust: replace deprecated wheel.bdist_wheel
[oi-userland.git] / components / python / build / Makefile
blob4fcf93067686c3be6867c0adffbbf68bac3733e7
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 build
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = build
22 HUMAN_VERSION = 1.2.1
23 COMPONENT_SUMMARY = build - A simple, correct Python build frontend
24 COMPONENT_ARCHIVE_HASH = \
25 sha256:526263f4870c26f26c433545579475377b2b7588b6f1eac76a001e873ae3e19d
26 COMPONENT_LICENSE = MIT
27 COMPONENT_LICENSE_FILE = LICENSE
29 # Since we cannot use the 'build' package to build itself we need to bootstrap.
30 PYTHON_BOOTSTRAP = yes
32 include $(WS_MAKE_RULES)/common.mk
34 # Auto-generated dependencies
35 PYTHON_REQUIRED_PACKAGES += library/python/flit-core
36 PYTHON_REQUIRED_PACKAGES += library/python/importlib-metadata
37 PYTHON_REQUIRED_PACKAGES += library/python/packaging
38 PYTHON_REQUIRED_PACKAGES += library/python/pyproject-hooks
39 PYTHON_REQUIRED_PACKAGES += library/python/tomli
40 PYTHON_REQUIRED_PACKAGES += runtime/python
41 TEST_REQUIRED_PACKAGES.python += library/python/filelock
42 TEST_REQUIRED_PACKAGES.python += library/python/pytest
43 TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov
44 TEST_REQUIRED_PACKAGES.python += library/python/pytest-mock
45 TEST_REQUIRED_PACKAGES.python += library/python/pytest-rerunfailures
46 TEST_REQUIRED_PACKAGES.python += library/python/pytest-xdist
47 TEST_REQUIRED_PACKAGES.python += library/python/setuptools
48 TEST_REQUIRED_PACKAGES.python += library/python/virtualenv
49 TEST_REQUIRED_PACKAGES.python += library/python/wheel