components/python/pyasn1/pyasn1-PYVER.p5m
author John Beck <John.Beck@Oracle.COM>
Fri, 13 Jun 2014 12:36:52 -0700
changeset 1948 2d1537e7942d
parent 1666 69d14d547e77
child 3732 0f62cc221c7e
permissions -rw-r--r--
18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1472
2c6228572b4f 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
     1
#
2c6228572b4f 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
2c6228572b4f 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
     3
#
2c6228572b4f 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
2c6228572b4f 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").
2c6228572b4f 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.
2c6228572b4f 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
     7
#
2c6228572b4f 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
2c6228572b4f 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.
2c6228572b4f 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
2c6228572b4f 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.
2c6228572b4f 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    12
#
2c6228572b4f 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
2c6228572b4f 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.
2c6228572b4f 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
2c6228572b4f 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
2c6228572b4f 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]
2c6228572b4f 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    18
#
2c6228572b4f 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
2c6228572b4f 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    20
#
1666
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1472
diff changeset
    21
# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
1472
2c6228572b4f 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    22
#
2c6228572b4f 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    23
2c6228572b4f 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    24
set name=pkg.fmri \
1666
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1472
diff changeset
    25
    value=pkg:/library/python/pyasn1-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
1472
2c6228572b4f 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"
2c6228572b4f 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    27
set name=pkg.description \
2c6228572b4f 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."
2c6228572b4f 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"
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1666
diff changeset
    30
set name=com.oracle.info.tpno value=$(TPNO)
1472
2c6228572b4f 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    31
set name=info.classification \
2c6228572b4f 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
2c6228572b4f 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)
2c6228572b4f 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]>"
2c6228572b4f 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)
2c6228572b4f 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
2c6228572b4f 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)
2c6228572b4f 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
2c6228572b4f 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
2c6228572b4f 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
2c6228572b4f 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
2c6228572b4f 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
2c6228572b4f 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
2c6228572b4f 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
2c6228572b4f 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
2c6228572b4f 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
2c6228572b4f 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
2c6228572b4f 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
2c6228572b4f 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
2c6228572b4f 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
2c6228572b4f 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
2c6228572b4f 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
2c6228572b4f 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
2c6228572b4f 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
2c6228572b4f 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
2c6228572b4f 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
2c6228572b4f 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
2c6228572b4f 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
2c6228572b4f 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
2c6228572b4f 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
2c6228572b4f 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
2c6228572b4f 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
2c6228572b4f 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
2c6228572b4f 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
2c6228572b4f 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
2c6228572b4f 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
2c6228572b4f 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
2c6228572b4f 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
2c6228572b4f 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
2c6228572b4f 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
2c6228572b4f 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    71
2c6228572b4f 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
2c6228572b4f 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) \
2c6228572b4f 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
2c6228572b4f 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    75
2c6228572b4f 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
2c6228572b4f 16757993 The Python pyasn1 module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    77
depend type=require \
1666
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1472
diff changeset
    78
    fmri=library/python/pyasn1@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1472
diff changeset
    79
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1472
diff changeset
    80
# force the rename with an optional dependency on the old name
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1472
diff changeset
    81
depend type=optional \
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1472
diff changeset
    82
    fmri=library/python-2/pyasn1-$(PYV)@0.1.7,5.12-5.12.0.0.0.41.0