Marcel Telka
2024-04-09 ea14a4a7ded28c8e93ae7ac0dcda47eed230a6b8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
 
#
# Copyright 2024 <contributor>
#
 
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
 
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
 
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs-$(HUMAN_VERSION).dist-info/COPYING
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs-$(HUMAN_VERSION).dist-info/METADATA
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs-$(HUMAN_VERSION).dist-info/WHEEL
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs-$(HUMAN_VERSION).dist-info/entry_points.txt
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs-$(HUMAN_VERSION).dist-info/top_level.txt
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/_version.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/extra_packages.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/fake_file.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/fake_filesystem.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/fake_filesystem_shutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/fake_filesystem_unittest.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/fake_io.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/fake_open.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/fake_os.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/fake_path.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/fake_pathlib.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/fake_scandir.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/helpers.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/mox3_stubout.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/patched_packages.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/py.typed
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/pytest_plugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/pytest_tests/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/pytest_tests/conftest.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/pytest_tests/example.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/pytest_tests/io.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/pytest_tests/pytest_check_failed_plugin_test.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/pytest_tests/pytest_doctest_test.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/pytest_tests/pytest_fixture_param_test.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/pytest_tests/pytest_fixture_test.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/pytest_tests/pytest_module_fixture_test.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/pytest_tests/pytest_plugin_failing_helper.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/pytest_tests/pytest_plugin_test.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/pytest_tests/pytest_reload_pandas_test.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/pytest_tests/unhashable.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/tests/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/tests/all_tests.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/tests/all_tests_without_extra_packages.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/tests/dynamic_patch_test.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/tests/example.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/tests/example_test.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/tests/fake_filesystem_glob_test.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/tests/fake_filesystem_shutil_test.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/tests/fake_filesystem_test.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/tests/fake_filesystem_unittest_test.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/tests/fake_filesystem_vs_real_test.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/tests/fake_open_test.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/tests/fake_os_test.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/tests/fake_pathlib_test.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/tests/fake_stat_time_test.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/tests/fake_tempfile_test.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/tests/fixtures/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/tests/fixtures/config_module.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/tests/fixtures/deprecated_property.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/tests/fixtures/module_with_attributes.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/tests/import_as_example.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/tests/logsio.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/tests/mox3_stubout_example.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/tests/mox3_stubout_test.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/tests/patched_packages_test.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/tests/performance_test.py
file path=usr/lib/python$(PYVER)/vendor-packages/pyfakefs/tests/test_utils.py
 
# python modules are unusable without python runtime binary
depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    pkg.debug.depend.path=usr/bin
 
# Automatically generated dependencies based on distribution metadata