4458N/A#
4458N/A# CDDL HEADER START
4458N/A#
4458N/A# The contents of this file are subject to the terms of the
4458N/A# Common Development and Distribution License (the "License").
4458N/A# You may not use this file except in compliance with the License.
4458N/A#
4458N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4458N/A# or http://www.opensolaris.org/os/licensing.
4458N/A# See the License for the specific language governing permissions
4458N/A# and limitations under the License.
4458N/A#
4458N/A# When distributing Covered Code, include this CDDL HEADER in each
4458N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4458N/A# If applicable, add the following below this CDDL HEADER, with the
4458N/A# fields enclosed by brackets "[]" replaced with your own identifying
4458N/A# information: Portions Copyright [yyyy] [name of copyright owner]
4458N/A#
4458N/A# CDDL HEADER END
4458N/A#
4458N/A
4458N/A#
6408N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
4458N/A#
4458N/A
4458N/Aset name=pkg.fmri \
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/A value=org.opensolaris.category.2008:Development/Python
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)
4458N/A#
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/enum/__init__.py
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/A#
4458N/Alicense enum/LICENSE license=BSD
4458N/A
4458N/A# force a dependency on the Python runtime
4458N/Adepend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
4458N/A pkg.debug.depend.path=usr/bin
4458N/A
4458N/A# force a dependency on the enum package
4458N/Adepend type=require \
4458N/A fmri=library/python/enum@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)