components/python/twisted/twisted-PYVER.p5m
branchs11-update
changeset 3704 69ab8eca01c5
parent 3661 47545fb8aed4
equal deleted inserted replaced
3698:9c01a3410e89 3704:69ab8eca01c5
    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-2/python-twisted-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27     value=pkg:/library/python/python-twisted-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    28 set name=pkg.summary value="Event-based framework for internet applications"
    28 set name=pkg.summary value="Event-based framework for internet applications"
    29 set name=com.oracle.info.description value="the Twisted event-based Python framework"
    29 set name=com.oracle.info.description \
       
    30     value="the Twisted event-based Python framework"
    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)
   915 # dependency is here to facilitate the safe transfer of the package
   916 # dependency is here to facilitate the safe transfer of the package
   916 # to the 'userland' consolidation.
   917 # to the 'userland' consolidation.
   917 depend type=optional \
   918 depend type=optional \
   918     fmri=consolidation/desktop/[email protected],5.11-0.175.2.0.0.20.0
   919     fmri=consolidation/desktop/[email protected],5.11-0.175.2.0.0.20.0
   919 
   920 
       
   921 # force the rename with an optional dependency on the old name
       
   922 depend type=optional \
       
   923     fmri=library/python-2/python-twisted-$(PYV)@10.1.0,5.11-0.175.3.0.0.16.0
       
   924 
   920 # force a dependency on the Python runtime
   925 # force a dependency on the Python runtime
   921 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
   926 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
   922     pkg.debug.depend.path=usr/bin
   927     pkg.debug.depend.path=usr/bin
   923 
   928 
   924 # force a dependency on the python-twisted package
   929 # force a dependency on the python-twisted package
   925 depend type=require \
   930 depend type=require \
   926     fmri=library/python-2/python-twisted@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
   931     fmri=library/python/python-twisted@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
   927 depend type=require fmri=library/python-2/python-zope-interface-$(PYV)
   932 depend type=require fmri=library/python/python-zope-interface-$(PYV)