2426N/A#
2426N/A# CDDL HEADER START
2426N/A#
2426N/A# The contents of this file are subject to the terms of the
2426N/A# Common Development and Distribution License (the "License").
2426N/A# You may not use this file except in compliance with the License.
2426N/A#
2426N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2426N/A# or http://www.opensolaris.org/os/licensing.
2426N/A# See the License for the specific language governing permissions
2426N/A# and limitations under the License.
2426N/A#
2426N/A# When distributing Covered Code, include this CDDL HEADER in each
2426N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2426N/A# If applicable, add the following below this CDDL HEADER, with the
2426N/A# fields enclosed by brackets "[]" replaced with your own identifying
2426N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2426N/A#
2426N/A# CDDL HEADER END
2426N/A#
4070N/A
4070N/A#
6033N/A# Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
2426N/A#
2426N/A
4070N/A# As an earlier Python 3 version of oslo.config was published, we
4070N/A# continue to do so for now by dropping the dependency on the
4070N/A# corresponding netaddr as the latter is not Python 3 ready.
4070N/A<transform depend fmri=library/python/netaddr-34 type=require -> drop>
2426N/Aset name=pkg.fmri \
2850N/A value=pkg:/library/python/oslo.config-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
4070N/Aset name=pkg.summary value="Oslo configuration library"
2426N/Aset name=pkg.description \
2426N/A value="The Oslo configuration API supports parsing command line arguments and .ini style configuration files."
4070N/Aset name=com.oracle.info.description value="the Oslo configuration library"
3661N/Aset name=com.oracle.info.tpno value=$(TPNO)
2426N/Aset name=info.classification \
4070N/A value=org.opensolaris.category.2008:Development/Python
2426N/Aset name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
4070N/Aset name=info.upstream value="OpenStack <openstack-dev@lists.openstack.org>"
2426N/Aset name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
2426N/Aset name=org.opensolaris.arc-caseid value=PSARC/2013/403
2426N/Aset name=org.opensolaris.consolidation value=$(CONSOLIDATION)
4070N/A#
4070N/Alink path=usr/bin/oslo-config-generator target=oslo-config-generator-$(PYVER) \
4070N/A mediator=python mediator-version=$(PYVER)
4070N/Afile path=usr/bin/oslo-config-generator-$(PYVER)
2426N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.config-$(COMPONENT_VERSION)-py$(PYVER)-nspkg.pth
2426N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.config-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
2426N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.config-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
2426N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.config-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
4070N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.config-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
2426N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.config-$(COMPONENT_VERSION)-py$(PYVER).egg-info/namespace_packages.txt
2426N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.config-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
4070N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.config-$(COMPONENT_VERSION)-py$(PYVER).egg-info/pbr.json
2426N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.config-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
2426N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.config-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
2426N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo/__init__.py
2426N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo/config/__init__.py
2426N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo/config/cfg.py
4070N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo/config/cfgfilter.py
4070N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo/config/fixture.py
4070N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo/config/generator.py
2426N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo/config/iniparser.py
2850N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo/config/types.py
4070N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_config/__init__.py
4070N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_config/cfg.py
4070N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_config/cfgfilter.py
4070N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_config/fixture.py
4070N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_config/generator.py
4070N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_config/iniparser.py
4070N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_config/types.py
4070N/A#
6033N/Alicense oslo.config.license license="Apache v2.0"
2426N/A
2850N/A# force the rename with an optional dependency on the old name
2850N/Adepend type=optional \
2850N/A fmri=library/python-2/oslo.config-$(PYV)@1.2.1,5.11-0.175.2.0.0.41.0
2850N/A
6033N/A# force a dependency on the Python runtime
6033N/Adepend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
6033N/A pkg.debug.depend.path=usr/bin
6033N/A
2426N/A# force a dependency on argparse; pkgdepend work is needed to flush this out.
3704N/Adepend type=require fmri=library/python/argparse-$(PYV)
2850N/A
4070N/A# force a dependency on netaddr; pkgdepend work is needed to flush this out.
4070N/Adepend type=require fmri=library/python/netaddr-$(PYV)
4070N/A
4070N/A# force a dependency on the oslo.config package
2426N/Adepend type=require \
2850N/A fmri=library/python/oslo.config@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
3704N/A
4070N/A# force a dependency on setuptools; pkgdepend work is needed to flush this out.
4070N/Adepend type=require fmri=library/python/setuptools-$(PYV)
4070N/A
3704N/A# force a dependency on six; pkgdepend work is needed to flush this out.
3704N/Adepend type=require fmri=library/python/six-$(PYV)
4070N/A
4070N/A# force a dependency on stevedore; pkgdepend work is needed to flush this out.
4070N/Adepend type=require fmri=library/python/stevedore-$(PYV)