4458N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4458N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4458N/A value=pkg:/library/python/enum-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
4458N/Aset name=pkg.summary value="Support for enumerations"
4458N/Aset name=pkg.description \
4458N/A value="enum is the new Python stdlib enum module available in Python 3.4 backported for previous versions of Python. An enumeration is a set of symbolic names (members) bound to unique, constant values. Within an enumeration, the members can be compared by identity, and the enumeration itself can be iterated over."
4458N/Aset name=com.oracle.info.description value="the Python enum module"
4458N/Aset name=com.oracle.info.tpno value=$(TPNO)
4458N/Aset name=info.classification \
4458N/Aset name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
4458N/Aset name=info.upstream value="Ethan Furman <ethan@stoneleaf.us>"
4458N/Aset name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
4458N/Aset name=org.opensolaris.arc-caseid value=PSARC/2015/198
4458N/Aset name=org.opensolaris.consolidation value=$(CONSOLIDATION)
6408N/Afile path=usr/lib/python$(PYVER)/vendor-packages/enum34-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
6408N/Afile path=usr/lib/python$(PYVER)/vendor-packages/enum34-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
6408N/Afile path=usr/lib/python$(PYVER)/vendor-packages/enum34-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
6408N/Afile path=usr/lib/python$(PYVER)/vendor-packages/enum34-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
4458N/Alicense enum/LICENSE license=BSD
4458N/Adepend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
4458N/A fmri=library/python/enum@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)