component(developer/golang-123): Add Component
[oi-userland.git] / components / python / hatchling / Makefile
blobcf62773a63a456f667fe04573e5a5f6050208af3
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.27.0
23 COMPONENT_SUMMARY = Modern, extensible Python build backend
24 COMPONENT_PROJECT_URL = https://hatch.pypa.io/latest/
25 COMPONENT_ARCHIVE_HASH = \
26 sha256:971c296d9819abb3811112fc52c7a9751c8d381898f36533bb16f9791e941fd6
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