components/python/passlib/passlib-PYVER.p5m
changeset 1484 01108fd9c6ef
child 1520 0cf972526d4b
child 3661 47545fb8aed4
equal deleted inserted replaced
1483:19c865f422ea 1484:01108fd9c6ef
       
     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/passlib-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    26 set name=pkg.summary \
       
    27     value="a comprehensive password hashing framework for Python"
       
    28 set name=pkg.description \
       
    29     value="Passlib is a password hashing library for Python which provides cross-platform implementations of over thirty password hashing algorithms, as well as a framework for managing existing password hashes.  It is designed to be useful for a wide range of tasks, from verifying a hash found in /etc/shadow, to providing full-strength password hashing for multi-user applications."
       
    30 set name=com.oracle.info.description value="Python passlib module"
       
    31 set name=com.oracle.info.tpno value=14503
       
    32 set name=info.classification \
       
    33     value=org.opensolaris.category.2008:Development/Python
       
    34 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    35 set name=info.upstream value="Eli Collins <[email protected]>"
       
    36 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    37 set name=org.opensolaris.arc-caseid value=PSARC/2013/171
       
    38 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    39 file path=usr/lib/python$(PYVER)/vendor-packages/passlib-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
       
    40 file path=usr/lib/python$(PYVER)/vendor-packages/passlib-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
       
    41 file path=usr/lib/python$(PYVER)/vendor-packages/passlib-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
       
    42 file path=usr/lib/python$(PYVER)/vendor-packages/passlib-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
       
    43 file path=usr/lib/python$(PYVER)/vendor-packages/passlib-$(COMPONENT_VERSION)-py$(PYVER).egg-info/zip-safe
       
    44 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/__init__.py
       
    45 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/_setup/__init__.py
       
    46 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/_setup/docdist.py
       
    47 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/_setup/stamp.py
       
    48 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/apache.py
       
    49 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/apps.py
       
    50 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/context.py
       
    51 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/exc.py
       
    52 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/ext/__init__.py
       
    53 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/ext/django/__init__.py
       
    54 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/ext/django/models.py
       
    55 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/ext/django/utils.py
       
    56 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/handlers/__init__.py
       
    57 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/handlers/bcrypt.py
       
    58 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/handlers/cisco.py
       
    59 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/handlers/des_crypt.py
       
    60 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/handlers/digests.py
       
    61 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/handlers/django.py
       
    62 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/handlers/fshp.py
       
    63 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/handlers/ldap_digests.py
       
    64 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/handlers/md5_crypt.py
       
    65 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/handlers/misc.py
       
    66 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/handlers/mssql.py
       
    67 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/handlers/mysql.py
       
    68 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/handlers/oracle.py
       
    69 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/handlers/pbkdf2.py
       
    70 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/handlers/phpass.py
       
    71 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/handlers/postgres.py
       
    72 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/handlers/roundup.py
       
    73 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/handlers/scram.py
       
    74 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/handlers/sha1_crypt.py
       
    75 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/handlers/sha2_crypt.py
       
    76 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/handlers/sun_md5_crypt.py
       
    77 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/handlers/windows.py
       
    78 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/hash.py
       
    79 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/hosts.py
       
    80 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/ifc.py
       
    81 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/registry.py
       
    82 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/tests/__init__.py
       
    83 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/tests/__main__.py
       
    84 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/tests/_test_bad_register.py
       
    85 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/tests/backports.py
       
    86 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/tests/sample1.cfg
       
    87 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/tests/sample1b.cfg
       
    88 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/tests/sample1c.cfg
       
    89 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/tests/sample_config_1s.cfg
       
    90 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/tests/test_apache.py
       
    91 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/tests/test_apps.py
       
    92 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/tests/test_context.py
       
    93 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/tests/test_context_deprecated.py
       
    94 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/tests/test_ext_django.py
       
    95 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/tests/test_handlers.py
       
    96 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/tests/test_hosts.py
       
    97 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/tests/test_registry.py
       
    98 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/tests/test_utils.py
       
    99 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/tests/test_utils_crypto.py
       
   100 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/tests/test_utils_handlers.py
       
   101 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/tests/test_win32.py
       
   102 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/tests/tox_support.py
       
   103 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/tests/utils.py
       
   104 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/utils/__init__.py
       
   105 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/utils/_blowfish/__init__.py
       
   106 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/utils/_blowfish/_gen_files.py
       
   107 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/utils/_blowfish/base.py
       
   108 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/utils/_blowfish/unrolled.py
       
   109 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/utils/compat.py
       
   110 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/utils/des.py
       
   111 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/utils/handlers.py
       
   112 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/utils/md4.py
       
   113 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/utils/pbkdf2.py
       
   114 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/win32.py
       
   115 license passlib.license license="BSD, MIT"
       
   116 
       
   117 # force a dependency on the Python runtime
       
   118 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
       
   119     pkg.debug.depend.path=usr/bin
       
   120 
       
   121 # force a dependency on the passlib package
       
   122 depend type=require \
       
   123     fmri=library/python-2/passlib@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)