Marcel Telka
2024-04-03 72d66ff28ec33bc2c05b355c6218d98d13b79450
commit | author | age
15014b 1 #
MT 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.
6 #
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.
10 #
11
12 #
13 # This file was automatically generated using the following command:
14 #   $WS_TOOLS/python-integrate-project pyproject_fmt
15 #
16
17 BUILD_STYLE = pyproject
18
19 include ../../../make-rules/shared-macros.mk
20
21 COMPONENT_NAME =        pyproject_fmt
fbf58c 22 HUMAN_VERSION =            1.7.0
15014b 23 COMPONENT_SUMMARY =        pyproject_fmt - Format your pyproject.toml file
MT 24 COMPONENT_ARCHIVE_URL =        \
fbf58c 25     https://files.pythonhosted.org/packages/31/0a/4acc5aa04f5de56d165b03ec340f6956dd8ae1ebcf497c83cf1b3206786f/pyproject_fmt-1.7.0.tar.gz
15014b 26 COMPONENT_ARCHIVE_HASH =    \
fbf58c 27     sha256:db404b2e5d186a6cdfe2b90d7cf1d548cc8e46f87acd278cb7748ef3f05368c2
15014b 28 COMPONENT_LICENSE =        MIT
MT 29 COMPONENT_LICENSE_FILE =    LICENSE.txt
30
31 include $(WS_MAKE_RULES)/common.mk
32
33 # Auto-generated dependencies
34 PYTHON_REQUIRED_PACKAGES += library/python/hatch-vcs
35 PYTHON_REQUIRED_PACKAGES += library/python/hatchling
d52ec5 36 PYTHON_REQUIRED_PACKAGES += library/python/natsort
15014b 37 PYTHON_REQUIRED_PACKAGES += library/python/packaging
MT 38 PYTHON_REQUIRED_PACKAGES += library/python/tomlkit
39 PYTHON_REQUIRED_PACKAGES += runtime/python
d3e188 40 TEST_REQUIRED_PACKAGES.python += library/python/covdefaults
MT 41 TEST_REQUIRED_PACKAGES.python += library/python/pytest
42 TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov
43 TEST_REQUIRED_PACKAGES.python += library/python/pytest-mock