components/python/requests-aws/requests-aws-PYVER.p5m
author Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
Mon, 03 Oct 2016 13:12:08 -0700
changeset 7043 5286838de66c
parent 6773 ad50bd39d444
permissions -rw-r--r--
23245466 Move docbook-style-xsl 1.75.2 to Userland PSARC/2010/143 GNOME 2.30
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6773
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     1
#
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     3
#
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     7
#
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    12
#
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    18
#
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    20
#
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    21
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    22
#
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    23
# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    24
#
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    25
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    26
set name=pkg.fmri \
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    27
    value=pkg:/library/python/requests-aws-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    28
set name=pkg.summary \
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    29
    value="AWS authentication for Amazon S3 for the Python requests module"
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    30
set name=com.oracle.info.description value="the Python requests-aws module"
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    31
set name=com.oracle.info.tpno value=$(TPNO)
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    32
set name=info.classification \
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    33
    value=org.opensolaris.category.2008:Development/Python
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    34
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    35
set name=info.upstream value="Paul Tax <[email protected]>"
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    36
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    37
set name=org.opensolaris.arc-caseid value=PSARC/2016/345
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    38
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    39
#
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    40
file path=usr/lib/python$(PYVER)/vendor-packages/awsauth.py
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    41
file path=usr/lib/python$(PYVER)/vendor-packages/requests_aws-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    42
file path=usr/lib/python$(PYVER)/vendor-packages/requests_aws-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    43
file path=usr/lib/python$(PYVER)/vendor-packages/requests_aws-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    44
file path=usr/lib/python$(PYVER)/vendor-packages/requests_aws-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    45
file path=usr/lib/python$(PYVER)/vendor-packages/requests_aws-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    46
#
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    47
license LICENSE.txt license=BSD
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    48
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    49
# force a dependency on the Python runtime
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    50
depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    51
    pkg.debug.depend.path=usr/bin
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    52
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    53
# force a dependency on requests; pkgdepend work is needed to flush this out.
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    54
depend type=require fmri=library/python/requests-$(PYV)
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    55
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    56
# force a dependency on the requests-aws package
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    57
depend type=require \
ad50bd39d444 PSARC 2016/345 requests-aws - AWS authentication for Amazon S3 for the Python requests module
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    58
    fmri=library/python/requests-aws@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)