components/python/nose/nose.p5m
author Rich Burridge <rich.burridge@oracle.com>
Mon, 23 Apr 2012 13:01:22 -0700
changeset 793 d61540b7632a
parent 721 2c6e5942629e
child 1205 6c6c27bcf9ac
permissions -rw-r--r--
7157492 update nose to 1.1.2
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
# 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
    22
#
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    23
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
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
set name=pkg.fmri value=pkg:/library/python-2/nose@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
set name=pkg.summary value="A unittest-based testing framework for python that makes writing and running tests easier"
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
set name=info.classification value="org.opensolaris.category.2008:Development/Python"
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    29
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    31
set name=org.opensolaris.arc-caseid value=PSARC/2011/198
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    32
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
793
d61540b7632a 7157492 update nose to 1.1.2
Rich Burridge <rich.burridge@oracle.com>
parents: 721
diff changeset
    34
dir path=usr
d61540b7632a 7157492 update nose to 1.1.2
Rich Burridge <rich.burridge@oracle.com>
parents: 721
diff changeset
    35
dir path=usr/share
721
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    36
dir path=usr/share/man
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
dir path=usr/share/man/man1
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    38
file nosetests.1 path=usr/share/man/man1/nosetests.1
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
depend fmri=library/python-2/nose-26@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    41
    predicate=runtime/python-26 \
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    42
    type=conditional
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
depend fmri=library/python-2/nose-27@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
    predicate=runtime/python-27 \
2c6e5942629e PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    45
    type=conditional
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
license nose.license license=LGPLv2.1