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