perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / hatchling / manifests / sample-manifest.p5m
blob2264ca77f95ee0c2147ea86d39b758e8300412e4
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 # Copyright 2024 <contributor>
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)
24 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
26 file path=usr/bin/hatchling-$(PYVER)
27 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling-$(HUMAN_VERSION).dist-info/METADATA
28 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling-$(HUMAN_VERSION).dist-info/WHEEL
29 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling-$(HUMAN_VERSION).dist-info/entry_points.txt
30 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling-$(HUMAN_VERSION).dist-info/licenses/LICENSE.txt
31 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/__about__.py
32 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/__init__.py
33 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/__main__.py
34 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/bridge/__init__.py
35 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/bridge/app.py
36 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/build.py
37 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/__init__.py
38 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/app.py
39 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/binary.py
40 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/config.py
41 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/constants.py
42 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/custom.py
43 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/hooks/__init__.py
44 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/hooks/custom.py
45 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/hooks/plugin/__init__.py
46 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/hooks/plugin/hooks.py
47 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/hooks/plugin/interface.py
48 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/hooks/version.py
49 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/macos.py
50 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/plugin/__init__.py
51 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/plugin/hooks.py
52 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/plugin/interface.py
53 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/sdist.py
54 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/utils.py
55 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/builders/wheel.py
56 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/cli/__init__.py
57 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/cli/build/__init__.py
58 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/cli/dep/__init__.py
59 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/cli/dep/core.py
60 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/cli/metadata/__init__.py
61 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/cli/version/__init__.py
62 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/dep/__init__.py
63 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/dep/core.py
64 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/licenses/__init__.py
65 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/licenses/supported.py
66 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/metadata/__init__.py
67 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/metadata/core.py
68 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/metadata/custom.py
69 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/metadata/plugin/__init__.py
70 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/metadata/plugin/hooks.py
71 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/metadata/plugin/interface.py
72 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/metadata/spec.py
73 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/metadata/utils.py
74 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/ouroboros.py
75 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/plugin/__init__.py
76 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/plugin/exceptions.py
77 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/plugin/manager.py
78 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/plugin/specs.py
79 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/plugin/utils.py
80 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/py.typed
81 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/utils/__init__.py
82 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/utils/constants.py
83 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/utils/context.py
84 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/utils/fs.py
85 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/version/__init__.py
86 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/version/core.py
87 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/version/scheme/__init__.py
88 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/version/scheme/plugin/__init__.py
89 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/version/scheme/plugin/hooks.py
90 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/version/scheme/plugin/interface.py
91 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/version/scheme/standard.py
92 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/version/source/__init__.py
93 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/version/source/code.py
94 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/version/source/env.py
95 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/version/source/plugin/__init__.py
96 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/version/source/plugin/hooks.py
97 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/version/source/plugin/interface.py
98 file path=usr/lib/python$(PYVER)/vendor-packages/hatchling/version/source/regex.py
100 # python modules are unusable without python runtime binary
101 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
102     pkg.debug.depend.path=usr/bin
104 # Automatically generated dependencies based on distribution metadata
105 depend type=require fmri=pkg:/library/python/packaging-$(PYV)
106 depend type=require fmri=pkg:/library/python/pathspec-$(PYV)
107 depend type=require fmri=pkg:/library/python/pluggy-$(PYV)
108 depend type=require fmri=pkg:/library/python/tomli-$(PYV)
109 depend type=require fmri=pkg:/library/python/trove-classifiers-$(PYV)