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