oslo.db-PYVER.p5m revision 5403
3998N/A#
3998N/A# CDDL HEADER START
3998N/A#
3998N/A# The contents of this file are subject to the terms of the
3998N/A# Common Development and Distribution License (the "License").
3998N/A# You may not use this file except in compliance with the License.
3998N/A#
3998N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3998N/A# or http://www.opensolaris.org/os/licensing.
3998N/A# See the License for the specific language governing permissions
3998N/A# and limitations under the License.
3998N/A#
3998N/A# When distributing Covered Code, include this CDDL HEADER in each
3998N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3998N/A# If applicable, add the following below this CDDL HEADER, with the
3998N/A# fields enclosed by brackets "[]" replaced with your own identifying
3998N/A# information: Portions Copyright [yyyy] [name of copyright owner]
3998N/A#
3998N/A# CDDL HEADER END
3998N/A#
3998N/A
3998N/A#
5403N/A# Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
3998N/A#
3998N/A
3998N/Aset name=pkg.fmri \
3998N/A value=pkg:/library/python/oslo.db-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
3998N/Aset name=pkg.summary value="The Oslo database handling library"
3998N/Aset name=pkg.description \
3998N/A value="The Oslo database handling library provides database connectivity to the different backends and helper utilities."
3998N/Aset name=com.oracle.info.description value="the Oslo database handling library"
3998N/Aset name=com.oracle.info.tpno value=$(TPNO)
3998N/Aset name=info.classification \
3998N/A value=org.opensolaris.category.2008:Development/Databases \
3998N/A value=org.opensolaris.category.2008:Development/Python
3998N/Aset name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
3998N/Aset name=info.upstream value="OpenStack <openstack-dev@lists.openstack.org>"
3998N/Aset name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
3998N/Aset name=org.opensolaris.arc-caseid value=PSARC/2015/058
3998N/Aset name=org.opensolaris.consolidation value=$(CONSOLIDATION)
3998N/A#
3998N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.db-$(COMPONENT_VERSION)-py$(PYVER)-nspkg.pth
3998N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.db-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
3998N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.db-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
3998N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.db-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
3998N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.db-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
3998N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.db-$(COMPONENT_VERSION)-py$(PYVER).egg-info/namespace_packages.txt
3998N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.db-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.db-$(COMPONENT_VERSION)-py$(PYVER).egg-info/pbr.json
3998N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.db-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
3998N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.db-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
3998N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo/db/__init__.py
3998N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo/db/api.py
3998N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo/db/concurrency.py
3998N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo/db/exception.py
3998N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo/db/options.py
3998N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo/db/sqlalchemy/__init__.py
3998N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo/db/sqlalchemy/compat/__init__.py
3998N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo/db/sqlalchemy/compat/utils.py
3998N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo/db/sqlalchemy/exc_filters.py
3998N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo/db/sqlalchemy/migration.py
3998N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo/db/sqlalchemy/migration_cli/__init__.py
3998N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo/db/sqlalchemy/models.py
3998N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo/db/sqlalchemy/provision.py
3998N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo/db/sqlalchemy/session.py
3998N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo/db/sqlalchemy/test_base.py
3998N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo/db/sqlalchemy/test_migrations.py
3998N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo/db/sqlalchemy/utils.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_db/__init__.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_db/_i18n.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_db/api.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_db/concurrency.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_db/exception.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_db/options.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_db/sqlalchemy/__init__.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_db/sqlalchemy/compat/__init__.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_db/sqlalchemy/compat/engine_connect.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_db/sqlalchemy/compat/handle_error.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_db/sqlalchemy/compat/utils.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_db/sqlalchemy/exc_filters.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_db/sqlalchemy/migration.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_db/sqlalchemy/migration_cli/README.rst
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_db/sqlalchemy/migration_cli/__init__.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_db/sqlalchemy/migration_cli/ext_alembic.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_db/sqlalchemy/migration_cli/ext_base.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_db/sqlalchemy/migration_cli/ext_migrate.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_db/sqlalchemy/migration_cli/manager.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_db/sqlalchemy/models.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_db/sqlalchemy/provision.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_db/sqlalchemy/session.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_db/sqlalchemy/test_base.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_db/sqlalchemy/test_migrations.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo_db/sqlalchemy/utils.py
3998N/A#
5403N/Alicense oslo.db.license license="Apache v2.0"
3998N/A
3998N/A# force a group dependency on the optional eventlet; pkgdepend work is needed to
3998N/A# flush this out.
3998N/Adepend type=group fmri=library/python/eventlet-$(PYV)
3998N/A
3998N/A# force a dependency on the Python runtime
3998N/Adepend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
3998N/A pkg.debug.depend.path=usr/bin
3998N/A
3998N/A# force a dependency on alembic; pkgdepend work is needed to flush this out.
3998N/Adepend type=require fmri=library/python/alembic-$(PYV)
3998N/A
3998N/A# force a dependency on oslo.config; pkgdepend work is needed to flush this out.
3998N/Adepend type=require fmri=library/python/oslo.config-$(PYV)
3998N/A
3998N/A# force a dependency on the oslo.db package
3998N/Adepend type=require \
3998N/A fmri=library/python/oslo.db@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
3998N/A
3998N/A# force a dependency on oslo.i18n; pkgdepend work is needed to flush this out.
3998N/Adepend type=require fmri=library/python/oslo.i18n-$(PYV)
3998N/A
3998N/A# force a dependency on oslo.utils; pkgdepend work is needed to flush this out.
3998N/Adepend type=require fmri=library/python/oslo.utils-$(PYV)
3998N/A
5403N/A# force a dependency on pbr; pkgdepend work is needed to flush this out.
5403N/Adepend type=require fmri=library/python/pbr-$(PYV)
5403N/A
3998N/A# force a dependency on six; pkgdepend work is needed to flush this out.
3998N/Adepend type=require fmri=library/python/six-$(PYV)
3998N/A
3998N/A# force a dependency on sqlalchemy; pkgdepend work is needed to flush this out.
3998N/Adepend type=require fmri=library/python/sqlalchemy-$(PYV)
3998N/A
3998N/A# force a dependency on sqlalchemy-migrate; pkgdepend work is needed to flush
3998N/A# this out.
3998N/Adepend type=require fmri=library/python/sqlalchemy-migrate-$(PYV)
3998N/A
3998N/A# force a dependency on stevedore; pkgdepend work is needed to flush this out.
3998N/Adepend type=require fmri=library/python/stevedore-$(PYV)
5403N/A
5403N/A# force a dependency on testresources; pkgdepend work is needed to flush this out.
5403N/Adepend type=require fmri=library/python/testresources-$(PYV)
5403N/A
5403N/A# force a dependency on testscenarios; pkgdepend work is needed to flush this out.
5403N/Adepend type=require fmri=library/python/testscenarios-$(PYV)