libreoffice: update to 24.8.4.2
[oi-userland.git] / components / python / poetry_core / Makefile
blob6d40b3f331e98b0f3920131ee5542a1a487ba2f3
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 poetry_core
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = poetry_core
22 HUMAN_VERSION = 1.9.1
23 COMPONENT_SUMMARY = Poetry PEP 517 Build Backend
24 COMPONENT_PROJECT_URL = https://github.com/python-poetry/poetry-core
25 COMPONENT_ARCHIVE_HASH = \
26 sha256:7a2d49214bf58b4f17f99d6891d947a9836c9899a67a5069f52d7b67217f61b8
27 COMPONENT_LICENSE = MIT
28 COMPONENT_LICENSE_FILE = LICENSE
30 TEST_STYLE = pytest
32 include $(WS_MAKE_RULES)/common.mk
34 # This project uses poetry to manage test dependencies.
35 TEST_REQUIREMENTS_POETRY += test
37 # Test results order varies between runs
38 PYTEST_SORT_TESTS = yes
40 # Auto-generated dependencies
41 PYTHON_REQUIRED_PACKAGES += runtime/python
42 TEST_REQUIRED_PACKAGES.python += library/python/build
43 TEST_REQUIRED_PACKAGES.python += library/python/pytest
44 TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov
45 TEST_REQUIRED_PACKAGES.python += library/python/pytest-mock
46 TEST_REQUIRED_PACKAGES.python += library/python/setuptools
47 TEST_REQUIRED_PACKAGES.python += library/python/tomli-w
48 TEST_REQUIRED_PACKAGES.python += library/python/virtualenv