components/python/pywbem/pywbem-PYVER.p5m
branchs11-update
changeset 4220 86c0ad4a33d5
parent 3827 0fa9cc47974d
equal deleted inserted replaced
4213:9164037457d6 4220:86c0ad4a33d5
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
       
    25 
    25 set name=pkg.fmri \
    26 set name=pkg.fmri \
    26     value=pkg:/library/python/pywbem-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27     value=pkg:/library/python/pywbem-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27 set name=pkg.summary value="Python WBEM Client and Provider Interface"
    28 set name=pkg.summary value="Python WBEM Client and Provider Interface"
    28 set name=pkg.description \
    29 set name=pkg.description \
    29     value="A Python library for making CIM (Common Information Model) operations over HTTP using the WBEM CIM-XML protocol. It is based on the idea that a good WBEM client should be easy to use and not necessarily require a large amount of programming knowledge. It is suitable for a large range of tasks from simply poking around to writing web and GUI applications. WBEM, or Web Based Enterprise Management is a manageability protocol, like SNMP, standardised by the Distributed Management Task Force (DMTF) available at http://www.dmtf.org/standards/wbem. It also provides a Python provider interface, and is the fastest and easiest way to write providers on the planet."
    30     value="A Python library for making CIM (Common Information Model) operations over HTTP using the WBEM CIM-XML protocol. It is based on the idea that a good WBEM client should be easy to use and not necessarily require a large amount of programming knowledge. It is suitable for a large range of tasks from simply poking around to writing web and GUI applications. WBEM, or Web Based Enterprise Management is a manageability protocol, like SNMP, standardised by the Distributed Management Task Force (DMTF) available at http://www.dmtf.org/standards/wbem. It also provides a Python provider interface, and is the fastest and easiest way to write providers on the planet."
    58 file path=usr/lib/python$(PYVER)/vendor-packages/pywbem/twisted_client.py
    59 file path=usr/lib/python$(PYVER)/vendor-packages/pywbem/twisted_client.py
    59 file path=usr/lib/python$(PYVER)/vendor-packages/pywbem/wbemcli.py
    60 file path=usr/lib/python$(PYVER)/vendor-packages/pywbem/wbemcli.py
    60 file path=usr/lib/python$(PYVER)/vendor-packages/pywbem/yacc.py
    61 file path=usr/lib/python$(PYVER)/vendor-packages/pywbem/yacc.py
    61 #
    62 #
    62 license pywbem.license license=LGPLv2
    63 license pywbem.license license=LGPLv2
       
    64 
       
    65 # force a dependency on the pywbem package
       
    66 depend type=require \
       
    67     fmri=library/python/pywbem@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)