Marcel Telka
2024-04-03 1e5fef1a8c653f8be12b2aeadac3a818fa113f55
commit | author | age
111a7c 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 #
13 # This file was automatically generated using python-integrate-project
14 #
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
26 file path=usr/bin/keyring-$(PYVER)
27 file path=usr/lib/python$(PYVER)/vendor-packages/keyring-$(HUMAN_VERSION).dist-info/LICENSE
28 file path=usr/lib/python$(PYVER)/vendor-packages/keyring-$(HUMAN_VERSION).dist-info/METADATA
29 file path=usr/lib/python$(PYVER)/vendor-packages/keyring-$(HUMAN_VERSION).dist-info/WHEEL
30 file path=usr/lib/python$(PYVER)/vendor-packages/keyring-$(HUMAN_VERSION).dist-info/entry_points.txt
31 file path=usr/lib/python$(PYVER)/vendor-packages/keyring-$(HUMAN_VERSION).dist-info/top_level.txt
32 file path=usr/lib/python$(PYVER)/vendor-packages/keyring/__init__.py
33 file path=usr/lib/python$(PYVER)/vendor-packages/keyring/__main__.py
34 file path=usr/lib/python$(PYVER)/vendor-packages/keyring/backend.py
16780f 35 file path=usr/lib/python$(PYVER)/vendor-packages/keyring/backend_complete.bash
111a7c 36 file path=usr/lib/python$(PYVER)/vendor-packages/keyring/backend_complete.zsh
MT 37 file path=usr/lib/python$(PYVER)/vendor-packages/keyring/backends/SecretService.py
38 file path=usr/lib/python$(PYVER)/vendor-packages/keyring/backends/Windows.py
39 file path=usr/lib/python$(PYVER)/vendor-packages/keyring/backends/__init__.py
40 file path=usr/lib/python$(PYVER)/vendor-packages/keyring/backends/chainer.py
41 file path=usr/lib/python$(PYVER)/vendor-packages/keyring/backends/fail.py
42 file path=usr/lib/python$(PYVER)/vendor-packages/keyring/backends/kwallet.py
43 file path=usr/lib/python$(PYVER)/vendor-packages/keyring/backends/libsecret.py
44 file path=usr/lib/python$(PYVER)/vendor-packages/keyring/backends/macOS/__init__.py
45 file path=usr/lib/python$(PYVER)/vendor-packages/keyring/backends/macOS/api.py
46 file path=usr/lib/python$(PYVER)/vendor-packages/keyring/backends/null.py
47 file path=usr/lib/python$(PYVER)/vendor-packages/keyring/cli.py
9c4d0a 48 file path=usr/lib/python$(PYVER)/vendor-packages/keyring/compat/__init__.py
MT 49 file path=usr/lib/python$(PYVER)/vendor-packages/keyring/compat/properties.py
50 file path=usr/lib/python$(PYVER)/vendor-packages/keyring/compat/py312.py
c630cd 51 file path=usr/lib/python$(PYVER)/vendor-packages/keyring/compat/py38.py
111a7c 52 file path=usr/lib/python$(PYVER)/vendor-packages/keyring/completion.py
MT 53 file path=usr/lib/python$(PYVER)/vendor-packages/keyring/core.py
54 file path=usr/lib/python$(PYVER)/vendor-packages/keyring/credentials.py
55 file path=usr/lib/python$(PYVER)/vendor-packages/keyring/devpi_client.py
56 file path=usr/lib/python$(PYVER)/vendor-packages/keyring/errors.py
57 file path=usr/lib/python$(PYVER)/vendor-packages/keyring/http.py
58 file path=usr/lib/python$(PYVER)/vendor-packages/keyring/py.typed
59 file path=usr/lib/python$(PYVER)/vendor-packages/keyring/testing/__init__.py
60 file path=usr/lib/python$(PYVER)/vendor-packages/keyring/testing/backend.py
61 file path=usr/lib/python$(PYVER)/vendor-packages/keyring/testing/util.py
62 file path=usr/lib/python$(PYVER)/vendor-packages/keyring/util/__init__.py
63 file path=usr/lib/python$(PYVER)/vendor-packages/keyring/util/platform_.py
64
65 # python modules are unusable without python runtime binary
66 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
67     pkg.debug.depend.path=usr/bin
68
69 # Automatically generated dependencies based on distribution metadata
70 depend type=require fmri=pkg:/library/python/importlib-metadata-$(PYV)
71 depend type=require fmri=pkg:/library/python/jaraco-classes-$(PYV)
9c4d0a 72 depend type=require fmri=pkg:/library/python/jaraco-context-$(PYV)
MT 73 depend type=require fmri=pkg:/library/python/jaraco-functools-$(PYV)