components/python/python34/tkinter-34.p5m
branchs11-update
changeset 3778 35735ffdda43
child 1948 2d1537e7942d
child 3783 9edbfb2ff34a
equal deleted inserted replaced
3777:68aef260e079 3778:35735ffdda43
       
     1 #
       
     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, 2014, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 
       
    24 # bootstrap: pkgdepend doesn't like python 3.4 yet;
       
    25 # remove this block once it is installed on build machine
       
    26 <transform file path=.+\.py$ -> \
       
    27     default pkg.depend.bypass-generate .* >
       
    28 <transform file path=.+\.pyc$ -> \
       
    29     default pkg.depend.bypass-generate .* >
       
    30 <transform file path=usr/bin.*$ -> \
       
    31     default pkg.depend.bypass-generate .* >
       
    32 #
       
    33 set name=pkg.fmri \
       
    34     value=pkg:/library/python/tkinter-34@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    35 set name=pkg.summary value="Python 3.4 bindings to tcl/tk"
       
    36 set name=com.oracle.info.description value="Python 3.4 bindings for Tcl/Tk"
       
    37 set name=com.oracle.info.tpno value=9104
       
    38 set name=info.classification \
       
    39     value=org.opensolaris.category.2008:Development/Python
       
    40 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    41 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    42 set name=org.opensolaris.arc-caseid value=PSARC/2005/555 value=PSARC/2008/514 \
       
    43     value=PSARC/2009/529 value=PSARC/2013/235 value=PSARC/2014/151
       
    44 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    45 #
       
    46 file path=usr/lib/python3.4/lib-dynload/64/_tkinter.so
       
    47 file path=usr/lib/python3.4/tkinter/__init__.py
       
    48 file path=usr/lib/python3.4/tkinter/__main__.py
       
    49 file path=usr/lib/python3.4/tkinter/_fix.py
       
    50 file path=usr/lib/python3.4/tkinter/colorchooser.py
       
    51 file path=usr/lib/python3.4/tkinter/commondialog.py
       
    52 file path=usr/lib/python3.4/tkinter/constants.py
       
    53 file path=usr/lib/python3.4/tkinter/dialog.py
       
    54 file path=usr/lib/python3.4/tkinter/dnd.py
       
    55 file path=usr/lib/python3.4/tkinter/filedialog.py
       
    56 file path=usr/lib/python3.4/tkinter/font.py
       
    57 file path=usr/lib/python3.4/tkinter/messagebox.py
       
    58 file path=usr/lib/python3.4/tkinter/scrolledtext.py
       
    59 file path=usr/lib/python3.4/tkinter/simpledialog.py
       
    60 file path=usr/lib/python3.4/tkinter/tix.py
       
    61 file path=usr/lib/python3.4/tkinter/ttk.py
       
    62 #
       
    63 license python34.license license=PSFv2