Marcel Telka
2024-03-16 3256016cdcc9eabec5b41b4c5851b537fe328ebf
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 #
ad6d23 13 # Copyright 2024 <contributor>
06c8ff 14 #
MT 15
16 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
17 set name=pkg.human-version value=$(HUMAN_VERSION)
18 set name=pkg.summary value="$(COMPONENT_SUMMARY)"
19 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
20 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
21 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
22 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
23
24 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
25
b6066b 26 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling-$(HUMAN_VERSION).dist-info/METADATA
MT 27 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling-$(HUMAN_VERSION).dist-info/WHEEL
28 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling-$(HUMAN_VERSION).dist-info/licenses/LICENSE.txt
06c8ff 29 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/__about__.py
MT 30 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/__init__.py
31 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/__main__.py
32 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/bridge/__init__.py
33 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/bridge/app.py
34 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/build.py
35 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/__init__.py
a1b912 36 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/app.py
325601 37 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/binary.py
06c8ff 38 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/config.py
MT 39 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/constants.py
40 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/custom.py
41 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/hooks/__init__.py
42 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/hooks/custom.py
43 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/hooks/plugin/__init__.py
44 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/hooks/plugin/hooks.py
45 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/hooks/plugin/interface.py
46 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/hooks/version.py
47 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/plugin/__init__.py
48 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/plugin/hooks.py
49 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/plugin/interface.py
50 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/sdist.py
51 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/utils.py
52 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/wheel.py
53 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/cli/__init__.py
54 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/cli/build/__init__.py
55 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/cli/dep/__init__.py
56 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/cli/metadata/__init__.py
57 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/cli/version/__init__.py
58 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/dep/__init__.py
59 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/dep/core.py
60 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/licenses/__init__.py
61 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/licenses/parse.py
62 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/licenses/supported.py
63 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/metadata/__init__.py
64 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/metadata/core.py
65 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/metadata/custom.py
66 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/metadata/plugin/__init__.py
67 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/metadata/plugin/hooks.py
68 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/metadata/plugin/interface.py
69 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/metadata/spec.py
70 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/metadata/utils.py
71 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/ouroboros.py
72 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/plugin/__init__.py
73 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/plugin/exceptions.py
74 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/plugin/manager.py
75 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/plugin/specs.py
76 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/plugin/utils.py
77 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/py.typed
78 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/utils/__init__.py
79 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/utils/constants.py
80 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/utils/context.py
81 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/utils/fs.py
82 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/version/__init__.py
83 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/version/core.py
84 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/version/scheme/__init__.py
85 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/version/scheme/plugin/__init__.py
86 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/version/scheme/plugin/hooks.py
87 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/version/scheme/plugin/interface.py
88 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/version/scheme/standard.py
89 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/version/source/__init__.py
90 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/version/source/code.py
91 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/version/source/env.py
92 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/version/source/plugin/__init__.py
93 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/version/source/plugin/hooks.py
94 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/version/source/plugin/interface.py
95 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/version/source/regex.py
96
97 # python modules are unusable without python runtime binary
98 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
99     pkg.debug.depend.path=usr/bin
100
101 # Automatically generated dependencies based on distribution metadata
102 depend type=require fmri=pkg:/library/python/packaging-$(PYV)
103 depend type=require fmri=pkg:/library/python/pathspec-$(PYV)
104 depend type=require fmri=pkg:/library/python/pluggy-$(PYV)
105 depend type=require fmri=pkg:/library/python/tomli-$(PYV)
424238 106 depend type=require fmri=pkg:/library/python/trove-classifiers-$(PYV)