components/python/pytz/pytz-PYVER.p5m
changeset 1890 5a4ef66c42bf
parent 1666 69d14d547e77
child 1907 446472de62e9
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 \
    49 file path=usr/lib/python$(PYVER)/vendor-packages/pytz/tzfile.py
    51 file path=usr/lib/python$(PYVER)/vendor-packages/pytz/tzfile.py
    50 file path=usr/lib/python$(PYVER)/vendor-packages/pytz/tzinfo.py
    52 file path=usr/lib/python$(PYVER)/vendor-packages/pytz/tzinfo.py
    51 #
    53 #
    52 license LICENSE.txt license=MIT
    54 license LICENSE.txt license=MIT
    53 
    55 
       
    56 # force a group dependency on the optional setuptools; pkgdepend work is needed
       
    57 # to flush this out.
       
    58 depend type=group fmri=library/python/setuptools-$(PYV)
       
    59 
    54 # force the rename with an optional dependency on the old name
    60 # force the rename with an optional dependency on the old name
    55 depend type=optional \
    61 depend type=optional \
    56     fmri=library/python-2/pytz-$(PYV)@2013.4,5.12-5.12.0.0.0.41.0
    62     fmri=library/python-2/pytz-$(PYV)@2013.4,5.12-5.12.0.0.0.41.0
    57 
    63 
    58 # force a dependency on the Python runtime
    64 # force a dependency on the Python runtime