components/python/pyyaml/pyyaml-PYVER.p5m
author John Beck <John.Beck@Oracle.COM>
Tue, 17 Feb 2015 14:00:01 -0800
branchs11-update
changeset 3828 450ae9167756
child 4221 691b0959b959
permissions -rw-r--r--
20054525 Migrate pyyaml from Desktop to Userland
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3828
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     1
#
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     3
#
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     7
#
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    12
#
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    18
#
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    20
#
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    21
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    22
#
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    23
# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    24
#
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    25
set name=pkg.fmri \
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    26
    value=pkg:/library/python/pyyaml-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    27
set name=pkg.summary value="a YAML parser and emitter for the Python language"
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    28
set name=pkg.description \
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    29
    value="PyYAML is a complete YAML 1.1 parser. In particular, PyYAML can parse all examples from the specification. The parsing algorithm is simple enough to be a reference for YAML parser implementors. Features include Unicode support including UTF-8/UTF-16 input/output and \u escape sequences, low-level event-based parser and emitter API (like SAX), high-level API for serializing and deserializing native Python objects (like DOM or pickle), support for all types from the  YAML types repository (a simple extension API is provided), both pure-Python and fast LibYAML-based parsers and emitters, relatively sensible error messages."
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    30
set name=com.oracle.info.description \
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    31
    value="A YAML parser and emitter for the Python language"
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    32
set name=com.oracle.info.tpno value=$(TPNO)
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    33
set name=info.classification \
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    34
    value=org.opensolaris.category.2008:Development/Python
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    35
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    36
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    37
set name=org.opensolaris.arc-caseid value=PSARC/2008/676
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    38
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    39
#
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    40
file path=usr/lib/python$(PYVER)/vendor-packages/PyYAML-$(COMPONENT_VERSION)-py$(PYVER).egg-info
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    41
file path=usr/lib/python$(PYVER)/vendor-packages/yaml/__init__.py
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    42
file path=usr/lib/python$(PYVER)/vendor-packages/yaml/composer.py
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    43
file path=usr/lib/python$(PYVER)/vendor-packages/yaml/constructor.py
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    44
file path=usr/lib/python$(PYVER)/vendor-packages/yaml/cyaml.py
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    45
file path=usr/lib/python$(PYVER)/vendor-packages/yaml/dumper.py
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    46
file path=usr/lib/python$(PYVER)/vendor-packages/yaml/emitter.py
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    47
file path=usr/lib/python$(PYVER)/vendor-packages/yaml/error.py
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    48
file path=usr/lib/python$(PYVER)/vendor-packages/yaml/events.py
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    49
file path=usr/lib/python$(PYVER)/vendor-packages/yaml/loader.py
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    50
file path=usr/lib/python$(PYVER)/vendor-packages/yaml/nodes.py
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    51
file path=usr/lib/python$(PYVER)/vendor-packages/yaml/parser.py
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    52
file path=usr/lib/python$(PYVER)/vendor-packages/yaml/reader.py
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    53
file path=usr/lib/python$(PYVER)/vendor-packages/yaml/representer.py
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    54
file path=usr/lib/python$(PYVER)/vendor-packages/yaml/resolver.py
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    55
file path=usr/lib/python$(PYVER)/vendor-packages/yaml/scanner.py
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    56
file path=usr/lib/python$(PYVER)/vendor-packages/yaml/serializer.py
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    57
file path=usr/lib/python$(PYVER)/vendor-packages/yaml/tokens.py
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    58
#
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    59
license LICENSE license=MIT
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    60
#
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    61
# force the rename with an optional dependency on the old name
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    62
$(PYTHON_2.6_ONLY)depend type=optional \
450ae9167756 20054525 Migrate pyyaml from Desktop to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    63
    fmri=library/python-2/pyyaml-$(PYV)@3.9,5.11-0.175.3.0.0.18.0