Andreas Wacknitz
2024-03-24 3df02058fb3d48a999bbc8d5d56c2910fbc249a4
commit | author | age
06c8ff 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 hatchling
15 #
16
17 BUILD_STYLE = pyproject
18
19 include ../../../make-rules/shared-macros.mk
20
21 COMPONENT_NAME =        hatchling
3b4212 22 HUMAN_VERSION =            1.22.4
06c8ff 23 COMPONENT_SUMMARY =        hatchling - Modern, extensible Python build backend
MT 24 COMPONENT_PROJECT_URL =        https://hatch.pypa.io/latest/
25 COMPONENT_ARCHIVE_HASH =    \
3b4212 26     sha256:8a2dcec96d7fb848382ef5848e5ac43fdae641f35a08a3fab5116bd495f3416e
06c8ff 27 COMPONENT_LICENSE =        MIT
MT 28 COMPONENT_LICENSE_FILE =    LICENSE.txt
29
9300a3 30 TEST_STYLE = none
b6066b 31
a1b912 32 # This project is missing tests
MT 33 # See https://github.com/pypa/hatch/issues/329
34
06c8ff 35 # This component is required by following bootstrapped components so it must be
MT 36 # bootstrapped too.
9300a3 37 # - colorama (test bootstrap)
MT 38 # - filelock (test bootstrap)
b6066b 39 # - hatch_vcs (test bootstrap)
9300a3 40 # - iniconfig (test bootstrap)
06c8ff 41 # - platformdirs (test bootstrap)
9300a3 42 # - pyproject_api (test bootstrap)
MT 43 # - tox (test bootstrap)
424238 44 # - virtualenv (test bootstrap)
06c8ff 45 PYTHON_TEST_BOOTSTRAP = yes
MT 46
47 include $(WS_MAKE_RULES)/common.mk
48
49 # Auto-generated dependencies
50 PYTHON_REQUIRED_PACKAGES += library/python/packaging
51 PYTHON_REQUIRED_PACKAGES += library/python/pathspec
52 PYTHON_REQUIRED_PACKAGES += library/python/pluggy
53 PYTHON_REQUIRED_PACKAGES += library/python/tomli
424238 54 PYTHON_REQUIRED_PACKAGES += library/python/trove-classifiers
06c8ff 55 PYTHON_REQUIRED_PACKAGES += runtime/python