Makefile revision 2790
744N/A#
744N/A# CDDL HEADER START
744N/A#
744N/A# The contents of this file are subject to the terms of the
744N/A# Common Development and Distribution License (the "License").
744N/A# You may not use this file except in compliance with the License.
744N/A#
744N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
744N/A# or http://www.opensolaris.org/os/licensing.
744N/A# See the License for the specific language governing permissions
744N/A# and limitations under the License.
744N/A#
744N/A# When distributing Covered Code, include this CDDL HEADER in each
744N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
744N/A# If applicable, add the following below this CDDL HEADER, with the
744N/A# fields enclosed by brackets "[]" replaced with your own identifying
744N/A# information: Portions Copyright [yyyy] [name of copyright owner]
744N/A#
744N/A# CDDL HEADER END
744N/A#
744N/A
744N/A#
2790N/A# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
744N/A#
744N/A
744N/Ainclude ../../../make-rules/shared-macros.mk
744N/A
744N/ACOMPONENT_NAME= nose
1569N/ACOMPONENT_VERSION= 1.2.1
744N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
1569N/ACOMPONENT_PROJECT_URL= https://github.com/nose-devs/nose
749N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
844N/ACOMPONENT_ARCHIVE_HASH= \
1569N/A sha256:2171e9202d118d302d5db1decb52dd862b79e2a626ca19653a6914574a6ca7d9
749N/ACOMPONENT_ARCHIVE_URL= http://pypi.python.org/packages/source/n/nose/$(COMPONENT_ARCHIVE)
1289N/ACOMPONENT_BUGDB= python-mod/nose
744N/A
744N/Ainclude $(WS_TOP)/make-rules/prep.mk
744N/Ainclude $(WS_TOP)/make-rules/setup.py.mk
744N/Ainclude $(WS_TOP)/make-rules/ips.mk
744N/A
1938N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
1938N/A
2790N/ACOMPONENT_TEST_DIR = $(SOURCE_DIR)
2790N/ACOMPONENT_TEST_ARGS = setup.py test
2790N/A
744N/A# common targets
1716N/Abuild: $(BUILD_NO_ARCH)
744N/A
1716N/Ainstall: $(INSTALL_NO_ARCH)
744N/A
2790N/Atest: $(TEST_NO_ARCH)
744N/A
744N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
744N/A
744N/Ainclude $(WS_TOP)/make-rules/depend.mk