perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / wheel / Makefile
blob367d6734cd49e957692087e7d956c494d692f018
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 wheel
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = wheel
22 HUMAN_VERSION = 0.45.1
23 COMPONENT_SUMMARY = A built-package format for Python
24 COMPONENT_ARCHIVE_HASH = \
25 sha256:661e1abd9198507b1409a20c02106d9670b2576e916d58f520316666abca6729
26 COMPONENT_LICENSE = MIT
27 COMPONENT_LICENSE_FILE = LICENSE.txt
29 # This component is required by following bootstrapped components so it must be
30 # bootstrapped too.
31 # - cachetools (test bootstrap)
32 # - chardet (test bootstrap)
33 # - distlib (test bootstrap)
34 # - importlib_metadata
35 # - pluggy (test bootstrap)
36 # - pytest (test bootstrap)
37 # - setuptools-scm
38 # - tox-current-env (test bootstrap)
39 # - trove-classifiers (test bootstrap)
40 # - zipp
41 PYTHON_BOOTSTRAP = yes
43 include $(WS_MAKE_RULES)/common.mk
45 # Random directory name
46 COMPONENT_TEST_TRANSFORMS += "-e 's|/tmp/.*/garbage[^/]*|\$$(TMPDIR)|'"
48 # Auto-generated dependencies
49 PYTHON_REQUIRED_PACKAGES += library/python/flit-core
50 PYTHON_REQUIRED_PACKAGES += runtime/python
51 TEST_REQUIRED_PACKAGES.python += library/python/pytest
52 TEST_REQUIRED_PACKAGES.python += library/python/setuptools