components/python/neutron-lib/neutron-lib-PYVER.p5m
changeset 6756 214928237aa5
equal deleted inserted replaced
6755:25cd0bc38299 6756:214928237aa5
       
     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) 2016, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 
       
    26 set name=pkg.fmri \
       
    27     value=pkg:/library/python/neutron-lib-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    28 set name=pkg.summary value="Neutron common library"
       
    29 set name=pkg.description value="Neutron shared routines and utilities"
       
    30 set name=com.oracle.info.description value="the Python neutron-lib module"
       
    31 set name=com.oracle.info.tpno value=$(TPNO)
       
    32 set name=info.classification \
       
    33     value=org.opensolaris.category.2008:Development/Python
       
    34 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    35 set name=info.upstream value="OpenStack <[email protected]>"
       
    36 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    37 set name=org.opensolaris.arc-caseid value=PSARC/2016/484
       
    38 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    39 #
       
    40 file path=usr/lib/python$(PYVER)/vendor-packages/neutron_lib-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
       
    41 file path=usr/lib/python$(PYVER)/vendor-packages/neutron_lib-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
       
    42 file path=usr/lib/python$(PYVER)/vendor-packages/neutron_lib-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
       
    43 file path=usr/lib/python$(PYVER)/vendor-packages/neutron_lib-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
       
    44 file path=usr/lib/python$(PYVER)/vendor-packages/neutron_lib-$(COMPONENT_VERSION)-py$(PYVER).egg-info/pbr.json
       
    45 file path=usr/lib/python$(PYVER)/vendor-packages/neutron_lib-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
       
    46 file path=usr/lib/python$(PYVER)/vendor-packages/neutron_lib-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
       
    47 file path=usr/lib/python$(PYVER)/vendor-packages/neutron_lib/__init__.py
       
    48 file path=usr/lib/python$(PYVER)/vendor-packages/neutron_lib/_callbacks/__init__.py
       
    49 file path=usr/lib/python$(PYVER)/vendor-packages/neutron_lib/_callbacks/events.py
       
    50 file path=usr/lib/python$(PYVER)/vendor-packages/neutron_lib/_callbacks/exceptions.py
       
    51 file path=usr/lib/python$(PYVER)/vendor-packages/neutron_lib/_callbacks/manager.py
       
    52 file path=usr/lib/python$(PYVER)/vendor-packages/neutron_lib/_callbacks/registry.py
       
    53 file path=usr/lib/python$(PYVER)/vendor-packages/neutron_lib/_callbacks/resources.py
       
    54 file path=usr/lib/python$(PYVER)/vendor-packages/neutron_lib/_i18n.py
       
    55 file path=usr/lib/python$(PYVER)/vendor-packages/neutron_lib/api/__init__.py
       
    56 file path=usr/lib/python$(PYVER)/vendor-packages/neutron_lib/api/converters.py
       
    57 file path=usr/lib/python$(PYVER)/vendor-packages/neutron_lib/api/validators.py
       
    58 file path=usr/lib/python$(PYVER)/vendor-packages/neutron_lib/config.py
       
    59 file path=usr/lib/python$(PYVER)/vendor-packages/neutron_lib/constants.py
       
    60 file path=usr/lib/python$(PYVER)/vendor-packages/neutron_lib/db/__init__.py
       
    61 file path=usr/lib/python$(PYVER)/vendor-packages/neutron_lib/db/utils.py
       
    62 file path=usr/lib/python$(PYVER)/vendor-packages/neutron_lib/exceptions.py
       
    63 file path=usr/lib/python$(PYVER)/vendor-packages/neutron_lib/hacking/__init__.py
       
    64 file path=usr/lib/python$(PYVER)/vendor-packages/neutron_lib/hacking/checks.py
       
    65 file path=usr/lib/python$(PYVER)/vendor-packages/neutron_lib/legacy/README.rst
       
    66 file path=usr/lib/python$(PYVER)/vendor-packages/neutron_lib/legacy/__init__.py
       
    67 file path=usr/lib/python$(PYVER)/vendor-packages/neutron_lib/version.py
       
    68 #
       
    69 license LICENSE license="Apache v2.0"
       
    70 
       
    71 # force a dependency on the Python runtime
       
    72 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
       
    73     pkg.debug.depend.path=usr/bin
       
    74 
       
    75 # force a dependency on netaddr; pkgdepend work is needed to flush this out.
       
    76 depend type=require fmri=library/python/netaddr-$(PYV)
       
    77 
       
    78 # force a dependency on the neutron-lib package
       
    79 depend type=require \
       
    80     fmri=library/python/neutron-lib@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    81 
       
    82 # force a dependency on oslo.config; pkgdepend work is needed to flush this out.
       
    83 depend type=require fmri=library/python/oslo.config-$(PYV)
       
    84 
       
    85 # force a dependency on oslo.db; pkgdepend work is needed to flush this out.
       
    86 depend type=require fmri=library/python/oslo.db-$(PYV)
       
    87 
       
    88 # force a dependency on oslo.i18n; pkgdepend work is needed to flush this out.
       
    89 depend type=require fmri=library/python/oslo.i18n-$(PYV)
       
    90 
       
    91 # force a dependency on oslo.log; pkgdepend work is needed to flush this out.
       
    92 depend type=require fmri=library/python/oslo.log-$(PYV)
       
    93 
       
    94 # force a dependency on oslo.utils; pkgdepend work is needed to flush this out.
       
    95 depend type=require fmri=library/python/oslo.utils-$(PYV)
       
    96 
       
    97 # force a dependency on pbr; pkgdepend work is needed to flush this out.
       
    98 depend type=require fmri=library/python/pbr-$(PYV)
       
    99 
       
   100 # force a dependency on six; pkgdepend work is needed to flush this out.
       
   101 depend type=require fmri=library/python/six-$(PYV)
       
   102 
       
   103 # force a dependency on sqlalchemy; pkgdepend work is needed to flush this out.
       
   104 depend type=require fmri=library/python/sqlalchemy-$(PYV)