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