Makefile revision 3778
148N/A#
148N/A# CDDL HEADER START
148N/A#
148N/A# The contents of this file are subject to the terms of the
148N/A# Common Development and Distribution License (the "License").
148N/A# You may not use this file except in compliance with the License.
148N/A#
148N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
148N/A# or http://www.opensolaris.org/os/licensing.
148N/A# See the License for the specific language governing permissions
148N/A# and limitations under the License.
148N/A#
148N/A# When distributing Covered Code, include this CDDL HEADER in each
148N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
148N/A# If applicable, add the following below this CDDL HEADER, with the
148N/A# fields enclosed by brackets "[]" replaced with your own identifying
148N/A# information: Portions Copyright [yyyy] [name of copyright owner]
148N/A#
148N/A# CDDL HEADER END
148N/A#
148N/A# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
148N/A#
690N/Ainclude ../../../make-rules/shared-macros.mk
148N/A
148N/ACOMPONENT_NAME= boto
148N/ACOMPONENT_VERSION= 2.9.9
148N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
148N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
148N/ACOMPONENT_ARCHIVE_HASH= \
618N/A sha256:6ce016eed6605381d67f39bc62763ee3b862aed3d403ea70b16b9d63738c002a
148N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
148N/ACOMPONENT_PROJECT_URL= http://github.com/boto/boto/
148N/ACOMPONENT_BUGDB= python-mod/boto
148N/A
148N/ATPNO= 14503
148N/A
148N/A# Syntax issues: not Python 3 ready.
148N/APYTHON_VERSIONS= 2.7 2.6
181N/A
148N/Ainclude $(WS_TOP)/make-rules/prep.mk
148N/Ainclude $(WS_TOP)/make-rules/setup.py.mk
148N/Ainclude $(WS_TOP)/make-rules/ips.mk
148N/A
148N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
148N/A
148N/ACOMPONENT_TEST_DIR = $(SOURCE_DIR)/tests
148N/ACOMPONENT_TEST_ARGS = test.py
148N/A
148N/A# common targets
148N/Abuild: $(BUILD_32)
148N/A
690N/Ainstall: $(INSTALL_32)
148N/A
181N/A# Tests require:
148N/A# mock, OrderedDict, unittest2
727N/A# which haven't been integrated yet.
727N/Atest: $(NO_TESTS)
822N/A
822N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
727N/A
727N/Ainclude $(WS_TOP)/make-rules/depend.mk
727N/A