components/python/passlib/passlib-PYVER.p5m
changeset 1890 5a4ef66c42bf
parent 1666 69d14d547e77
child 1948 2d1537e7942d
equal deleted inserted replaced
1889:7251578a5ce7 1890:5a4ef66c42bf
    15 # If applicable, add the following below this CDDL HEADER, with the
    15 # If applicable, add the following below this CDDL HEADER, with the
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
       
    20 #
       
    21 
    20 #
    22 #
    21 # Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
    22 #
    24 #
    23 
    25 
    24 set name=pkg.fmri \
    26 set name=pkg.fmri \
    90 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/utils/md4.py
    92 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/utils/md4.py
    91 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/utils/pbkdf2.py
    93 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/utils/pbkdf2.py
    92 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/win32.py
    94 file path=usr/lib/python$(PYVER)/vendor-packages/passlib/win32.py
    93 license passlib.license license="BSD, MIT"
    95 license passlib.license license="BSD, MIT"
    94 
    96 
       
    97 # force a group dependency on the optional m2crypto; pkgdepend work is needed to
       
    98 # flush this out.
       
    99 depend type=group fmri=library/python/m2crypto-$(PYV)
       
   100 
       
   101 # force the rename with an optional dependency on the old name
       
   102 depend type=optional \
       
   103     fmri=library/python-2/passlib-$(PYV)@1.6.1,5.12-5.12.0.0.0.41.0
       
   104 
    95 # force a dependency on the Python runtime
   105 # force a dependency on the Python runtime
    96 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
   106 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    97     pkg.debug.depend.path=usr/bin
   107     pkg.debug.depend.path=usr/bin
    98 
   108 
    99 # force a dependency on the passlib package
   109 # force a dependency on the passlib package
   100 depend type=require \
   110 depend type=require \
   101     fmri=library/python/passlib@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
   111     fmri=library/python/passlib@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
   102 
       
   103 # force the rename with an optional dependency on the old name
       
   104 depend type=optional fmri=library/python-2/passlib-$(PYV)@1.6.1,5.12-5.12.0.0.0.41.0