components/python/pyasn1-modules/pyasn1-modules-PYVER.p5m
author Stefan Teleman <stefan.teleman@oracle.com>
Thu, 07 May 2015 10:31:56 -0700
branchs11-update
changeset 4259 03635257972b
parent 3704 69ab8eca01c5
permissions -rw-r--r--
20831561 problem in LIBRARY/GD2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2791
d054d400ccf4 16758004 The Python pyasn1-modules module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
     1
#
d054d400ccf4 16758004 The Python pyasn1-modules module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
d054d400ccf4 16758004 The Python pyasn1-modules module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
     3
#
d054d400ccf4 16758004 The Python pyasn1-modules 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
d054d400ccf4 16758004 The Python pyasn1-modules module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
d054d400ccf4 16758004 The Python pyasn1-modules 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.
d054d400ccf4 16758004 The Python pyasn1-modules module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
     7
#
d054d400ccf4 16758004 The Python pyasn1-modules 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
d054d400ccf4 16758004 The Python pyasn1-modules module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
d054d400ccf4 16758004 The Python pyasn1-modules 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
d054d400ccf4 16758004 The Python pyasn1-modules module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
d054d400ccf4 16758004 The Python pyasn1-modules module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    12
#
d054d400ccf4 16758004 The Python pyasn1-modules 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
d054d400ccf4 16758004 The Python pyasn1-modules 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.
d054d400ccf4 16758004 The Python pyasn1-modules 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
d054d400ccf4 16758004 The Python pyasn1-modules 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
d054d400ccf4 16758004 The Python pyasn1-modules module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
d054d400ccf4 16758004 The Python pyasn1-modules module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    18
#
d054d400ccf4 16758004 The Python pyasn1-modules module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
d054d400ccf4 16758004 The Python pyasn1-modules module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    20
#
3704
69ab8eca01c5 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    21
# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
2791
d054d400ccf4 16758004 The Python pyasn1-modules module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    22
#
d054d400ccf4 16758004 The Python pyasn1-modules module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    23
d054d400ccf4 16758004 The Python pyasn1-modules module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    24
set name=pkg.fmri \
3704
69ab8eca01c5 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    25
    value=pkg:/library/python/pyasn1-modules-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
2791
d054d400ccf4 16758004 The Python pyasn1-modules module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    26
set name=pkg.summary value="A collection of ASN.1-based protocols modules"
d054d400ccf4 16758004 The Python pyasn1-modules module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    27
set name=pkg.description \
d054d400ccf4 16758004 The Python pyasn1-modules module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    28
    value="pyasn1-modules is a collection of ASN.1 modules expressed in the form of pyasn1 classes. It includes protocols PDUs definition (SNMP, LDAP etc.) and various data structures (X.509, PKCS etc.)."
d054d400ccf4 16758004 The Python pyasn1-modules 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-modules module"
3661
47545fb8aed4 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 2791
diff changeset
    30
set name=com.oracle.info.tpno value=$(TPNO)
2791
d054d400ccf4 16758004 The Python pyasn1-modules module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    31
set name=info.classification \
d054d400ccf4 16758004 The Python pyasn1-modules module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    32
    value=org.opensolaris.category.2008:Development/Python
d054d400ccf4 16758004 The Python pyasn1-modules 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)
d054d400ccf4 16758004 The Python pyasn1-modules 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]>"
d054d400ccf4 16758004 The Python pyasn1-modules 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)
d054d400ccf4 16758004 The Python pyasn1-modules 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/182
d054d400ccf4 16758004 The Python pyasn1-modules module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    37
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
d054d400ccf4 16758004 The Python pyasn1-modules 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_modules-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
d054d400ccf4 16758004 The Python pyasn1-modules 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_modules-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
d054d400ccf4 16758004 The Python pyasn1-modules 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_modules-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
d054d400ccf4 16758004 The Python pyasn1-modules 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_modules-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
d054d400ccf4 16758004 The Python pyasn1-modules 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_modules-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
d054d400ccf4 16758004 The Python pyasn1-modules 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_modules-$(COMPONENT_VERSION)-py$(PYVER).egg-info/zip-safe
d054d400ccf4 16758004 The Python pyasn1-modules 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_modules/__init__.py
d054d400ccf4 16758004 The Python pyasn1-modules 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_modules/pem.py
d054d400ccf4 16758004 The Python pyasn1-modules 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_modules/pkcs12.py
d054d400ccf4 16758004 The Python pyasn1-modules 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_modules/rfc1155.py
d054d400ccf4 16758004 The Python pyasn1-modules 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_modules/rfc1157.py
d054d400ccf4 16758004 The Python pyasn1-modules 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_modules/rfc1901.py
d054d400ccf4 16758004 The Python pyasn1-modules 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_modules/rfc1902.py
d054d400ccf4 16758004 The Python pyasn1-modules 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_modules/rfc1905.py
d054d400ccf4 16758004 The Python pyasn1-modules 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_modules/rfc2251.py
d054d400ccf4 16758004 The Python pyasn1-modules 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_modules/rfc2314.py
d054d400ccf4 16758004 The Python pyasn1-modules 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_modules/rfc2315.py
d054d400ccf4 16758004 The Python pyasn1-modules 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_modules/rfc2437.py
d054d400ccf4 16758004 The Python pyasn1-modules 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_modules/rfc2459.py
d054d400ccf4 16758004 The Python pyasn1-modules 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_modules/rfc2511.py
d054d400ccf4 16758004 The Python pyasn1-modules 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_modules/rfc2560.py
d054d400ccf4 16758004 The Python pyasn1-modules 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_modules/rfc3412.py
d054d400ccf4 16758004 The Python pyasn1-modules 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_modules/rfc3414.py
d054d400ccf4 16758004 The Python pyasn1-modules 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_modules/rfc3447.py
d054d400ccf4 16758004 The Python pyasn1-modules 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_modules/rfc4210.py
d054d400ccf4 16758004 The Python pyasn1-modules 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_modules/rfc5208.py
d054d400ccf4 16758004 The Python pyasn1-modules module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    64
license LICENSE license=BSD-like
d054d400ccf4 16758004 The Python pyasn1-modules module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    65
3704
69ab8eca01c5 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    66
# force the rename with an optional dependency on the old name
69ab8eca01c5 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    67
depend type=optional \
69ab8eca01c5 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    68
    fmri=library/python-2/pyasn1-modules-$(PYV)@0.0.5,5.11-0.175.3.0.0.16.0
69ab8eca01c5 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    69
2791
d054d400ccf4 16758004 The Python pyasn1-modules module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    70
# force a dependency on the Python runtime
d054d400ccf4 16758004 The Python pyasn1-modules module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    71
depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
d054d400ccf4 16758004 The Python pyasn1-modules module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    72
    pkg.debug.depend.path=usr/bin
d054d400ccf4 16758004 The Python pyasn1-modules module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    73
d054d400ccf4 16758004 The Python pyasn1-modules module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    74
# force dependency on pyasn1; pkgdepend work is needed to flush these out
3704
69ab8eca01c5 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    75
depend type=require fmri=library/python/pyasn1-$(PYV)
2791
d054d400ccf4 16758004 The Python pyasn1-modules module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    76
d054d400ccf4 16758004 The Python pyasn1-modules module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    77
# force a dependency on the pyasn1-modules package
d054d400ccf4 16758004 The Python pyasn1-modules module should be added to Userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    78
depend type=require \
3704
69ab8eca01c5 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    79
    fmri=library/python/pyasn1-modules@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)