components/python/python27/tkinter-27.p5m
branchs11-update
changeset 3367 ed5024e47b53
parent 2551 0391c5c3b137
child 3368 006337635e91
equal deleted inserted replaced
3366:dba288608e69 3367:ed5024e47b53
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 set name=pkg.fmri \
    24 set name=pkg.fmri \
    25     value=pkg:/library/python-2/tkinter-27@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    25     value=pkg:/library/python-2/tkinter-27@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26 set name=pkg.summary value="Python 2.7 bindings to tcl/tk"
    26 set name=pkg.summary value="Python 2.7 bindings to tcl/tk"
    27 set name=com.oracle.info.description value="Python 2.7 bindings for Tcl/Tk"
    27 set name=com.oracle.info.description value="Python 2.7 bindings for Tcl/Tk"
    28 set name=com.oracle.info.tpno value=9104
    28 set name=com.oracle.info.tpno value=$(TPNO)
    29 set name=info.classification \
    29 set name=info.classification \
    30     value=org.opensolaris.category.2008:Development/Python
    30     value=org.opensolaris.category.2008:Development/Python
    31 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    31 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    32 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    32 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    33 set name=org.opensolaris.arc-caseid \
    33 set name=org.opensolaris.arc-caseid value=PSARC/2008/514 value=PSARC/2009/529 \
    34     value=PSARC/2011/XXX
    34     value=PSARC/2014/183
       
    35 # PSARC 2008/514 Python interface to dlpi(7P)
       
    36 # PSARC 2009/529 Python interface to privileges(5) & rbac(5)
       
    37 # PSARC 2014/183 Python 2.7.6
    35 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    38 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    36 
       
    37 #pkgdepend doesn't like python 2.7 yet
       
    38 <transform file path=.+\.py$ -> \
       
    39     default pkg.depend.bypass-generate .* >
       
    40 
    39 
    41 license python27.license license=PSFv2
    40 license python27.license license=PSFv2
    42 
    41 
    43 dir path=usr
       
    44 dir path=usr/lib
       
    45 dir path=usr/lib/python2.7
       
    46 dir path=usr/lib/python2.7/lib-dynload
       
    47 dir path=usr/lib/python2.7/lib-dynload/64
       
    48 dir path=usr/lib/python2.7/lib-tk
       
    49 file path=usr/lib/python2.7/lib-dynload/64/_tkinter.so
    42 file path=usr/lib/python2.7/lib-dynload/64/_tkinter.so
    50 file path=usr/lib/python2.7/lib-dynload/_tkinter.so
    43 file path=usr/lib/python2.7/lib-dynload/_tkinter.so
    51 file path=usr/lib/python2.7/lib-tk/Canvas.py
    44 file path=usr/lib/python2.7/lib-tk/Canvas.py
    52 file path=usr/lib/python2.7/lib-tk/Dialog.py
    45 file path=usr/lib/python2.7/lib-tk/Dialog.py
    53 file path=usr/lib/python2.7/lib-tk/FileDialog.py
    46 file path=usr/lib/python2.7/lib-tk/FileDialog.py