5403N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5403N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5403N/A value=pkg:/library/python/fixtures-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
5403N/Aset name=pkg.summary \
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/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/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/Alicense fixtures.license license="Apache 2.0"
5403N/Adepend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
6786N/Adepend type=require fmri=library/python/extras-$(PYV)
5403N/A fmri=library/python/fixtures@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
6786N/Adepend type=require fmri=library/python/pbr-$(PYV)
6786N/Adepend type=require fmri=library/python/six-$(PYV)
5403N/Adepend type=require fmri=library/python/testtools-$(PYV)