components/python/pywbem/pywbem-PYVER.p5m
author david.comay@oracle.com
Fri, 24 Apr 2015 10:54:36 -0700
changeset 4190 85f3f56a012c
parent 3499 78cfa87d42b8
permissions -rw-r--r--
20934529 versioned pywbem package lacks a dependency on unversioned one

#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#

#
# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
#

set name=pkg.fmri \
    value=pkg:/library/python/pywbem-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="Python WBEM Client and Provider Interface"
set name=pkg.description \
    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."
set name=com.oracle.info.description \
    value="PyWBEM, the Python WBEM Client and Provider Interface"
set name=com.oracle.info.tpno value=$(TPNO)
set name=info.classification \
    value=org.opensolaris.category.2008:Development/Python \
    value="org.opensolaris.category.2008:System/Enterprise Management" \
    value="org.opensolaris.category.2008:Web Services/Communications"
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=org.opensolaris.arc-caseid value=LSARC/2009/258
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
#
file path=usr/lib/python$(PYVER)/vendor-packages/pywbem/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/pywbem/cim_constants.py
file path=usr/lib/python$(PYVER)/vendor-packages/pywbem/cim_http.py
file path=usr/lib/python$(PYVER)/vendor-packages/pywbem/cim_obj.py
file path=usr/lib/python$(PYVER)/vendor-packages/pywbem/cim_operations.py
file path=usr/lib/python$(PYVER)/vendor-packages/pywbem/cim_provider.py
file path=usr/lib/python$(PYVER)/vendor-packages/pywbem/cim_provider2.py
file path=usr/lib/python$(PYVER)/vendor-packages/pywbem/cim_types.py
file path=usr/lib/python$(PYVER)/vendor-packages/pywbem/cim_xml.py
file path=usr/lib/python$(PYVER)/vendor-packages/pywbem/cimxml_parse.py
file path=usr/lib/python$(PYVER)/vendor-packages/pywbem/lex.py
file path=usr/lib/python$(PYVER)/vendor-packages/pywbem/mof_compiler.py
file path=usr/lib/python$(PYVER)/vendor-packages/pywbem/moflextab.py
file path=usr/lib/python$(PYVER)/vendor-packages/pywbem/mofparsetab.py
file path=usr/lib/python$(PYVER)/vendor-packages/pywbem/tupleparse.py
file path=usr/lib/python$(PYVER)/vendor-packages/pywbem/tupletree.py
file path=usr/lib/python$(PYVER)/vendor-packages/pywbem/twisted_client.py
file path=usr/lib/python$(PYVER)/vendor-packages/pywbem/wbemcli.py
file path=usr/lib/python$(PYVER)/vendor-packages/pywbem/yacc.py
#
license pywbem.license license=LGPLv2

# force a dependency on the pywbem package
depend type=require \
    fmri=library/python/pywbem@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)