python/elasticsearch: update to 8.16.0
[oi-userland.git] / components / python / cheroot / cheroot-PYVER.p5m
blob86bd7257ea9e9a68266e18bab4f91d4643355778
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 python-integrate-project
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/cheroot-$(PYVER)
27 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot-$(HUMAN_VERSION).dist-info/LICENSE.md
28 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot-$(HUMAN_VERSION).dist-info/METADATA
29 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot-$(HUMAN_VERSION).dist-info/WHEEL
30 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot-$(HUMAN_VERSION).dist-info/entry_points.txt
31 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot-$(HUMAN_VERSION).dist-info/top_level.txt
32 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot/__init__.py
33 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot/__init__.pyi
34 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot/__main__.py
35 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot/_compat.py
36 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot/_compat.pyi
37 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot/cli.py
38 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot/cli.pyi
39 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot/connections.py
40 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot/connections.pyi
41 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot/errors.py
42 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot/errors.pyi
43 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot/makefile.py
44 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot/makefile.pyi
45 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot/py.typed
46 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot/server.py
47 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot/server.pyi
48 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot/ssl/__init__.py
49 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot/ssl/__init__.pyi
50 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot/ssl/builtin.py
51 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot/ssl/builtin.pyi
52 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot/ssl/pyopenssl.py
53 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot/ssl/pyopenssl.pyi
54 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot/test/__init__.py
55 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot/test/_pytest_plugin.py
56 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot/test/conftest.py
57 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot/test/helper.py
58 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot/test/test__compat.py
59 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot/test/test_cli.py
60 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot/test/test_conn.py
61 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot/test/test_core.py
62 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot/test/test_dispatch.py
63 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot/test/test_errors.py
64 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot/test/test_makefile.py
65 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot/test/test_server.py
66 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot/test/test_ssl.py
67 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot/test/test_wsgi.py
68 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot/test/webtest.py
69 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot/testing.py
70 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot/testing.pyi
71 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot/workers/__init__.py
72 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot/workers/__init__.pyi
73 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot/workers/threadpool.py
74 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot/workers/threadpool.pyi
75 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot/wsgi.py
76 file path=usr/lib/python$(PYVER)/vendor-packages/cheroot/wsgi.pyi
78 # python modules are unusable without python runtime binary
79 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
80     pkg.debug.depend.path=usr/bin
82 # Automatically generated dependencies based on distribution metadata
83 depend type=require fmri=pkg:/library/python/jaraco-functools-$(PYV)
84 depend type=require fmri=pkg:/library/python/more-itertools-$(PYV)