Marcel Telka
2023-12-14 84342f18f13dc033bd3ea6551e53712534fea879
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
84342f 22 HUMAN_VERSION =            1.20.0
06c8ff 23 COMPONENT_SUMMARY =        hatchling - Modern, extensible Python build backend
MT 24 COMPONENT_PROJECT_URL =        https://hatch.pypa.io/latest/
25 COMPONENT_ARCHIVE_URL =        \
84342f 26     https://files.pythonhosted.org/packages/0d/ee/2afbbb1e8e17a792e83e894e35e4a151dff121aa841ebdbe92f4b51779fe/hatchling-1.20.0.tar.gz
06c8ff 27 COMPONENT_ARCHIVE_HASH =    \
84342f 28     sha256:0e0893cbe3d5f9275fc0e5b629087fc23b17abd7065e4db0a310e0a0237bc945
06c8ff 29 COMPONENT_LICENSE =        MIT
MT 30 COMPONENT_LICENSE_FILE =    LICENSE.txt
31
9300a3 32 TEST_STYLE = none
b6066b 33
a1b912 34 # This project is missing tests
MT 35 # See https://github.com/pypa/hatch/issues/329
36
06c8ff 37 # This component is required by following bootstrapped components so it must be
MT 38 # bootstrapped too.
9300a3 39 # - colorama (test bootstrap)
MT 40 # - filelock (test bootstrap)
b6066b 41 # - hatch_vcs (test bootstrap)
9300a3 42 # - iniconfig (test bootstrap)
06c8ff 43 # - platformdirs (test bootstrap)
9300a3 44 # - pyproject_api (test bootstrap)
MT 45 # - tox (test bootstrap)
424238 46 # - virtualenv (test bootstrap)
06c8ff 47 PYTHON_TEST_BOOTSTRAP = yes
MT 48
49 include $(WS_MAKE_RULES)/common.mk
50
51 # Auto-generated dependencies
52 PYTHON_REQUIRED_PACKAGES += library/python/editables
53 PYTHON_REQUIRED_PACKAGES += library/python/packaging
54 PYTHON_REQUIRED_PACKAGES += library/python/pathspec
55 PYTHON_REQUIRED_PACKAGES += library/python/pluggy
56 PYTHON_REQUIRED_PACKAGES += library/python/tomli
424238 57 PYTHON_REQUIRED_PACKAGES += library/python/trove-classifiers
06c8ff 58 PYTHON_REQUIRED_PACKAGES += runtime/python