ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / python / meson-python / Makefile
blob17ec3d1844ab3a9f22fa76037045f482c6431fd9
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/meson-python meson_python
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = meson_python
22 HUMAN_VERSION = 0.17.1
23 COMPONENT_REVISION = 1
24 COMPONENT_SUMMARY = Meson Python build backend (PEP 517)
25 COMPONENT_ARCHIVE_HASH = \
26 sha256:efb91f69f2e19eef7bc9a471ed2a4e730088cc6b39eacaf3e49fc4f930eb5f83
27 COMPONENT_LICENSE = MIT
28 COMPONENT_LICENSE_FILE = LICENSE
30 TEST_STYLE = pytest
32 include $(WS_MAKE_RULES)/common.mk
34 # This project does not support tox so we need to provide test requirements
35 # manually.
36 TEST_REQUIREMENTS_EXTRAS += test
38 # Auto-generated dependencies
39 PYTHON_REQUIRED_PACKAGES += library/python/meson
40 PYTHON_REQUIRED_PACKAGES += library/python/packaging
41 PYTHON_REQUIRED_PACKAGES += library/python/pyproject-metadata
42 PYTHON_REQUIRED_PACKAGES += library/python/tomli
43 PYTHON_REQUIRED_PACKAGES += runtime/python
44 REQUIRED_PACKAGES += developer/object-file
45 TEST_REQUIRED_PACKAGES.python += library/python/build
46 TEST_REQUIRED_PACKAGES.python += library/python/cython
47 TEST_REQUIRED_PACKAGES.python += library/python/packaging
48 TEST_REQUIRED_PACKAGES.python += library/python/pytest
49 TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov
50 TEST_REQUIRED_PACKAGES.python += library/python/pytest-mock
51 TEST_REQUIRED_PACKAGES.python += library/python/typing-extensions
52 TEST_REQUIRED_PACKAGES.python += library/python/wheel