components/python/pyopenssl/pyopenssl-27.p5m
branchs11-update
changeset 2796 c5bf1ff321c2
parent 2793 a22eef28a3ec
child 2797 1456c0bc0212
equal deleted inserted replaced
2793:a22eef28a3ec 2796:c5bf1ff321c2
     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 # Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 
       
    24 set name=pkg.fmri \
       
    25     value=pkg:/library/python-2/pyopenssl-27@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    26 set name=pkg.summary value="Python interface to the OpenSSL library"
       
    27 set name=com.oracle.info.description value="Python 2.7 bindings for OpenSSL"
       
    28 set name=info.classification \
       
    29     value=org.opensolaris.category.2008:Development/Python
       
    30 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    31 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    32 set name=org.opensolaris.arc-caseid \
       
    33     value=PSARC/2009/176
       
    34 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    35 
       
    36 license pyopenssl.copyright license=LGPLv2.1
       
    37 
       
    38 dir path=usr/lib/python2.7
       
    39 dir path=usr/lib/python2.7/vendor-packages
       
    40 dir path=usr/lib/python2.7/vendor-packages/OpenSSL
       
    41 dir path=usr/lib/python2.7/vendor-packages/OpenSSL/64
       
    42 dir path=usr/lib/python2.7/vendor-packages/OpenSSL/test
       
    43 file path=usr/lib/python2.7/vendor-packages/OpenSSL/__init__.py
       
    44 file path=usr/lib/python2.7/vendor-packages/OpenSSL/64/crypto.so
       
    45 file path=usr/lib/python2.7/vendor-packages/OpenSSL/64/rand.so
       
    46 file path=usr/lib/python2.7/vendor-packages/OpenSSL/64/SSL.so
       
    47 file path=usr/lib/python2.7/vendor-packages/OpenSSL/crypto.so
       
    48 file path=usr/lib/python2.7/vendor-packages/OpenSSL/rand.so
       
    49 file path=usr/lib/python2.7/vendor-packages/OpenSSL/SSL.so
       
    50 file path=usr/lib/python2.7/vendor-packages/OpenSSL/test/__init__.py
       
    51 file path=usr/lib/python2.7/vendor-packages/OpenSSL/test/test_crypto.py
       
    52 file path=usr/lib/python2.7/vendor-packages/OpenSSL/test/test_rand.py
       
    53 file path=usr/lib/python2.7/vendor-packages/OpenSSL/test/test_ssl.py
       
    54 file path=usr/lib/python2.7/vendor-packages/OpenSSL/test/util.py
       
    55 file path=usr/lib/python2.7/vendor-packages/OpenSSL/tsafe.py
       
    56 file path=usr/lib/python2.7/vendor-packages/OpenSSL/version.py
       
    57 file path=usr/lib/python2.7/vendor-packages/pyOpenSSL-0.11-py2.7.egg-info
       
    58 
       
    59 # force a dependency on the pyopenssl package
       
    60 depend fmri=library/python-2/pyopenssl@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \
       
    61     type=require
       
    62