components/python/pylxml/pylxml.p5m
branchs11-update
changeset 3704 69ab8eca01c5
parent 2551 0391c5c3b137
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) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 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/lxml@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    25     value=pkg:/library/python/lxml@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26 set name=pkg.summary \
    26 set name=pkg.summary \
    27     value="Pythonic 2.6 binding for the libxml2 and libxslt libraries"
    27     value="Pythonic 2.6 binding for the libxml2 and libxslt libraries"
    28 set name=com.oracle.info.description value="Python bindings for the libxml2 and libxslt libraries"
    28 set name=com.oracle.info.description \
       
    29     value="Python bindings for the libxml2 and libxslt libraries"
    29 set name=info.classification \
    30 set name=info.classification \
    30     value=org.opensolaris.category.2008:Development/Python
    31     value=org.opensolaris.category.2008:Development/Python
    31 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    32 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    32 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    33 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    33 set name=org.opensolaris.arc-caseid \
    34 set name=org.opensolaris.arc-caseid value=PSARC/2009/579
    34     value=PSARC/2009/579
       
    35 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    35 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    36 depend type=conditional \
       
    37     fmri=library/python/lxml-26@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \
       
    38     predicate=runtime/python-26
       
    39 depend type=conditional \
       
    40     fmri=library/python/lxml-27@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \
       
    41     predicate=runtime/python-27
    36 
    42 
    37 depend fmri=library/python-2/lxml-26@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \
    43 # force the rename with an optional dependency on the old name
    38     predicate=runtime/python-26 \
    44 depend type=optional fmri=library/python-2/[email protected],5.11-0.175.3.0.0.16.0
    39     type=conditional
       
    40 
       
    41 depend fmri=library/python-2/lxml-27@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \
       
    42     predicate=runtime/python-27 \
       
    43     type=conditional