components/python/pywbem/pywbem-PYVER.p5m
author Norm Jacobs <Norm.Jacobs@Oracle.COM>
Wed, 19 Oct 2016 09:53:08 -0500
changeset 7133 cabdc0719c92
parent 4190 85f3f56a012c
permissions -rw-r--r--
24920023 llvm/clang packages need dependency changes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3499
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     1
#
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     3
#
78cfa87d42b8 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
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
78cfa87d42b8 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.
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     7
#
78cfa87d42b8 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
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
78cfa87d42b8 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
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    12
#
78cfa87d42b8 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
78cfa87d42b8 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.
78cfa87d42b8 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
78cfa87d42b8 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
78cfa87d42b8 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]
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    18
#
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    20
#
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    21
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    22
#
4190
85f3f56a012c 20934529 versioned pywbem package lacks a dependency on unversioned one
david.comay@oracle.com
parents: 3499
diff changeset
    23
# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
3499
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    24
#
4190
85f3f56a012c 20934529 versioned pywbem package lacks a dependency on unversioned one
david.comay@oracle.com
parents: 3499
diff changeset
    25
3499
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    26
set name=pkg.fmri \
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    27
    value=pkg:/library/python/pywbem-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    28
set name=pkg.summary value="Python WBEM Client and Provider Interface"
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    29
set name=pkg.description \
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    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."
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    31
set name=com.oracle.info.description \
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    32
    value="PyWBEM, the Python WBEM Client and Provider Interface"
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    33
set name=com.oracle.info.tpno value=$(TPNO)
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    34
set name=info.classification \
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    35
    value=org.opensolaris.category.2008:Development/Python \
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    36
    value="org.opensolaris.category.2008:System/Enterprise Management" \
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    37
    value="org.opensolaris.category.2008:Web Services/Communications"
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    38
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    39
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    40
set name=org.opensolaris.arc-caseid value=LSARC/2009/258
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    41
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    42
#
78cfa87d42b8 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/__init__.py
78cfa87d42b8 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_constants.py
78cfa87d42b8 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_http.py
78cfa87d42b8 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_obj.py
78cfa87d42b8 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_operations.py
78cfa87d42b8 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_provider.py
78cfa87d42b8 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_provider2.py
78cfa87d42b8 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_types.py
78cfa87d42b8 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/cim_xml.py
78cfa87d42b8 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/cimxml_parse.py
78cfa87d42b8 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/lex.py
78cfa87d42b8 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/mof_compiler.py
78cfa87d42b8 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/moflextab.py
78cfa87d42b8 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/mofparsetab.py
78cfa87d42b8 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/tupleparse.py
78cfa87d42b8 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/tupletree.py
78cfa87d42b8 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/twisted_client.py
78cfa87d42b8 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/wbemcli.py
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    61
file path=usr/lib/python$(PYVER)/vendor-packages/pywbem/yacc.py
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    62
#
78cfa87d42b8 20054509 Migrate pywbem from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    63
license pywbem.license license=LGPLv2
4190
85f3f56a012c 20934529 versioned pywbem package lacks a dependency on unversioned one
david.comay@oracle.com
parents: 3499
diff changeset
    64
85f3f56a012c 20934529 versioned pywbem package lacks a dependency on unversioned one
david.comay@oracle.com
parents: 3499
diff changeset
    65
# force a dependency on the pywbem package
85f3f56a012c 20934529 versioned pywbem package lacks a dependency on unversioned one
david.comay@oracle.com
parents: 3499
diff changeset
    66
depend type=require \
85f3f56a012c 20934529 versioned pywbem package lacks a dependency on unversioned one
david.comay@oracle.com
parents: 3499
diff changeset
    67
    fmri=library/python/pywbem@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)