components/python/futurist/futurist-PYVER.p5m
author Norm Jacobs <Norm.Jacobs@Oracle.COM>
Wed, 19 Oct 2016 09:53:08 -0500
changeset 7133 cabdc0719c92
parent 6752 586f7cd4501b
permissions -rw-r--r--
24920023 llvm/clang packages need dependency changes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6752
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     1
#
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     3
#
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     7
#
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    12
#
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    18
#
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    20
#
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    21
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    22
#
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    23
# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    24
#
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    25
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    26
set name=pkg.fmri \
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    27
    value=pkg:/library/python/futurist-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    28
set name=pkg.summary value="Useful additions to futures, from the future."
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    29
set name=pkg.description \
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    30
    value="The goal of this library is to provide well documented futures classes/utilities/additions that allows for providing a level of transparency in how asynchronous work gets executed."
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    31
set name=com.oracle.info.description value="the Python futurist module"
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    32
set name=com.oracle.info.tpno value=$(TPNO)
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    33
set name=info.classification \
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    34
    value=org.opensolaris.category.2008:Development/Python
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    35
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    36
set name=info.upstream value="OpenStack <[email protected]>"
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    37
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    38
set name=org.opensolaris.arc-caseid value=PSARC/2016/181
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    39
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    40
#
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    41
file path=usr/lib/python$(PYVER)/vendor-packages/futurist-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    42
file path=usr/lib/python$(PYVER)/vendor-packages/futurist-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    43
file path=usr/lib/python$(PYVER)/vendor-packages/futurist-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    44
file path=usr/lib/python$(PYVER)/vendor-packages/futurist-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    45
file path=usr/lib/python$(PYVER)/vendor-packages/futurist-$(COMPONENT_VERSION)-py$(PYVER).egg-info/pbr.json
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    46
file path=usr/lib/python$(PYVER)/vendor-packages/futurist-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    47
file path=usr/lib/python$(PYVER)/vendor-packages/futurist-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    48
file path=usr/lib/python$(PYVER)/vendor-packages/futurist/__init__.py
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    49
file path=usr/lib/python$(PYVER)/vendor-packages/futurist/_futures.py
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    50
file path=usr/lib/python$(PYVER)/vendor-packages/futurist/_green.py
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    51
file path=usr/lib/python$(PYVER)/vendor-packages/futurist/_utils.py
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    52
file path=usr/lib/python$(PYVER)/vendor-packages/futurist/periodics.py
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    53
file path=usr/lib/python$(PYVER)/vendor-packages/futurist/rejection.py
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    54
file path=usr/lib/python$(PYVER)/vendor-packages/futurist/waiters.py
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    55
#
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    56
license futurist.license license="Apache v2.0"
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    57
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    58
# force a group dependency on the optional eventlet; pkgdepend work is needed to
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    59
# flush this out.
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    60
depend type=group fmri=library/python/eventlet-$(PYV)
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    61
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    62
# force a dependency on the Python runtime
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    63
depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    64
    pkg.debug.depend.path=usr/bin
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    65
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    66
# force a dependency on contextlib2; pkgdepend work is needed to flush this out.
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    67
depend type=require fmri=library/python/contextlib2-$(PYV)
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    68
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    69
# force a dependency on futures; pkgdepend work is needed to flush this out.
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    70
depend type=require fmri=library/python/futures-$(PYV)
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    71
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    72
# force a dependency on the futurist package
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    73
depend type=require \
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    74
    fmri=library/python/futurist@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    75
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    76
# force a dependency on monotonic; pkgdepend work is needed to flush this out.
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    77
depend type=require fmri=library/python/monotonic-$(PYV)
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    78
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    79
# force a dependency on six; pkgdepend work is needed to flush this out.
586f7cd4501b PSARC 2016/181 futurist - useful additions to the Python futures module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    80
depend type=require fmri=library/python/six-$(PYV)