Marcel Telka
2024-04-03 72d66ff28ec33bc2c05b355c6218d98d13b79450
commit | author | age
b5a849 1 #
AL 2 # CDDL HEADER START
3 #
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
7 #
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21 # Copyright (c) 2012, 2020, Oracle and/or its affiliates. All rights reserved.
22 #
3af965 23 <transform file path=usr/lib/python$(PYVER)/lib-dynload/.*\.so -> \
b5a849 24     add pkg.linted.userland.action001.2 true>
AL 25
26 set name=pkg.fmri value=pkg:/library/python/tkinter-39@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
6f5465 27 set name=pkg.human-version value=$(HUMAN_VERSION)
b5a849 28 set name=pkg.summary value="Python 3.9 bindings to tcl/tk"
AL 29 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
30 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
31 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
32 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
33
34 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
6f5465 35
3af965 36 file path=usr/lib/python$(PYVER)/test/test_tix.py
MT 37 file path=usr/lib/python$(PYVER)/test/test_tk.py
6f5465 38
3af965 39 file path=usr/lib/python$(PYVER)/lib-dynload/_tkinter.cpython-39.so
6f5465 40
3af965 41 file path=usr/lib/python$(PYVER)/tkinter/__init__.py
MT 42 file path=usr/lib/python$(PYVER)/tkinter/__main__.py
43 file path=usr/lib/python$(PYVER)/tkinter/colorchooser.py
44 file path=usr/lib/python$(PYVER)/tkinter/commondialog.py
45 file path=usr/lib/python$(PYVER)/tkinter/constants.py
46 file path=usr/lib/python$(PYVER)/tkinter/dialog.py
47 file path=usr/lib/python$(PYVER)/tkinter/dnd.py
48 file path=usr/lib/python$(PYVER)/tkinter/filedialog.py
49 file path=usr/lib/python$(PYVER)/tkinter/font.py
50 file path=usr/lib/python$(PYVER)/tkinter/messagebox.py
51 file path=usr/lib/python$(PYVER)/tkinter/scrolledtext.py
52 file path=usr/lib/python$(PYVER)/tkinter/simpledialog.py
53 file path=usr/lib/python$(PYVER)/tkinter/test/README
54 file path=usr/lib/python$(PYVER)/tkinter/test/__init__.py
55 file path=usr/lib/python$(PYVER)/tkinter/test/support.py
56 file path=usr/lib/python$(PYVER)/tkinter/test/test_tkinter/__init__.py
57 file path=usr/lib/python$(PYVER)/tkinter/test/test_tkinter/test_font.py
58 file path=usr/lib/python$(PYVER)/tkinter/test/test_tkinter/test_colorchooser.py
59 file path=usr/lib/python$(PYVER)/tkinter/test/test_tkinter/test_geometry_managers.py
60 file path=usr/lib/python$(PYVER)/tkinter/test/test_tkinter/test_images.py
61 file path=usr/lib/python$(PYVER)/tkinter/test/test_tkinter/test_loadtk.py
62 file path=usr/lib/python$(PYVER)/tkinter/test/test_tkinter/test_misc.py
63 file path=usr/lib/python$(PYVER)/tkinter/test/test_tkinter/test_simpledialog.py
64 file path=usr/lib/python$(PYVER)/tkinter/test/test_tkinter/test_text.py
65 file path=usr/lib/python$(PYVER)/tkinter/test/test_tkinter/test_variables.py
66 file path=usr/lib/python$(PYVER)/tkinter/test/test_tkinter/test_widgets.py
67 file path=usr/lib/python$(PYVER)/tkinter/test/test_ttk/__init__.py
68 file path=usr/lib/python$(PYVER)/tkinter/test/test_ttk/test_extensions.py
69 file path=usr/lib/python$(PYVER)/tkinter/test/test_ttk/test_style.py
70 file path=usr/lib/python$(PYVER)/tkinter/test/test_ttk/test_widgets.py
71 file path=usr/lib/python$(PYVER)/tkinter/test/widget_tests.py
72 file path=usr/lib/python$(PYVER)/tkinter/tix.py
73 file path=usr/lib/python$(PYVER)/tkinter/ttk.py