components/python/nose/Makefile
author Rich Burridge <rich.burridge@oracle.com>
Thu, 05 Feb 2015 16:46:32 -0800
changeset 3735 70e97c209ac8
parent 2026 60c5e1a7c30e
child 3752 a1cd93fa2e49
permissions -rw-r--r--
20460878 NOSE should have some master test results to compare against
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
#
3735
70e97c209ac8 20460878 NOSE should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 2026
diff changeset
    23
# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
721
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
2026
60c5e1a7c30e 18611536 Update nosetests to the latest version to work with Python 3
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    29
COMPONENT_VERSION=	1.3.3
721
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
1247
6b8e3d1edadd 16433531 - Update Nose to 1.2.1
Rich Burridge <rich.burridge@oracle.com>
parents: 1071
diff changeset
    31
COMPONENT_PROJECT_URL=  https://github.com/nose-devs/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
800
2ad056ed89ec 7163771 sha1 should not be used in userland-fetch and userland component/*/Makefile
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 793
diff changeset
    33
COMPONENT_ARCHIVE_HASH=	\
2026
60c5e1a7c30e 18611536 Update nosetests to the latest version to work with Python 3
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    34
    sha256:b40c2ff268beb85356ada25f626ca0dabc89705f31051649772cf00fc9510326
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
    35
COMPONENT_ARCHIVE_URL=	http://pypi.python.org/packages/source/n/nose/$(COMPONENT_ARCHIVE)
1071
cc3ecf7b3dec 15959394 Several Userland components are using the wrong BugDB cat/subcat.
Rich Burridge <rich.burridge@oracle.com>
parents: 1058
diff changeset
    36
COMPONENT_BUGDB=	python-mod/nose
721
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
2026
60c5e1a7c30e 18611536 Update nosetests to the latest version to work with Python 3
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    38
TPNO=			18083
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1890
diff changeset
    39
721
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
include $(WS_TOP)/make-rules/prep.mk
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    41
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
    42
include $(WS_TOP)/make-rules/ips.mk
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
1434
c782e620dd26 17296512 Add ASLR_NOT_APPLICABLE as an ASLR mode in Userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1310
diff changeset
    44
ASLR_MODE = $(ASLR_NOT_APPLICABLE)
c782e620dd26 17296512 Add ASLR_NOT_APPLICABLE as an ASLR mode in Userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1310
diff changeset
    45
1890
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1434
diff changeset
    46
COMPONENT_TEST_DIR =	$(SOURCE_DIR)
2026
60c5e1a7c30e 18611536 Update nosetests to the latest version to work with Python 3
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    47
COMPONENT_TEST_ARGS =	selftest.py
60c5e1a7c30e 18611536 Update nosetests to the latest version to work with Python 3
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    48
60c5e1a7c30e 18611536 Update nosetests to the latest version to work with Python 3
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    49
# Used to automatically run the Python 2.6 nose tests even though there was
60c5e1a7c30e 18611536 Update nosetests to the latest version to work with Python 3
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    50
# an error found when running one of the Python 2.7 ones.
60c5e1a7c30e 18611536 Update nosetests to the latest version to work with Python 3
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    51
COMPONENT_TEST_ARGS +=	|| true
60c5e1a7c30e 18611536 Update nosetests to the latest version to work with Python 3
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    52
60c5e1a7c30e 18611536 Update nosetests to the latest version to work with Python 3
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    53
# Save an original copy of the test script to be able to edit it correctly
60c5e1a7c30e 18611536 Update nosetests to the latest version to work with Python 3
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    54
# for each version of Python and build the tests once.
60c5e1a7c30e 18611536 Update nosetests to the latest version to work with Python 3
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    55
COMPONENT_POST_UNPACK_ACTION += \
60c5e1a7c30e 18611536 Update nosetests to the latest version to work with Python 3
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    56
	($(CP) $(SOURCE_DIR)/selftest.py $(SOURCE_DIR)/selftest.py.orig ; \
60c5e1a7c30e 18611536 Update nosetests to the latest version to work with Python 3
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    57
	cd $(COMPONENT_TEST_DIR); $(COMPONENT_TEST_ENV_CMD) \
60c5e1a7c30e 18611536 Update nosetests to the latest version to work with Python 3
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    58
                $(COMPONENT_TEST_ENV) \
60c5e1a7c30e 18611536 Update nosetests to the latest version to work with Python 3
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    59
                $(COMPONENT_TEST_CMD) setup.py build_tests)
60c5e1a7c30e 18611536 Update nosetests to the latest version to work with Python 3
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    60
60c5e1a7c30e 18611536 Update nosetests to the latest version to work with Python 3
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    61
# We need to adjust the script that is used to run the tests, to pick the
60c5e1a7c30e 18611536 Update nosetests to the latest version to work with Python 3
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    62
# appropriate nose in the proto area depending upon which version of Python
60c5e1a7c30e 18611536 Update nosetests to the latest version to work with Python 3
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    63
# we are running the tests against.
60c5e1a7c30e 18611536 Update nosetests to the latest version to work with Python 3
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    64
COMPONENT_PRE_TEST_ACTION = \
60c5e1a7c30e 18611536 Update nosetests to the latest version to work with Python 3
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    65
	$(GSED) -e "s|'build', 'lib\*'|'..', 'build', 'prototype', '$(MACH)', 'usr', 'lib', 'python$(PYTHON_VERSION)', 'vendor-packages\*'|" \
60c5e1a7c30e 18611536 Update nosetests to the latest version to work with Python 3
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    66
		$(SOURCE_DIR)/selftest.py.orig > $(SOURCE_DIR)/selftest.py
1890
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1434
diff changeset
    67
721
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    68
# common targets
1310
ed3f9d06a78b 16828763 Pure python should build with its own macros, not _32/_64
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 1247
diff changeset
    69
build:		$(BUILD_NO_ARCH)
721
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    70
1310
ed3f9d06a78b 16828763 Pure python should build with its own macros, not _32/_64
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 1247
diff changeset
    71
install:	$(INSTALL_NO_ARCH)
721
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    72
3735
70e97c209ac8 20460878 NOSE should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 2026
diff changeset
    73
# Note that it is currently not feasible to add master test file(s) for this
70e97c209ac8 20460878 NOSE should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 2026
diff changeset
    74
# component because "chances are you will experience odd, intermittent and
70e97c209ac8 20460878 NOSE should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 2026
diff changeset
    75
# unexplainable failures and errors" when using the multiprocess plug. See:
70e97c209ac8 20460878 NOSE should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 2026
diff changeset
    76
# http://nose.readthedocs.org/en/latest/plugins/multiprocess.html
70e97c209ac8 20460878 NOSE should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 2026
diff changeset
    77
# CR #20470423 has been filed to investigate these failures.
70e97c209ac8 20460878 NOSE should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 2026
diff changeset
    78
1890
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1434
diff changeset
    79
test:		$(TEST_NO_ARCH)
721
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    80
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    81
BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    82
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    83
include $(WS_TOP)/make-rules/depend.mk