Makefile revision 4704
fb27aa740466280f820e13e238bc6dd0b477eb37vboxsync#
29e18dff973632afcdb1ebf98dbc9d38f80a7792vboxsync# CDDL HEADER START
29e18dff973632afcdb1ebf98dbc9d38f80a7792vboxsync#
29e18dff973632afcdb1ebf98dbc9d38f80a7792vboxsync# The contents of this file are subject to the terms of the
29e18dff973632afcdb1ebf98dbc9d38f80a7792vboxsync# Common Development and Distribution License (the "License").
fb27aa740466280f820e13e238bc6dd0b477eb37vboxsync# You may not use this file except in compliance with the License.
fb27aa740466280f820e13e238bc6dd0b477eb37vboxsync#
29e18dff973632afcdb1ebf98dbc9d38f80a7792vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
fb27aa740466280f820e13e238bc6dd0b477eb37vboxsync# or http://www.opensolaris.org/os/licensing.
343053a42dedb94c8ef5534fff89c72384adf94dvboxsync# See the License for the specific language governing permissions
343053a42dedb94c8ef5534fff89c72384adf94dvboxsync# and limitations under the License.
343053a42dedb94c8ef5534fff89c72384adf94dvboxsync#
343053a42dedb94c8ef5534fff89c72384adf94dvboxsync# When distributing Covered Code, include this CDDL HEADER in each
343053a42dedb94c8ef5534fff89c72384adf94dvboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
343053a42dedb94c8ef5534fff89c72384adf94dvboxsync# If applicable, add the following below this CDDL HEADER, with the
343053a42dedb94c8ef5534fff89c72384adf94dvboxsync# fields enclosed by brackets "[]" replaced with your own identifying
fb27aa740466280f820e13e238bc6dd0b477eb37vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
fb27aa740466280f820e13e238bc6dd0b477eb37vboxsync#
fb27aa740466280f820e13e238bc6dd0b477eb37vboxsync# CDDL HEADER END
fb27aa740466280f820e13e238bc6dd0b477eb37vboxsync#
fb27aa740466280f820e13e238bc6dd0b477eb37vboxsync
fb27aa740466280f820e13e238bc6dd0b477eb37vboxsync#
fb27aa740466280f820e13e238bc6dd0b477eb37vboxsync# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
fb27aa740466280f820e13e238bc6dd0b477eb37vboxsync#
fb27aa740466280f820e13e238bc6dd0b477eb37vboxsync
fb27aa740466280f820e13e238bc6dd0b477eb37vboxsyncinclude ../../../make-rules/shared-macros.mk
fb27aa740466280f820e13e238bc6dd0b477eb37vboxsync
fb27aa740466280f820e13e238bc6dd0b477eb37vboxsyncCOMPONENT_NAME= futures
fb27aa740466280f820e13e238bc6dd0b477eb37vboxsyncCOMPONENT_VERSION= 2.2.0
fb27aa740466280f820e13e238bc6dd0b477eb37vboxsyncCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
fb27aa740466280f820e13e238bc6dd0b477eb37vboxsyncCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
fb27aa740466280f820e13e238bc6dd0b477eb37vboxsyncCOMPONENT_ARCHIVE_HASH= \
fb27aa740466280f820e13e238bc6dd0b477eb37vboxsync sha256:151c057173474a3a40f897165951c0e33ad04f37de65b6de547ddef107fd0ed3
fb27aa740466280f820e13e238bc6dd0b477eb37vboxsyncCOMPONENT_ARCHIVE_URL= $(call pypi_url)
fb27aa740466280f820e13e238bc6dd0b477eb37vboxsyncCOMPONENT_PROJECT_URL= http://code.google.com/p/pythonfutures/
fb27aa740466280f820e13e238bc6dd0b477eb37vboxsyncCOMPONENT_BUGDB= python-mod/futures
fb27aa740466280f820e13e238bc6dd0b477eb37vboxsync
fb27aa740466280f820e13e238bc6dd0b477eb37vboxsyncTPNO= 21622
fb27aa740466280f820e13e238bc6dd0b477eb37vboxsync
9719c70242335a826a49f05c1a1f7c2cfd6a38cevboxsync#
29e18dff973632afcdb1ebf98dbc9d38f80a7792vboxsync# The futures module was integrated into Python 3.2, so we should only
29e18dff973632afcdb1ebf98dbc9d38f80a7792vboxsync# deliver 2.6 & 2.7 modules.
29e18dff973632afcdb1ebf98dbc9d38f80a7792vboxsync#
29e18dff973632afcdb1ebf98dbc9d38f80a7792vboxsyncPYTHON_VERSIONS = 2.7 2.6
fb27aa740466280f820e13e238bc6dd0b477eb37vboxsync
include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/setup.py.mk
include $(WS_MAKE_RULES)/ips.mk
ASLR_MODE = $(ASLR_NOT_APPLICABLE)
COMPONENT_TEST_DIR = $(SOURCE_DIR)
COMPONENT_TEST_ARGS = test_futures.py
# common targets
build: $(BUILD_NO_ARCH)
install: $(INSTALL_NO_ARCH)
test: $(TEST_NO_ARCH)
system-test: $(SYSTEM_TESTS_NOT_IMPLEMENTED)