components/python/zope-interface/zope-interface-PYVER.p5m
changeset 1890 5a4ef66c42bf
parent 1666 69d14d547e77
child 1948 2d1537e7942d
equal deleted inserted replaced
1889:7251578a5ce7 1890:5a4ef66c42bf
    23 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 2014, 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/python-zope-interface-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27     value=pkg:/library/python/python-zope-interface-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    28 set name=pkg.summary \
    28 set name=pkg.summary value="Zope Interfaces package for Python"
    29     value="Zope interfaces package for Python"
    29 set name=pkg.description \
    30 set name=com.oracle.info.description value="the Zope interfaces package for Python"
    30     value="The Zope Interfaces package provides an implementation of 'object interfaces' for Python. Interfaces are a mechanism for labeling objects as conforming to a given API or contract. This package can be considered as an implementation of the Design By Contract methodology support in Python."
       
    31 set name=com.oracle.info.description \
       
    32     value="the Zope Interfaces package for Python"
    31 set name=com.oracle.info.tpno value=7911
    33 set name=com.oracle.info.tpno value=7911
    32 set name=info.classification \
    34 set name=info.classification \
    33     value=org.opensolaris.category.2008:Development/Python
    35     value=org.opensolaris.category.2008:Development/Python
    34 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    36 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    35 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    37 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    96 # optional dependency is here to facilitate the safe transfer of the package
    98 # optional dependency is here to facilitate the safe transfer of the package
    97 # to the 'userland' consolidation.
    99 # to the 'userland' consolidation.
    98 depend type=optional \
   100 depend type=optional \
    99     fmri=consolidation/desktop/[email protected]
   101     fmri=consolidation/desktop/[email protected]
   100 
   102 
       
   103 # force the rename with an optional dependency on the old name
       
   104 depend type=optional \
       
   105     fmri=library/python-2/python-zope-interface-$(PYV)@3.3.0,5.12-5.12.0.0.0.41.0
       
   106 
   101 # force a dependency on the Python runtime
   107 # force a dependency on the Python runtime
   102 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
   108 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
   103     pkg.debug.depend.path=usr/bin
   109     pkg.debug.depend.path=usr/bin
   104 
   110 
   105 # force a dependency on the python-zope-interface package
   111 # force a dependency on the python-zope-interface package
   106 depend type=require \
   112 depend type=require \
   107     fmri=library/python/python-zope-interface@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
   113     fmri=library/python/python-zope-interface@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
   108 
       
   109 # force the rename with an optional dependency on the old name
       
   110 depend type=optional \
       
   111     fmri=library/python-2/python-zope-interface-$(PYV)@3.3.0,5.12-5.12.0.0.0.41.0