python/elasticsearch: update to 8.16.0
[oi-userland.git] / components / python / hatchling / Makefile
blobda62d82db02a37388d97959429cba731d2477e8d
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 hatchling
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = hatchling
22 HUMAN_VERSION = 1.26.3
23 COMPONENT_SUMMARY = Modern, extensible Python build backend
24 COMPONENT_PROJECT_URL = https://hatch.pypa.io/latest/
25 COMPONENT_ARCHIVE_HASH = \
26 sha256:b672a9c36a601a06c4e88a1abb1330639ee8e721e0535a37536e546a667efc7a
27 COMPONENT_LICENSE = MIT
28 COMPONENT_LICENSE_FILE = LICENSE.txt
30 TEST_STYLE = none
32 # This project is missing tests
33 # See https://github.com/pypa/hatch/issues/329
35 # This component is required by following bootstrapped components so it must be
36 # bootstrapped too.
37 # - colorama (test bootstrap)
38 # - filelock (test bootstrap)
39 # - hatch_vcs (test bootstrap)
40 # - iniconfig (test bootstrap)
41 # - platformdirs (test bootstrap)
42 # - pyproject_api (test bootstrap)
43 # - tox (test bootstrap)
44 # - virtualenv (test bootstrap)
45 PYTHON_TEST_BOOTSTRAP = yes
47 include $(WS_MAKE_RULES)/common.mk
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
54 PYTHON_REQUIRED_PACKAGES += library/python/trove-classifiers
55 PYTHON_REQUIRED_PACKAGES += runtime/python