components/python/swiftclient/swiftclient-PYVER.p5m
changeset 6831 6dc24fe2c2de
parent 3998 5bd484384122
equal deleted inserted replaced
6830:d33ee3b41806 6831:6dc24fe2c2de
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 set name=pkg.fmri \
    26 set name=pkg.fmri \
    27     value=pkg:/library/python/swiftclient-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27     value=pkg:/library/python/swiftclient-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    28 set name=pkg.summary \
    28 set name=pkg.summary \
    48 file path=usr/lib/python$(PYVER)/vendor-packages/python_swiftclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
    48 file path=usr/lib/python$(PYVER)/vendor-packages/python_swiftclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
    49 file path=usr/lib/python$(PYVER)/vendor-packages/python_swiftclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
    49 file path=usr/lib/python$(PYVER)/vendor-packages/python_swiftclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
    50 file path=usr/lib/python$(PYVER)/vendor-packages/python_swiftclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
    50 file path=usr/lib/python$(PYVER)/vendor-packages/python_swiftclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
    51 file path=usr/lib/python$(PYVER)/vendor-packages/python_swiftclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
    51 file path=usr/lib/python$(PYVER)/vendor-packages/python_swiftclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
    52 file path=usr/lib/python$(PYVER)/vendor-packages/python_swiftclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
    52 file path=usr/lib/python$(PYVER)/vendor-packages/python_swiftclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
       
    53 file path=usr/lib/python$(PYVER)/vendor-packages/python_swiftclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/pbr.json
    53 file path=usr/lib/python$(PYVER)/vendor-packages/python_swiftclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
    54 file path=usr/lib/python$(PYVER)/vendor-packages/python_swiftclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
    54 file path=usr/lib/python$(PYVER)/vendor-packages/python_swiftclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
    55 file path=usr/lib/python$(PYVER)/vendor-packages/python_swiftclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
    55 file path=usr/lib/python$(PYVER)/vendor-packages/swiftclient/__init__.py
    56 file path=usr/lib/python$(PYVER)/vendor-packages/swiftclient/__init__.py
    56 file path=usr/lib/python$(PYVER)/vendor-packages/swiftclient/client.py
    57 file path=usr/lib/python$(PYVER)/vendor-packages/swiftclient/client.py
    57 file path=usr/lib/python$(PYVER)/vendor-packages/swiftclient/command_helpers.py
    58 file path=usr/lib/python$(PYVER)/vendor-packages/swiftclient/command_helpers.py
    58 file path=usr/lib/python$(PYVER)/vendor-packages/swiftclient/exceptions.py
    59 file path=usr/lib/python$(PYVER)/vendor-packages/swiftclient/exceptions.py
    59 file path=usr/lib/python$(PYVER)/vendor-packages/swiftclient/multithreading.py
    60 file path=usr/lib/python$(PYVER)/vendor-packages/swiftclient/multithreading.py
    60 file path=usr/lib/python$(PYVER)/vendor-packages/swiftclient/service.py
    61 file path=usr/lib/python$(PYVER)/vendor-packages/swiftclient/service.py
    61 file path=usr/lib/python$(PYVER)/vendor-packages/swiftclient/shell.py
    62 file path=usr/lib/python$(PYVER)/vendor-packages/swiftclient/shell.py \
       
    63     pkg.depend.bypass-generate=.*/six.*
    62 file path=usr/lib/python$(PYVER)/vendor-packages/swiftclient/utils.py
    64 file path=usr/lib/python$(PYVER)/vendor-packages/swiftclient/utils.py
    63 file path=usr/lib/python$(PYVER)/vendor-packages/swiftclient/version.py
    65 file path=usr/lib/python$(PYVER)/vendor-packages/swiftclient/version.py
    64 #
    66 #
    65 license swiftclient.license license="Apache v2.0"
    67 license swiftclient.license license="Apache v2.0"
    66 
    68 
    67 # force a group dependency on the optional keystoneclient; pkgdepend work is
    69 # force a group dependency on the optional keystoneclient; pkgdepend work is
    68 # needed to flush this out.
    70 # needed to flush this out.
    69 depend type=group fmri=library/python/keystoneclient-$(PYV)
    71 depend type=group fmri=library/python/keystoneclient-$(PYV)
    70 
       
    71 # force a group dependency on the optional simplejson; pkgdepend work is needed
       
    72 # to flush this out.
       
    73 depend type=group fmri=library/python/simplejson-$(PYV)
       
    74 
    72 
    75 # force a dependency on futures; pkgdepend work is needed to flush this out.
    73 # force a dependency on futures; pkgdepend work is needed to flush this out.
    76 depend type=require fmri=library/python/futures-$(PYV)
    74 depend type=require fmri=library/python/futures-$(PYV)
    77 
    75 
    78 # force a dependency on requests; pkgdepend work is needed to flush this out.
    76 # force a dependency on requests; pkgdepend work is needed to flush this out.