components/python/ipython/ipython-PYVER.p5m
changeset 3732 0f62cc221c7e
parent 1948 2d1537e7942d
child 5168 6c7bce5c3955
equal deleted inserted replaced
3731:7b09b73a67a4 3732:0f62cc221c7e
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 set name=pkg.fmri \
    26 set name=pkg.fmri \
    27     value=pkg:/library/python/ipython-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27     value=pkg:/library/python/ipython-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    28 set name=pkg.summary value="Enhanced interactive Python shell"
    28 set name=pkg.summary value="Enhanced interactive Python shell"
    29 set name=com.oracle.info.description value="the IPython interactive Python shell"
    29 set name=com.oracle.info.description \
       
    30     value="the IPython interactive Python shell"
    30 set name=com.oracle.info.tpno value=$(TPNO)
    31 set name=com.oracle.info.tpno value=$(TPNO)
    31 set name=info.classification \
    32 set name=info.classification \
    32     value=org.opensolaris.category.2008:Development/Python
    33     value=org.opensolaris.category.2008:Development/Python
    33 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    34 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    34 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    35 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
  1812 # dependency is here to facilitate the safe transfer of the package
  1813 # dependency is here to facilitate the safe transfer of the package
  1813 # to the 'userland' consolidation.
  1814 # to the 'userland' consolidation.
  1814 depend type=optional \
  1815 depend type=optional \
  1815     fmri=consolidation/desktop/[email protected]
  1816     fmri=consolidation/desktop/[email protected]
  1816 
  1817 
       
  1818 # force the rename with an optional dependency on the old name
       
  1819 depend type=optional \
       
  1820     fmri=library/python-2/ipython-$(PYV)@0.10,5.12-5.12.0.0.0.41.0
       
  1821 
  1817 # force a dependency on the Python runtime
  1822 # force a dependency on the Python runtime
  1818 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
  1823 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
  1819     pkg.debug.depend.path=usr/bin
  1824     pkg.debug.depend.path=usr/bin
  1820 
  1825 
  1821 # force a dependency on the ipython package
  1826 # force a dependency on the ipython package
  1822 depend type=require \
  1827 depend type=require \
  1823     fmri=library/python/ipython@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
  1828     fmri=library/python/ipython@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
  1824 
       
  1825 # force the rename with an optional dependency on the old name
       
  1826 depend type=optional \
       
  1827     fmri=library/python-2/ipython-$(PYV)@0.10,5.12-5.12.0.0.0.41.0