components/python/pytz/pytz-PYVER.p5m
changeset 3998 5bd484384122
parent 1948 2d1537e7942d
equal deleted inserted replaced
3997:0ca3f3d6c919 3998:5bd484384122
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 set name=pkg.fmri \
    26 set name=pkg.fmri \
    27     value=pkg:/library/python/pytz-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27     value=pkg:/library/python/pytz-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    28 set name=pkg.summary value="Python time zone library"
    28 set name=pkg.summary value="Python time zone library"
    29 set name=pkg.description \
    29 set name=pkg.description \
    30     value="This library allows accurate and cross-platform timezone calculations using Python 2.4 or higher and provides access to the Olson timezone database.  It also solves the issue of ambiguous times at the end of daylight savings."
    30     value="This library allows accurate and cross-platform timezone calculations using Python 2.4 or higher and provides access to the Olson timezone database.  It also solves the issue of ambiguous times at the end of daylight savings."
    31 set name=pkg.human-version value=$(HUMAN_VERSION)
       
    32 set name=com.oracle.info.description value="the Python time zone library"
    31 set name=com.oracle.info.description value="the Python time zone library"
    33 set name=com.oracle.info.tpno value=$(TPNO)
    32 set name=com.oracle.info.tpno value=$(TPNO)
    34 set name=info.classification \
    33 set name=info.classification \
    35     value=org.opensolaris.category.2008:Development/Python
    34     value=org.opensolaris.category.2008:Development/Python
    36 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    35 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    54     pkg.depend.bypass-generate=.*cStringIO.*
    53     pkg.depend.bypass-generate=.*cStringIO.*
    55 file path=usr/lib/python$(PYVER)/vendor-packages/pytz/tzinfo.py
    54 file path=usr/lib/python$(PYVER)/vendor-packages/pytz/tzinfo.py
    56 #
    55 #
    57 license LICENSE.txt license=MIT
    56 license LICENSE.txt license=MIT
    58 
    57 
    59 # force a group dependency on the optional setuptools; pkgdepend work is needed
       
    60 # to flush this out.
       
    61 depend type=group fmri=library/python/setuptools-$(PYV)
       
    62 
       
    63 # force the rename with an optional dependency on the old name
    58 # force the rename with an optional dependency on the old name
    64 depend type=optional \
    59 depend type=optional \
    65     fmri=library/python-2/pytz-$(PYV)@2013.4,5.12-5.12.0.0.0.41.0
    60     fmri=library/python-2/pytz-$(PYV)@2013.4,5.12-5.12.0.0.0.41.0
    66 
    61 
    67 # force a dependency on the Python runtime
    62 # force a dependency on the Python runtime