components/python/pywbem/pywbem-PYVER.p5m
branchs11-update
changeset 3827 0fa9cc47974d
child 4190 85f3f56a012c
equal deleted inserted replaced
3819:c58e744b5780 3827:0fa9cc47974d
       
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 
       
    22 #
       
    23 # Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 set name=pkg.fmri \
       
    26     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.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 set name=com.oracle.info.description \
       
    31     value="PyWBEM, the Python WBEM Client and Provider Interface"
       
    32 set name=com.oracle.info.tpno value=$(TPNO)
       
    33 set name=info.classification \
       
    34     value=org.opensolaris.category.2008:Development/Python \
       
    35     value="org.opensolaris.category.2008:System/Enterprise Management" \
       
    36     value="org.opensolaris.category.2008:Web Services/Communications"
       
    37 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    38 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    39 set name=org.opensolaris.arc-caseid value=LSARC/2009/258
       
    40 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    41 #
       
    42 file path=usr/lib/python$(PYVER)/vendor-packages/pywbem/__init__.py
       
    43 file path=usr/lib/python$(PYVER)/vendor-packages/pywbem/cim_constants.py
       
    44 file path=usr/lib/python$(PYVER)/vendor-packages/pywbem/cim_http.py
       
    45 file path=usr/lib/python$(PYVER)/vendor-packages/pywbem/cim_obj.py
       
    46 file path=usr/lib/python$(PYVER)/vendor-packages/pywbem/cim_operations.py
       
    47 file path=usr/lib/python$(PYVER)/vendor-packages/pywbem/cim_provider.py
       
    48 file path=usr/lib/python$(PYVER)/vendor-packages/pywbem/cim_provider2.py
       
    49 file path=usr/lib/python$(PYVER)/vendor-packages/pywbem/cim_types.py
       
    50 file path=usr/lib/python$(PYVER)/vendor-packages/pywbem/cim_xml.py
       
    51 file path=usr/lib/python$(PYVER)/vendor-packages/pywbem/cimxml_parse.py
       
    52 file path=usr/lib/python$(PYVER)/vendor-packages/pywbem/lex.py
       
    53 file path=usr/lib/python$(PYVER)/vendor-packages/pywbem/mof_compiler.py
       
    54 file path=usr/lib/python$(PYVER)/vendor-packages/pywbem/moflextab.py
       
    55 file path=usr/lib/python$(PYVER)/vendor-packages/pywbem/mofparsetab.py
       
    56 file path=usr/lib/python$(PYVER)/vendor-packages/pywbem/tupleparse.py
       
    57 file path=usr/lib/python$(PYVER)/vendor-packages/pywbem/tupletree.py
       
    58 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/yacc.py
       
    61 #
       
    62 license pywbem.license license=LGPLv2