# # This file and its contents are supplied under the terms of the # Common Development and Distribution License ("CDDL"), version 1.0. # You may only use this file in accordance with the terms of version # 1.0 of the CDDL. # # A full copy of the text of the CDDL should have accompanied this # source. A copy of the CDDL is also available via the Internet at # http://www.illumos.org/license/CDDL. # # # This file was automatically generated using the following command: # $WS_TOOLS/python-integrate-project -d python/pyproject_api-39 pyproject_api # BUILD_STYLE = pyproject include ../../../make-rules/shared-macros.mk COMPONENT_NAME = pyproject_api HUMAN_VERSION = 1.9.1 COMPONENT_REVISION = 2 COMPONENT_SUMMARY = API to interact with the python pyproject.toml based projects COMPONENT_PROJECT_URL = https://pyproject-api.readthedocs.io COMPONENT_ARCHIVE_HASH = \ sha256:43c9918f49daab37e302038fc1aed54a8c7a91a9fa935d00b9a485f37e0f5335 COMPONENT_LICENSE = MIT COMPONENT_LICENSE_FILE = LICENSE # pyproject_api >= 1.10.0 requires Python >= 3.10 PYTHON_VERSIONS = 3.9 include $(WS_MAKE_RULES)/common.mk # https://github.com/tox-dev/pyproject-api/issues/153 PYTEST_ADDOPTS += --deselect tests/test_frontend_setuptools.py::test_setuptools_prepare_metadata_for_build_wheel # Random directory name COMPONENT_TEST_TRANSFORMS += "-e 's|/tmp/.*/garbage[^/]*|\$$(TMPDIR)|'" # Auto-generated dependencies REQUIRED_PACKAGES.python += library/python/hatch-vcs REQUIRED_PACKAGES.python += library/python/hatchling REQUIRED_PACKAGES.python += library/python/packaging REQUIRED_PACKAGES.python += library/python/tomli REQUIRED_PACKAGES.python += runtime/python TEST_REQUIRED_PACKAGES.python += library/python/covdefaults TEST_REQUIRED_PACKAGES.python += library/python/pytest TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov TEST_REQUIRED_PACKAGES.python += library/python/pytest-mock TEST_REQUIRED_PACKAGES.python += library/python/setuptools