components/python/pyasn1/pyasn1-PYVER.p5m
author Erik Trauschke <Erik.Trauschke@oracle.com>
Wed, 16 Oct 2013 09:10:41 -0700
branchs11-update
changeset 2790 bb5739f8126c
child 1666 69d14d547e77
child 3661 47545fb8aed4
permissions -rw-r--r--
16757993 The Python pyasn1 module should be added to Userland PSARC/2013/181 pyasn1 version 0.1.7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2790
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
     1
#
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
     3
#
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
     7
#
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    12
#
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    18
#
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    20
#
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    21
# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    22
#
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    23
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    24
set name=pkg.fmri \
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    25
    value=pkg:/library/python-2/pyasn1-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    26
set name=pkg.summary value="Python ASN.1 implementation"
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    27
set name=pkg.description \
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    28
    value="pyasn1 is an implementation of ASN.1 types and codecs written in Python. It was initially written to support the SNMP protocol but then generalized to be suitable for a wide range of protocols based on the ASN.1 specification."
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    29
set name=com.oracle.info.description value="the Python pyasn1 module"
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    30
set name=com.oracle.info.tpno value=14413
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    31
set name=info.classification \
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    32
    value=org.opensolaris.category.2008:Development/Python
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    33
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    34
set name=info.upstream value="Ilya Etingof <[email protected]>"
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    35
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    36
set name=org.opensolaris.arc-caseid value=PSARC/2013/181
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    37
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    38
file path=usr/lib/python$(PYVER)/vendor-packages/pyasn1-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    39
file path=usr/lib/python$(PYVER)/vendor-packages/pyasn1-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    40
file path=usr/lib/python$(PYVER)/vendor-packages/pyasn1-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    41
file path=usr/lib/python$(PYVER)/vendor-packages/pyasn1-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    42
file path=usr/lib/python$(PYVER)/vendor-packages/pyasn1-$(COMPONENT_VERSION)-py$(PYVER).egg-info/zip-safe
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    43
file path=usr/lib/python$(PYVER)/vendor-packages/pyasn1/__init__.py
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    44
file path=usr/lib/python$(PYVER)/vendor-packages/pyasn1/codec/__init__.py
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    45
file path=usr/lib/python$(PYVER)/vendor-packages/pyasn1/codec/ber/__init__.py
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    46
file path=usr/lib/python$(PYVER)/vendor-packages/pyasn1/codec/ber/decoder.py
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    47
file path=usr/lib/python$(PYVER)/vendor-packages/pyasn1/codec/ber/encoder.py
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    48
file path=usr/lib/python$(PYVER)/vendor-packages/pyasn1/codec/ber/eoo.py
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    49
file path=usr/lib/python$(PYVER)/vendor-packages/pyasn1/codec/cer/__init__.py
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    50
file path=usr/lib/python$(PYVER)/vendor-packages/pyasn1/codec/cer/decoder.py
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    51
file path=usr/lib/python$(PYVER)/vendor-packages/pyasn1/codec/cer/encoder.py
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    52
file path=usr/lib/python$(PYVER)/vendor-packages/pyasn1/codec/der/__init__.py
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    53
file path=usr/lib/python$(PYVER)/vendor-packages/pyasn1/codec/der/decoder.py
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    54
file path=usr/lib/python$(PYVER)/vendor-packages/pyasn1/codec/der/encoder.py
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    55
file path=usr/lib/python$(PYVER)/vendor-packages/pyasn1/compat/__init__.py
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    56
file path=usr/lib/python$(PYVER)/vendor-packages/pyasn1/compat/octets.py
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    57
file path=usr/lib/python$(PYVER)/vendor-packages/pyasn1/debug.py
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    58
file path=usr/lib/python$(PYVER)/vendor-packages/pyasn1/error.py
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    59
file path=usr/lib/python$(PYVER)/vendor-packages/pyasn1/type/__init__.py
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    60
file path=usr/lib/python$(PYVER)/vendor-packages/pyasn1/type/base.py
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    61
file path=usr/lib/python$(PYVER)/vendor-packages/pyasn1/type/char.py
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    62
file path=usr/lib/python$(PYVER)/vendor-packages/pyasn1/type/constraint.py
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    63
file path=usr/lib/python$(PYVER)/vendor-packages/pyasn1/type/error.py
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    64
file path=usr/lib/python$(PYVER)/vendor-packages/pyasn1/type/namedtype.py
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    65
file path=usr/lib/python$(PYVER)/vendor-packages/pyasn1/type/namedval.py
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    66
file path=usr/lib/python$(PYVER)/vendor-packages/pyasn1/type/tag.py
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    67
file path=usr/lib/python$(PYVER)/vendor-packages/pyasn1/type/tagmap.py
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    68
file path=usr/lib/python$(PYVER)/vendor-packages/pyasn1/type/univ.py
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    69
file path=usr/lib/python$(PYVER)/vendor-packages/pyasn1/type/useful.py
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    70
license LICENSE license=BSD-like
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    71
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    72
# force a dependency on the Python runtime
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    73
depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    74
    pkg.debug.depend.path=usr/bin
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    75
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    76
# force a dependency on the pyasn1 package
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    77
depend type=require \
bb5739f8126c 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    78
    fmri=library/python-2/pyasn1@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)