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