perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / scikit-build-core / Makefile
blobedc6b92a31899597c5e85721025d79bf146b4d7f
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/scikit-build-core scikit_build_core
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = scikit_build_core
22 HUMAN_VERSION = 0.10.7
23 COMPONENT_SUMMARY = Build backend for CMake based projects
24 COMPONENT_PROJECT_URL = https://github.com/scikit-build/scikit-build-core
25 COMPONENT_ARCHIVE_HASH = \
26 sha256:04cbb59fe795202a7eeede1849112ee9dcbf3469feebd9b8b36aa541336ac4f8
27 COMPONENT_LICENSE = Apache-2.0
28 COMPONENT_LICENSE_FILE = LICENSE
30 TEST_STYLE = pytest
32 include $(WS_MAKE_RULES)/common.mk
34 # Testing needs to find pybind11
35 COMPONENT_TEST_ENV += CMAKE_PREFIX_PATH=$(shell /usr/bin/pybind11-config-$(PYTHON_VERSION) --cmakedir)
37 # This project does not support tox so we need to provide test requirements
38 # manually.
39 TEST_REQUIREMENTS_EXTRAS += test
41 # When testing finds numpy already pre-installed it tries to install own copy
42 # of numpy using pip. This fails because of
43 # https://github.com/numpy/numpy/issues/25366
44 TEST_CONFLICTING_PACKAGES.python += library/python/numpy
45 # When pbr is installed the testing is failing because of the pkg_resources
46 # DeprecationWarning.
47 # See also https://bugs.launchpad.net/pbr/+bug/1822332
48 TEST_CONFLICTING_PACKAGES.python += library/python/pbr
50 # Auto-generated dependencies
51 PYTHON_REQUIRED_PACKAGES += library/python/exceptiongroup
52 PYTHON_REQUIRED_PACKAGES += library/python/hatch-vcs
53 PYTHON_REQUIRED_PACKAGES += library/python/hatchling
54 PYTHON_REQUIRED_PACKAGES += library/python/packaging
55 PYTHON_REQUIRED_PACKAGES += library/python/pathspec
56 PYTHON_REQUIRED_PACKAGES += library/python/tomli
57 PYTHON_REQUIRED_PACKAGES += runtime/python
58 TEST_REQUIRED_PACKAGES.python += library/python/build
59 TEST_REQUIRED_PACKAGES.python += library/python/cattrs
60 TEST_REQUIRED_PACKAGES.python += library/python/pip
61 TEST_REQUIRED_PACKAGES.python += library/python/pybind11
62 TEST_REQUIRED_PACKAGES.python += library/python/pytest
63 TEST_REQUIRED_PACKAGES.python += library/python/pytest-subprocess
64 TEST_REQUIRED_PACKAGES.python += library/python/setuptools
65 TEST_REQUIRED_PACKAGES.python += library/python/virtualenv
66 TEST_REQUIRED_PACKAGES.python += library/python/wheel