components/python/pyyaml/pyyaml-PYVER.p5m
branchs11-update
changeset 3828 450ae9167756
child 4221 691b0959b959
equal deleted inserted replaced
3827:0fa9cc47974d 3828:450ae9167756
       
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 
       
    22 #
       
    23 # Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 set name=pkg.fmri \
       
    26     value=pkg:/library/python/pyyaml-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    27 set name=pkg.summary value="a YAML parser and emitter for the Python language"
       
    28 set name=pkg.description \
       
    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."
       
    30 set name=com.oracle.info.description \
       
    31     value="A YAML parser and emitter for the Python language"
       
    32 set name=com.oracle.info.tpno value=$(TPNO)
       
    33 set name=info.classification \
       
    34     value=org.opensolaris.category.2008:Development/Python
       
    35 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    36 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    37 set name=org.opensolaris.arc-caseid value=PSARC/2008/676
       
    38 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    39 #
       
    40 file path=usr/lib/python$(PYVER)/vendor-packages/PyYAML-$(COMPONENT_VERSION)-py$(PYVER).egg-info
       
    41 file path=usr/lib/python$(PYVER)/vendor-packages/yaml/__init__.py
       
    42 file path=usr/lib/python$(PYVER)/vendor-packages/yaml/composer.py
       
    43 file path=usr/lib/python$(PYVER)/vendor-packages/yaml/constructor.py
       
    44 file path=usr/lib/python$(PYVER)/vendor-packages/yaml/cyaml.py
       
    45 file path=usr/lib/python$(PYVER)/vendor-packages/yaml/dumper.py
       
    46 file path=usr/lib/python$(PYVER)/vendor-packages/yaml/emitter.py
       
    47 file path=usr/lib/python$(PYVER)/vendor-packages/yaml/error.py
       
    48 file path=usr/lib/python$(PYVER)/vendor-packages/yaml/events.py
       
    49 file path=usr/lib/python$(PYVER)/vendor-packages/yaml/loader.py
       
    50 file path=usr/lib/python$(PYVER)/vendor-packages/yaml/nodes.py
       
    51 file path=usr/lib/python$(PYVER)/vendor-packages/yaml/parser.py
       
    52 file path=usr/lib/python$(PYVER)/vendor-packages/yaml/reader.py
       
    53 file path=usr/lib/python$(PYVER)/vendor-packages/yaml/representer.py
       
    54 file path=usr/lib/python$(PYVER)/vendor-packages/yaml/resolver.py
       
    55 file path=usr/lib/python$(PYVER)/vendor-packages/yaml/scanner.py
       
    56 file path=usr/lib/python$(PYVER)/vendor-packages/yaml/serializer.py
       
    57 file path=usr/lib/python$(PYVER)/vendor-packages/yaml/tokens.py
       
    58 #
       
    59 license LICENSE license=MIT
       
    60 #
       
    61 # force the rename with an optional dependency on the old name
       
    62 $(PYTHON_2.6_ONLY)depend type=optional \
       
    63     fmri=library/python-2/pyyaml-$(PYV)@3.9,5.11-0.175.3.0.0.18.0