Makefile revision 4982
1096N/A#
3909N/A# CDDL HEADER START
1096N/A#
1096N/A# The contents of this file are subject to the terms of the
1096N/A# Common Development and Distribution License (the "License").
1096N/A# You may not use this file except in compliance with the License.
2362N/A#
1096N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2362N/A# or http://www.opensolaris.org/os/licensing.
1096N/A# See the License for the specific language governing permissions
1096N/A# and limitations under the License.
1096N/A#
1096N/A# When distributing Covered Code, include this CDDL HEADER in each
1096N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1096N/A# If applicable, add the following below this CDDL HEADER, with the
1096N/A# fields enclosed by brackets "[]" replaced with your own identifying
1096N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1096N/A#
1096N/A# CDDL HEADER END
1096N/A#
2362N/A
2362N/A#
2362N/A# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
1096N/A#
1096N/A
1096N/Ainclude ../../../make-rules/shared-macros.mk
1096N/A
1096N/ACOMPONENT_NAME= futures
1096N/ACOMPONENT_VERSION= 2.2.0
1096N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
1096N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
1096N/ACOMPONENT_ARCHIVE_HASH= \
1096N/A sha256:151c057173474a3a40f897165951c0e33ad04f37de65b6de547ddef107fd0ed3
1096N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
1096N/ACOMPONENT_PROJECT_URL= http://code.google.com/p/pythonfutures/
1096N/ACOMPONENT_BUGDB= python-mod/futures
1096N/A
1096N/ATPNO= 21622
1096N/A
1096N/A#
1096N/A# The futures module was integrated into Python 3.2, so we should only
1096N/A# deliver 2.6 & 2.7 modules.
1096N/A#
1096N/APYTHON_VERSIONS = $(PYTHON2_VERSIONS)
1096N/A
1096N/Ainclude $(WS_MAKE_RULES)/prep.mk
1096N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
1096N/Ainclude $(WS_MAKE_RULES)/ips.mk
1096N/A
1096N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
1096N/A
1096N/ACOMPONENT_TEST_DIR = $(SOURCE_DIR)
1096N/ACOMPONENT_TEST_ARGS = test_futures.py
1096N/A
1096N/A# common targets
1096N/Abuild: $(BUILD_NO_ARCH)
1096N/A
1096N/Ainstall: $(INSTALL_NO_ARCH)
1096N/A
1096N/Atest: $(TEST_NO_ARCH)
1096N/A
1096N/Asystem-test: $(SYSTEM_TESTS_NOT_IMPLEMENTED)
1096N/A