python/pyproject_installer: update to 0.5.5
[oi-userland.git] / components / python / yamlfix / Makefile
bloba6c3e0d20b5ed73a4ba883ffdf66d9cbbf69b86c
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 yamlfix
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = yamlfix
22 HUMAN_VERSION = 1.17.0
23 COMPONENT_SUMMARY = A simple opionated yaml formatter that keeps your comments!
24 COMPONENT_PROJECT_URL = https://github.com/lyz-code/yamlfix
25 COMPONENT_ARCHIVE_HASH = \
26 sha256:81d7220b62798d1dda580e1574b3d3d6926701ae8cd79588c4e0b33f2e345d85
27 COMPONENT_LICENSE = GPL-3.0-only
28 COMPONENT_LICENSE_FILE = LICENSE
30 TEST_STYLE = pytest
32 # This is a standalone application. Since no other Python project depends on
33 # it we just provide single unversioned package.
34 SINGLE_PYTHON_VERSION = yes
36 include $(WS_MAKE_RULES)/common.mk
38 # This project uses pdm to manage test dependencies.
39 TEST_REQUIREMENTS_PDM += test
41 # Auto-generated dependencies
42 PYTHON_REQUIRED_PACKAGES += library/python/click
43 PYTHON_REQUIRED_PACKAGES += library/python/maison
44 PYTHON_REQUIRED_PACKAGES += library/python/pdm-backend
45 PYTHON_REQUIRED_PACKAGES += library/python/pydantic
46 PYTHON_REQUIRED_PACKAGES += library/python/ruyaml
47 PYTHON_REQUIRED_PACKAGES += runtime/python
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-xdist