5403N/A#
5403N/A# CDDL HEADER START
5403N/A#
5403N/A# The contents of this file are subject to the terms of the
5403N/A# Common Development and Distribution License (the "License").
5403N/A# You may not use this file except in compliance with the License.
5403N/A#
5403N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5403N/A# or http://www.opensolaris.org/os/licensing.
5403N/A# See the License for the specific language governing permissions
5403N/A# and limitations under the License.
5403N/A#
5403N/A# When distributing Covered Code, include this CDDL HEADER in each
5403N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5403N/A# If applicable, add the following below this CDDL HEADER, with the
5403N/A# fields enclosed by brackets "[]" replaced with your own identifying
5403N/A# information: Portions Copyright [yyyy] [name of copyright owner]
5403N/A#
5403N/A# CDDL HEADER END
5403N/A#
5403N/A
5403N/A#
5403N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
5403N/A#
5403N/A
5403N/Aset name=pkg.fmri \
5403N/A value=pkg:/library/python/oslo.versionedobjects-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
5403N/Aset name=pkg.summary value="Oslo Versioned Objects library"
5403N/Aset name=pkg.description \
5403N/A value="The oslo.versionedobjects library deals with DB schemas being at different version than the code expects, allowing services to be operated safely during upgrades. It enables DB independent schemas by providing an abstraction layer, which allows support for SQL and NoSQL databases."
5403N/Aset name=com.oracle.info.description value="the Oslo Versioned Objects library"
5403N/Aset name=com.oracle.info.tpno value=$(TPNO)
5403N/Aset name=info.classification \
5403N/A value=org.opensolaris.category.2008:Development/Python
5403N/Aset name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
5403N/Aset name=info.upstream value="Openstack <openstack-dev@lists.openstack.org>"
5403N/Aset name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
5403N/Aset name=org.opensolaris.arc-caseid value=PSARC/2015/467
5403N/Aset name=org.opensolaris.consolidation value=$(CONSOLIDATION)
5403N/A#
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.versionedobjects-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.versionedobjects-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.versionedobjects-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
6807N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.versionedobjects-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.versionedobjects-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.versionedobjects-$(COMPONENT_VERSION)-py$(PYVER).egg-info/pbr.json
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.versionedobjects-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.versionedobjects-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_versionedobjects/__init__.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_versionedobjects/_i18n.py
6807N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_versionedobjects/_options.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_versionedobjects/_utils.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_versionedobjects/base.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_versionedobjects/exception.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_versionedobjects/fields.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_versionedobjects/fixture.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_versionedobjects/safe_utils.py
6807N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_versionedobjects/test.py
5403N/A#
5403N/Alicense oslo.versionedobjects.license license="Apache v2.0"
5403N/A
5403N/A# force a dependency on the Python runtime
5403N/Adepend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
5403N/A pkg.debug.depend.path=usr/bin
5403N/A
5403N/A# force a dependency on iso8601; pkgdepend work is needed to flush this out.
5403N/Adepend type=require fmri=library/python/iso8601-$(PYV)
5403N/A
6807N/A# force a dependency on netaddr; pkgdepend work is needed to flush this out.
6807N/Adepend type=require fmri=library/python/netaddr-$(PYV)
5403N/A
6807N/A# force a dependency on oslo.config; pkgdepend work is needed to flush this out.
6807N/Adepend type=require fmri=library/python/oslo.config-$(PYV)
5403N/A
5403N/A# force a dependency on oslo.i18n; pkgdepend work is needed to flush this out.
5403N/Adepend type=require fmri=library/python/oslo.i18n-$(PYV)
5403N/A
6807N/A# force a dependency on oslo.messaging; pkgdepend work is needed to flush this
6807N/A# out.
5403N/Adepend type=require fmri=library/python/oslo.messaging-$(PYV)
5403N/A
5403N/A# force a dependency on oslo.utils; pkgdepend work is needed to flush this out.
5403N/Adepend type=require fmri=library/python/oslo.utils-$(PYV)
5403N/A
5403N/A# force a dependency on the oslo.versionedobjects package
5403N/Adepend type=require \
5403N/A fmri=library/python/oslo.versionedobjects@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
5403N/A
5403N/A# force a dependency on six; pkgdepend work is needed to flush this out.
5403N/Adepend type=require fmri=library/python/six-$(PYV)
6807N/A
6807N/A# force a dependency on webob; pkgdepend work is needed to flush this out.
6807N/Adepend type=require fmri=library/python/webob-$(PYV)