components/python/py/py-PYVER.p5m
branchs11-update
changeset 3704 69ab8eca01c5
parent 3661 47545fb8aed4
child 4072 db0cec748ec0
equal deleted inserted replaced
3698:9c01a3410e89 3704:69ab8eca01c5
    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) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2013, 2015, 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/py-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    25     value=pkg:/library/python/py-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26 set name=pkg.summary \
    26 set name=pkg.summary \
    27     value="library with cross-python path, ini-parsing, io, code, log facilities"
    27     value="library with cross-python path, ini-parsing, io, code, log facilities"
    28 set name=pkg.description \
    28 set name=pkg.description \
    29     value="The py lib is a Python development support library featuring the following tools and modules: py.path: uniform local and svn path objects; py.apipkg: explicit API control and lazy-importing; py.iniconfig: easy parsing of .ini files; py.code: dynamic code generation and introspection; py.path: uniform local and svn path objects."
    29     value="The py lib is a Python development support library featuring the following tools and modules: py.path: uniform local and svn path objects; py.apipkg: explicit API control and lazy-importing; py.iniconfig: easy parsing of .ini files; py.code: dynamic code generation and introspection; py.path: uniform local and svn path objects."
    30 set name=com.oracle.info.description value="the Python py module"
    30 set name=com.oracle.info.description value="the Python py module"
    72 file path=usr/lib/python$(PYVER)/vendor-packages/py/_std.py
    72 file path=usr/lib/python$(PYVER)/vendor-packages/py/_std.py
    73 file path=usr/lib/python$(PYVER)/vendor-packages/py/_xmlgen.py
    73 file path=usr/lib/python$(PYVER)/vendor-packages/py/_xmlgen.py
    74 file path=usr/lib/python$(PYVER)/vendor-packages/py/test.py
    74 file path=usr/lib/python$(PYVER)/vendor-packages/py/test.py
    75 license py.license license=MIT
    75 license py.license license=MIT
    76 
    76 
       
    77 # force the rename with an optional dependency on the old name
       
    78 depend type=optional \
       
    79     fmri=library/python-2/py-$(PYV)@1.4.15,5.11-0.175.3.0.0.16.0
       
    80 
    77 # force a dependency on the Python runtime
    81 # force a dependency on the Python runtime
    78 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    82 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    79     pkg.debug.depend.path=usr/bin
    83     pkg.debug.depend.path=usr/bin
    80 
    84 
    81 # force a dependency on the py package
    85 # force a dependency on the py package
    82 depend type=require \
    86 depend type=require \
    83     fmri=library/python-2/py@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    87     fmri=library/python/py@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)