components/python/pycadf/pycadf-PYVER.p5m
branchs11u2-sru
changeset 4156 4b1def16fe9b
equal deleted inserted replaced
4146:097063f324c0 4156:4b1def16fe9b
       
     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, 2015, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 
       
    26 set name=pkg.fmri \
       
    27     value=pkg:/library/python/pycadf-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    28 set name=pkg.summary value="Python implementation of CADF data model"
       
    29 set name=pkg.description \
       
    30     value="pyCADF is the Python implementation of the Cloud Audit Data Federation (CADF) Working Group specification. The CADF specification for audit event data, interface models, and a compatible interaction model describes interactions between IT resources for cloud deployment models."
       
    31 set name=com.oracle.info.description value="the Python pyCADF module"
       
    32 set name=com.oracle.info.tpno value=$(TPNO)
       
    33 set name=info.classification \
       
    34     value=org.opensolaris.category.2008:Development/Python
       
    35 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    36 set name=info.upstream value="OpenStack <[email protected]>"
       
    37 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    38 set name=org.opensolaris.arc-caseid value=PSARC/2014/329
       
    39 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    40 #
       
    41 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
       
    42 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
       
    43 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
       
    44 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
       
    45 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
       
    46 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
       
    47 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf/__init__.py
       
    48 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf/attachment.py
       
    49 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf/audit/__init__.py
       
    50 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf/audit/api.py
       
    51 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf/cadftaxonomy.py
       
    52 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf/cadftype.py
       
    53 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf/credential.py
       
    54 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf/endpoint.py
       
    55 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf/event.py
       
    56 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf/eventfactory.py
       
    57 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf/geolocation.py
       
    58 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf/host.py
       
    59 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf/identifier.py
       
    60 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf/measurement.py
       
    61 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf/metric.py
       
    62 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf/middleware/__init__.py
       
    63 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf/middleware/audit.py
       
    64 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf/middleware/base.py
       
    65 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf/middleware/notifier.py
       
    66 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf/openstack/__init__.py
       
    67 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf/openstack/common/__init__.py
       
    68 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf/openstack/common/context.py
       
    69 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf/openstack/common/excutils.py
       
    70 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf/openstack/common/fileutils.py
       
    71 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf/openstack/common/fixture/__init__.py
       
    72 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf/openstack/common/fixture/config.py
       
    73 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf/openstack/common/fixture/lockutils.py
       
    74 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf/openstack/common/fixture/logging.py
       
    75 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf/openstack/common/fixture/mockpatch.py
       
    76 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf/openstack/common/fixture/moxstubout.py
       
    77 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf/openstack/common/gettextutils.py
       
    78 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf/openstack/common/importutils.py
       
    79 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf/openstack/common/jsonutils.py
       
    80 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf/openstack/common/local.py
       
    81 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf/openstack/common/lockutils.py
       
    82 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf/openstack/common/log.py
       
    83 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf/openstack/common/timeutils.py
       
    84 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf/path.py
       
    85 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf/reason.py
       
    86 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf/reporterstep.py
       
    87 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf/resource.py
       
    88 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf/tag.py
       
    89 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf/timestamp.py
       
    90 file path=usr/lib/python$(PYVER)/vendor-packages/pycadf/utils.py
       
    91 #
       
    92 license LICENSE license="Apache v2.0"
       
    93 
       
    94 # force a group dependency on the optional anyjson; pkgdepend work is needed
       
    95 # to flush this out.
       
    96 depend type=group fmri=library/python-2/anyjson-$(PYV)
       
    97 
       
    98 # force a group dependency on the optional simplejson; pkgdepend work is needed
       
    99 # to flush this out.
       
   100 depend type=group fmri=library/python-2/simplejson-$(PYV)
       
   101 
       
   102 # force a dependency on the Python runtime
       
   103 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
       
   104     pkg.debug.depend.path=usr/bin
       
   105 
       
   106 # force a dependency on babel; pkgdepend work is needed to flush this out.
       
   107 depend type=require fmri=library/python-2/babel-$(PYV)
       
   108 
       
   109 # force a dependency on iso8601; pkgdepend work is needed to flush this out.
       
   110 depend type=require fmri=library/python/iso8601-$(PYV)
       
   111 
       
   112 # force a dependency on oslo.config; pkgdepend work is needed to flush this out.
       
   113 depend type=require fmri=library/python/oslo.config-$(PYV)
       
   114 
       
   115 # force a dependency on oslo.messaging; pkgdepend work is needed to flush this
       
   116 # out.
       
   117 depend type=require fmri=library/python/oslo.messaging-$(PYV)
       
   118 
       
   119 # force a dependency on posix_ipc; pkgdepend work is needed to flush this out.
       
   120 depend type=require fmri=library/python/posix_ipc-$(PYV)
       
   121 
       
   122 # force a dependency on the pycadf package
       
   123 depend type=require \
       
   124     fmri=library/python/pycadf@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
   125 
       
   126 # force a dependency on pytz; pkgdepend work is needed to flush this out.
       
   127 depend type=require fmri=library/python-2/pytz-$(PYV)
       
   128 
       
   129 # force a dependency on six; pkgdepend work is needed to flush this out.
       
   130 depend type=require fmri=library/python/six-$(PYV)
       
   131 
       
   132 # force a dependency on webob; pkgdepend work is needed to flush this out.
       
   133 depend type=require fmri=library/python-2/webob-$(PYV)