components/python/nose/Makefile
author Rich Burridge <rich.burridge@oracle.com>
Tue, 27 Mar 2012 14:26:32 -0700
changeset 749 fb0d68325f3b
parent 724 2168b2449dc8
child 793 d61540b7632a
permissions -rw-r--r--
7156890 nose 1.0.0 sparcv9 and amd64 issue with python path and causes install_unit_tests failure
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
721
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
#
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    23
# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
#
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
include ../../../make-rules/shared-macros.mk
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
COMPONENT_NAME=		nose
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    29
COMPONENT_VERSION=	1.0.0
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    31
COMPONENT_PROJECT_URL=  http://code.google.com/p/python-nose/
724
2168b2449dc8 7098136 Integrate python-nose into Userland (fix 2.7 package, use more cache-friendly source link)
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 721
diff changeset
    32
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
721
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
COMPONENT_ARCHIVE_HASH=	sha1:186d223d0d74e94093bc0c42223d2ad92c090eed
724
2168b2449dc8 7098136 Integrate python-nose into Userland (fix 2.7 package, use more cache-friendly source link)
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 721
diff changeset
    34
COMPONENT_ARCHIVE_URL=	http://pypi.python.org/packages/source/n/nose/$(COMPONENT_ARCHIVE)
721
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    35
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    36
include $(WS_TOP)/make-rules/prep.mk
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
include $(WS_TOP)/make-rules/setup.py.mk
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    38
include $(WS_TOP)/make-rules/ips.mk
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    39
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
# common targets
749
fb0d68325f3b 7156890 nose 1.0.0 sparcv9 and amd64 issue with python path and causes install_unit_tests failure
Rich Burridge <rich.burridge@oracle.com>
parents: 724
diff changeset
    41
build:		$(BUILD_32)
721
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    42
749
fb0d68325f3b 7156890 nose 1.0.0 sparcv9 and amd64 issue with python path and causes install_unit_tests failure
Rich Burridge <rich.burridge@oracle.com>
parents: 724
diff changeset
    43
install:	$(INSTALL_32)
721
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    45
test:		$(NO_TESTS)
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    46
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    47
BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    48
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    49
include $(WS_TOP)/make-rules/depend.mk