ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / python / wheel / Makefile
blob191a59b34f0cf9a62ed40458077be866bae24726
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.0
23 COMPONENT_SUMMARY = A built-package format for Python
24 COMPONENT_ARCHIVE_HASH = \
25 sha256:a57353941a3183b3d5365346b567a260a0602a0f8a635926a7dede41b94c674a
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 # Auto-generated dependencies
46 PYTHON_REQUIRED_PACKAGES += library/python/flit-core
47 PYTHON_REQUIRED_PACKAGES += runtime/python
48 TEST_REQUIRED_PACKAGES.python += library/python/pytest
49 TEST_REQUIRED_PACKAGES.python += library/python/setuptools