Makefile revision 2058
299N/A#
299N/A# CDDL HEADER START
299N/A#
299N/A# The contents of this file are subject to the terms of the
943N/A# Common Development and Distribution License (the "License").
299N/A# You may not use this file except in compliance with the License.
299N/A#
919N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
919N/A# or http://www.opensolaris.org/os/licensing.
919N/A# See the License for the specific language governing permissions
919N/A# and limitations under the License.
919N/A#
919N/A# When distributing Covered Code, include this CDDL HEADER in each
919N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
919N/A# If applicable, add the following below this CDDL HEADER, with the
919N/A# fields enclosed by brackets "[]" replaced with your own identifying
919N/A# information: Portions Copyright [yyyy] [name of copyright owner]
919N/A#
919N/A# CDDL HEADER END
919N/A#
919N/A# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
919N/A#
919N/Ainclude ../../../make-rules/shared-macros.mk
919N/A
299N/ACOMPONENT_NAME= suds
299N/ACOMPONENT_VERSION= 0.4
299N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
299N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
493N/ACOMPONENT_ARCHIVE_HASH= \
299N/A sha256:d5524ae523bb9e09c57bcdbd1efae2c287d20603688ea31f6020ed180a489af0
970N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
977N/ACOMPONENT_PROJECT_URL= https://fedorahosted.org/suds/
970N/ACOMPONENT_BUGDB= python-mod/suds
970N/A
299N/Ainclude $(WS_TOP)/make-rules/prep.mk
851N/Ainclude $(WS_TOP)/make-rules/setup.py.mk
299N/Ainclude $(WS_TOP)/make-rules/ips.mk
911N/A
911N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
911N/A
911N/A# The setup_logging() routine is defined in .../suds-0.4/tests/__init__.py
299N/A# This is called in .../suds-0.4/tests/builtin.py but is not found "as is"
851N/A# unless the suds package is installed. So add a line to correctly import it.
299N/ACOMPONENT_PRE_TEST_ACTION = \
299N/A $(GSED) -i -e \
299N/A "/^setup/i from __init__ import setup_logging" \
493N/A $(SOURCE_DIR)/tests/builtin.py
299N/A
300N/ACOMPONENT_TEST_DIR = $(SOURCE_DIR)/tests
493N/ACOMPONENT_TEST_ARGS = builtin.py
300N/A
493N/A# common targets
375N/Abuild: $(BUILD_NO_ARCH)
970N/A
970N/Ainstall: $(INSTALL_NO_ARCH)
970N/A
299N/Atest: $(TEST_NO_ARCH)
BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
include $(WS_TOP)/make-rules/depend.mk