components/python/nose/nose-27.p5m
changeset 1247 6b8e3d1edadd
parent 1246 164605dfef4e
child 1248 8b78906f3eb9
equal deleted inserted replaced
1246:164605dfef4e 1247:6b8e3d1edadd
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 # Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 
       
    24 set name=pkg.fmri value=pkg:/library/python-2/nose-27@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    25 set name=pkg.summary value="A unittest-based testing framework for python that makes writing and running tests easier"
       
    26 set name=com.oracle.info.description value="the nose unit test framework for Python 2.7"
       
    27 set name=com.oracle.info.tpno value=6585
       
    28 set name=info.classification value=org.opensolaris.category.2008:Development/Python
       
    29 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    30 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    31 set name=org.opensolaris.arc-caseid value=PSARC/2011/198
       
    32 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    33 
       
    34 dir path=usr
       
    35 dir path=usr/bin
       
    36 dir path=usr/lib
       
    37 dir path=usr/lib/python2.7
       
    38 dir path=usr/lib/python2.7/vendor-packages
       
    39 dir path=usr/lib/python2.7/vendor-packages/nose-$(COMPONENT_VERSION)-py2.7.egg-info/
       
    40 dir path=usr/lib/python2.7/vendor-packages/nose
       
    41 dir path=usr/lib/python2.7/vendor-packages/nose/ext
       
    42 dir path=usr/lib/python2.7/vendor-packages/nose/plugins
       
    43 dir path=usr/lib/python2.7/vendor-packages/nose/sphinx
       
    44 
       
    45 # pkgdepend(1) and python 2.7 don't play well yet.
       
    46 file path=usr/bin/nosetests-2.7 pkg.depend.bypass-generate=.*
       
    47 file path=usr/lib/python2.7/vendor-packages/nose-$(COMPONENT_VERSION)-py2.7.egg-info/dependency_links.txt
       
    48 file path=usr/lib/python2.7/vendor-packages/nose-$(COMPONENT_VERSION)-py2.7.egg-info/entry_points.txt
       
    49 file path=usr/lib/python2.7/vendor-packages/nose-$(COMPONENT_VERSION)-py2.7.egg-info/not-zip-safe
       
    50 file path=usr/lib/python2.7/vendor-packages/nose-$(COMPONENT_VERSION)-py2.7.egg-info/PKG-INFO
       
    51 file path=usr/lib/python2.7/vendor-packages/nose-$(COMPONENT_VERSION)-py2.7.egg-info/SOURCES.txt
       
    52 file path=usr/lib/python2.7/vendor-packages/nose-$(COMPONENT_VERSION)-py2.7.egg-info/top_level.txt
       
    53 file path=usr/lib/python2.7/vendor-packages/nose/__init__.py
       
    54 file path=usr/lib/python2.7/vendor-packages/nose/case.py
       
    55 file path=usr/lib/python2.7/vendor-packages/nose/commands.py
       
    56 file path=usr/lib/python2.7/vendor-packages/nose/config.py
       
    57 file path=usr/lib/python2.7/vendor-packages/nose/core.py
       
    58 file path=usr/lib/python2.7/vendor-packages/nose/exc.py
       
    59 file path=usr/lib/python2.7/vendor-packages/nose/ext/__init__.py
       
    60 file path=usr/lib/python2.7/vendor-packages/nose/ext/dtcompat.py
       
    61 file path=usr/lib/python2.7/vendor-packages/nose/failure.py
       
    62 file path=usr/lib/python2.7/vendor-packages/nose/importer.py
       
    63 file path=usr/lib/python2.7/vendor-packages/nose/inspector.py
       
    64 file path=usr/lib/python2.7/vendor-packages/nose/loader.py
       
    65 file path=usr/lib/python2.7/vendor-packages/nose/plugins/__init__.py
       
    66 file path=usr/lib/python2.7/vendor-packages/nose/plugins/allmodules.py
       
    67 file path=usr/lib/python2.7/vendor-packages/nose/plugins/attrib.py
       
    68 file path=usr/lib/python2.7/vendor-packages/nose/plugins/base.py
       
    69 file path=usr/lib/python2.7/vendor-packages/nose/plugins/builtin.py
       
    70 file path=usr/lib/python2.7/vendor-packages/nose/plugins/capture.py
       
    71 file path=usr/lib/python2.7/vendor-packages/nose/plugins/collect.py
       
    72 file path=usr/lib/python2.7/vendor-packages/nose/plugins/cover.py
       
    73 file path=usr/lib/python2.7/vendor-packages/nose/plugins/debug.py
       
    74 file path=usr/lib/python2.7/vendor-packages/nose/plugins/deprecated.py
       
    75 file path=usr/lib/python2.7/vendor-packages/nose/plugins/doctests.py
       
    76 file path=usr/lib/python2.7/vendor-packages/nose/plugins/errorclass.py
       
    77 file path=usr/lib/python2.7/vendor-packages/nose/plugins/failuredetail.py
       
    78 file path=usr/lib/python2.7/vendor-packages/nose/plugins/isolate.py
       
    79 file path=usr/lib/python2.7/vendor-packages/nose/plugins/logcapture.py
       
    80 file path=usr/lib/python2.7/vendor-packages/nose/plugins/manager.py
       
    81 file path=usr/lib/python2.7/vendor-packages/nose/plugins/multiprocess.py
       
    82 file path=usr/lib/python2.7/vendor-packages/nose/plugins/plugintest.py
       
    83 file path=usr/lib/python2.7/vendor-packages/nose/plugins/prof.py
       
    84 file path=usr/lib/python2.7/vendor-packages/nose/plugins/skip.py
       
    85 file path=usr/lib/python2.7/vendor-packages/nose/plugins/testid.py
       
    86 file path=usr/lib/python2.7/vendor-packages/nose/plugins/xunit.py
       
    87 file path=usr/lib/python2.7/vendor-packages/nose/proxy.py
       
    88 file path=usr/lib/python2.7/vendor-packages/nose/pyversion.py
       
    89 file path=usr/lib/python2.7/vendor-packages/nose/result.py
       
    90 file path=usr/lib/python2.7/vendor-packages/nose/selector.py
       
    91 file path=usr/lib/python2.7/vendor-packages/nose/sphinx/__init__.py
       
    92 file path=usr/lib/python2.7/vendor-packages/nose/sphinx/pluginopts.py
       
    93 file path=usr/lib/python2.7/vendor-packages/nose/suite.py
       
    94 file path=usr/lib/python2.7/vendor-packages/nose/tools.py
       
    95 file path=usr/lib/python2.7/vendor-packages/nose/twistedtools.py
       
    96 file path=usr/lib/python2.7/vendor-packages/nose/usage.txt
       
    97 file path=usr/lib/python2.7/vendor-packages/nose/util.py
       
    98 
       
    99 link path=usr/bin/nosetests target=nosetests-2.7 \
       
   100     mediator=python mediator-version=2.7
       
   101 
       
   102 # force a dependency on the Python 2.7 runtime
       
   103 depend fmri=__TBD pkg.debug.depend.file=python2.7 \
       
   104 	pkg.debug.depend.path=usr/bin type=require
       
   105 
       
   106 # force a dependency on the nose package
       
   107 depend fmri=library/python-2/nose@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \
       
   108     type=require
       
   109 
       
   110 license nose.license license=LGPLv2.1