components/python/requests-aws/Makefile
author Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
Mon, 03 Oct 2016 13:12:08 -0700
changeset 7043 5286838de66c
parent 6773 ad50bd39d444
child 7687 1093e2a9adbd
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
include ../../../make-rules/shared-macros.mk
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
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
COMPONENT_NAME=		requests-aws
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
COMPONENT_VERSION=	0.1.8
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
COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_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
    31
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
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
COMPONENT_ARCHIVE_HASH=	\
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
    sha256:bd2e8386f09d94a84b9cad6e966b21f31493734336a8f47b9b535806949a771f
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
COMPONENT_ARCHIVE_URL=	$(call pypi_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
COMPONENT_PROJECT_URL=	https://github.com/tax/python-requests-aws
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
COMPONENT_BUGDB=	python-mod/requests-aws
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
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
TPNO=			28602
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
include $(WS_MAKE_RULES)/prep.mk
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
include $(WS_MAKE_RULES)/setup.py.mk
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
include $(WS_MAKE_RULES)/ips.mk
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
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
ASLR_MODE = $(ASLR_NOT_APPLICABLE)
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
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
# common targets
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
build:		$(BUILD_NO_ARCH)
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
install:	$(INSTALL_NO_ARCH)
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
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
# Tests require access to Amazon S3 and an account there.
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
test:		$(NO_TESTS)