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