components/python/dateutil/dateutil-PYVER.p5m
author Norm Jacobs <Norm.Jacobs@Oracle.COM>
Wed, 19 Oct 2016 09:53:08 -0500
changeset 7133 cabdc0719c92
parent 6750 b93f4cab3687
permissions -rw-r--r--
24920023 llvm/clang packages need dependency changes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6750
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     1
#
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     3
#
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     7
#
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    12
#
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    18
#
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    20
#
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    21
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    22
#
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    23
# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    24
#
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    25
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    26
set name=pkg.fmri \
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    27
    value=pkg:/library/python/dateutil-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    28
set name=pkg.summary value="Extensions to the standard datetime module"
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    29
set name=com.oracle.info.description value="the Python dateutil module"
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    30
set name=com.oracle.info.tpno value=$(TPNO)
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    31
set name=info.classification \
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    32
    value=org.opensolaris.category.2008:Development/Python
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    33
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    34
set name=info.upstream value="Yaron de Leeuw <[email protected]>"
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    35
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    36
set name=org.opensolaris.arc-caseid value=PSARC/2015/459
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    37
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    38
#
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    39
file path=usr/lib/python$(PYVER)/vendor-packages/dateutil/__init__.py
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    40
file path=usr/lib/python$(PYVER)/vendor-packages/dateutil/easter.py
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    41
file path=usr/lib/python$(PYVER)/vendor-packages/dateutil/parser.py
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    42
file path=usr/lib/python$(PYVER)/vendor-packages/dateutil/relativedelta.py
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    43
file path=usr/lib/python$(PYVER)/vendor-packages/dateutil/rrule.py
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    44
file path=usr/lib/python$(PYVER)/vendor-packages/dateutil/tz/__init__.py
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    45
file path=usr/lib/python$(PYVER)/vendor-packages/dateutil/tz/_common.py
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    46
file path=usr/lib/python$(PYVER)/vendor-packages/dateutil/tz/tz.py
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    47
file path=usr/lib/python$(PYVER)/vendor-packages/dateutil/zoneinfo/__init__.py
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    48
file path=usr/lib/python$(PYVER)/vendor-packages/dateutil/zoneinfo/rebuild.py
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    49
file path=usr/lib/python$(PYVER)/vendor-packages/python_dateutil-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    50
file path=usr/lib/python$(PYVER)/vendor-packages/python_dateutil-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    51
file path=usr/lib/python$(PYVER)/vendor-packages/python_dateutil-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    52
file path=usr/lib/python$(PYVER)/vendor-packages/python_dateutil-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    53
file path=usr/lib/python$(PYVER)/vendor-packages/python_dateutil-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    54
file path=usr/lib/python$(PYVER)/vendor-packages/python_dateutil-$(COMPONENT_VERSION)-py$(PYVER).egg-info/zip-safe
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    55
#
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    56
license LICENSE license=BSD
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    57
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    58
# force a dependency on the Python runtime
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    59
depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    60
    pkg.debug.depend.path=usr/bin
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    61
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    62
# force a dependency on the dateutil package
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    63
depend type=require \
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    64
    fmri=library/python/dateutil@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    65
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    66
# force a dependency on six; pkgdepend work is needed to flush this out.
b93f4cab3687 PSARC 2015/459 dateutil - Extensions to the standard Python datetime module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    67
depend type=require fmri=library/python/six-$(PYV)