Makefile revision 6033
1516N/A#
28N/A# CDDL HEADER START
28N/A#
28N/A# The contents of this file are subject to the terms of the
28N/A# Common Development and Distribution License (the "License").
28N/A# You may not use this file except in compliance with the License.
28N/A#
28N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
28N/A# or http://www.opensolaris.org/os/licensing.
28N/A# See the License for the specific language governing permissions
28N/A# and limitations under the License.
28N/A#
28N/A# When distributing Covered Code, include this CDDL HEADER in each
28N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
28N/A# If applicable, add the following below this CDDL HEADER, with the
28N/A# fields enclosed by brackets "[]" replaced with your own identifying
28N/A# information: Portions Copyright [yyyy] [name of copyright owner]
28N/A#
28N/A# CDDL HEADER END
28N/A#
28N/A
28N/A#
28N/A# Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
873N/A#
28N/A
28N/Ainclude ../../../make-rules/shared-macros.mk
873N/A
873N/ACOMPONENT_NAME= kombu
873N/ACOMPONENT_VERSION= 3.0.32
38N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
28N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
28N/ACOMPONENT_ARCHIVE_HASH= \
1516N/A sha256:d3edda02076ae04fa62d128007756f4c4298fe479119ca070a47a22afe867660
28N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
28N/ACOMPONENT_PROJECT_URL= http://kombu.readthedocs.org/
873N/ACOMPONENT_BUGDB= python-mod/kombu
28N/A
1431N/ATPNO= 26421
289N/A
1431N/A# Depends on pyrabbit which depends on httplib2 which has its own dependency
873N/A# issues (see its Makefile for details). So don't build for Python 3 until
49N/A# dependencies resolved.
873N/APYTHON_VERSIONS= 2.7 2.6
873N/A
873N/Ainclude $(WS_MAKE_RULES)/prep.mk
873N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
873N/Ainclude $(WS_MAKE_RULES)/ips.mk
948N/A
948N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
1516N/A
873N/A# common targets
1540N/Abuild: $(BUILD_NO_ARCH)
1540N/A
1540N/Ainstall: $(INSTALL_NO_ARCH)
1540N/A
1540N/A# Tests require:
1540N/A# ordereddict, importlib, amqp, anyjson, unittest2, nose-cover3
873N/A# which haven't been integrated yet.
873N/Atest: $(NO_TESTS)
873N/A