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) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
5403N/A#
5403N/A
5403N/Aset name=pkg.fmri \
5403N/A value=pkg:/library/python/fixtures-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
5403N/Aset name=pkg.summary \
5403N/A value="Fixtures, reusable state for writing clean tests and more."
5403N/Aset name=pkg.description \
5403N/A value="Fixtures defines a Python contract for reusable state / support logic, primarily for unit testing. Helper and adaption logic is included to make it easy to write your own fixtures using the fixtures contract. Glue code is provided that makes using fixtures that meet the Fixtures contract in unittest compatible test cases easy and straight forward."
5403N/Aset name=com.oracle.info.description value="the Python fixtures module"
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="Robert Collins <robertc@robertcollins.net>"
5403N/Aset name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
5403N/Aset name=org.opensolaris.arc-caseid value=PSARC/2015/538
5403N/Aset name=org.opensolaris.consolidation value=$(CONSOLIDATION)
5403N/A#
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/fixtures-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/fixtures-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/fixtures-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/fixtures-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
6786N/Afile path=usr/lib/python$(PYVER)/vendor-packages/fixtures-$(COMPONENT_VERSION)-py$(PYVER).egg-info/pbr.json
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/fixtures-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/fixtures-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/fixtures/__init__.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/fixtures/_fixtures/__init__.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/fixtures/_fixtures/environ.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/fixtures/_fixtures/logger.py
6786N/Afile path=usr/lib/python$(PYVER)/vendor-packages/fixtures/_fixtures/mockpatch.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/fixtures/_fixtures/monkeypatch.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/fixtures/_fixtures/packagepath.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/fixtures/_fixtures/popen.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/fixtures/_fixtures/pythonpackage.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/fixtures/_fixtures/pythonpath.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/fixtures/_fixtures/streams.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/fixtures/_fixtures/tempdir.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/fixtures/_fixtures/temphomedir.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/fixtures/_fixtures/timeout.py
6786N/Afile path=usr/lib/python$(PYVER)/vendor-packages/fixtures/_fixtures/warnings.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/fixtures/callmany.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/fixtures/fixture.py
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/fixtures/testcase.py
5403N/A#
5403N/Alicense fixtures.license license="Apache 2.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
6786N/A# force a dependency on extras; pkgdepend work is needed to flush this out.
6786N/Adepend type=require fmri=library/python/extras-$(PYV)
6786N/A
5403N/A# force a dependency on the fixtures package
5403N/Adepend type=require \
5403N/A fmri=library/python/fixtures@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
5403N/A
6786N/A# force a dependency on pbr; pkgdepend work is needed to flush this out.
6786N/Adepend type=require fmri=library/python/pbr-$(PYV)
6786N/A
6786N/A# force a dependency on six; pkgdepend work is needed to flush this out.
6786N/Adepend type=require fmri=library/python/six-$(PYV)
6786N/A
5403N/A# force a dependency on testtools; pkgdepend work is needed to flush this out.
5403N/Adepend type=require fmri=library/python/testtools-$(PYV)