author | Mike Sullivan <Mike.Sullivan@Oracle.COM> |
Mon, 11 Mar 2013 10:38:09 -0700 | |
branch | s11-update |
changeset 2520 | ceec631e74d1 |
parent 793 | d61540b7632a |
child 1205 | 6c6c27bcf9ac |
permissions | -rw-r--r-- |
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 |
set name=pkg.fmri value=pkg:/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
|
25 |
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
|
26 |
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
|
27 |
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
|
28 |
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
|
29 |
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
|
30 |
set name=org.opensolaris.consolidation value=$(CONSOLIDATION) |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
31 |
|
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
32 |
dir path=usr |
793
d61540b7632a
7157492 update nose to 1.1.2
Rich Burridge <rich.burridge@oracle.com>
parents:
751
diff
changeset
|
33 |
dir path=usr/bin |
721
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
34 |
dir path=usr/lib |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
35 |
dir path=usr/lib/python2.7 |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
36 |
dir path=usr/lib/python2.7/vendor-packages |
793
d61540b7632a
7157492 update nose to 1.1.2
Rich Burridge <rich.burridge@oracle.com>
parents:
751
diff
changeset
|
37 |
dir path=usr/lib/python2.7/vendor-packages/nose-$(COMPONENT_VERSION)-py2.7.egg-info/ |
721
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
38 |
dir path=usr/lib/python2.7/vendor-packages/nose |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
39 |
dir path=usr/lib/python2.7/vendor-packages/nose/ext |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
40 |
dir path=usr/lib/python2.7/vendor-packages/nose/plugins |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
41 |
dir path=usr/lib/python2.7/vendor-packages/nose/sphinx |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
42 |
|
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
43 |
# pkgdepend(1) and python 2.7 don't play well yet. |
751
32bfb3fa9b60
7155746 Userland python bits should use mediated links
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
724
diff
changeset
|
44 |
file path=usr/bin/nosetests-2.7 pkg.depend.bypass-generate=.* |
32bfb3fa9b60
7155746 Userland python bits should use mediated links
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
724
diff
changeset
|
45 |
file path=usr/lib/python2.7/vendor-packages/nose-$(COMPONENT_VERSION)-py2.7.egg-info/dependency_links.txt |
32bfb3fa9b60
7155746 Userland python bits should use mediated links
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
724
diff
changeset
|
46 |
file path=usr/lib/python2.7/vendor-packages/nose-$(COMPONENT_VERSION)-py2.7.egg-info/entry_points.txt |
32bfb3fa9b60
7155746 Userland python bits should use mediated links
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
724
diff
changeset
|
47 |
file path=usr/lib/python2.7/vendor-packages/nose-$(COMPONENT_VERSION)-py2.7.egg-info/not-zip-safe |
32bfb3fa9b60
7155746 Userland python bits should use mediated links
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
724
diff
changeset
|
48 |
file path=usr/lib/python2.7/vendor-packages/nose-$(COMPONENT_VERSION)-py2.7.egg-info/PKG-INFO |
32bfb3fa9b60
7155746 Userland python bits should use mediated links
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
724
diff
changeset
|
49 |
file path=usr/lib/python2.7/vendor-packages/nose-$(COMPONENT_VERSION)-py2.7.egg-info/SOURCES.txt |
32bfb3fa9b60
7155746 Userland python bits should use mediated links
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
724
diff
changeset
|
50 |
file path=usr/lib/python2.7/vendor-packages/nose-$(COMPONENT_VERSION)-py2.7.egg-info/top_level.txt |
721
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
51 |
file path=usr/lib/python2.7/vendor-packages/nose/__init__.py |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
52 |
file path=usr/lib/python2.7/vendor-packages/nose/case.py |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
53 |
file path=usr/lib/python2.7/vendor-packages/nose/commands.py |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
54 |
file path=usr/lib/python2.7/vendor-packages/nose/config.py |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
55 |
file path=usr/lib/python2.7/vendor-packages/nose/core.py |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
56 |
file path=usr/lib/python2.7/vendor-packages/nose/exc.py |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
57 |
file path=usr/lib/python2.7/vendor-packages/nose/ext/__init__.py |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
58 |
file path=usr/lib/python2.7/vendor-packages/nose/ext/dtcompat.py |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
59 |
file path=usr/lib/python2.7/vendor-packages/nose/failure.py |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
60 |
file path=usr/lib/python2.7/vendor-packages/nose/importer.py |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
61 |
file path=usr/lib/python2.7/vendor-packages/nose/inspector.py |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
62 |
file path=usr/lib/python2.7/vendor-packages/nose/loader.py |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
63 |
file path=usr/lib/python2.7/vendor-packages/nose/plugins/__init__.py |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
64 |
file path=usr/lib/python2.7/vendor-packages/nose/plugins/allmodules.py |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
65 |
file path=usr/lib/python2.7/vendor-packages/nose/plugins/attrib.py |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
66 |
file path=usr/lib/python2.7/vendor-packages/nose/plugins/base.py |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
67 |
file path=usr/lib/python2.7/vendor-packages/nose/plugins/builtin.py |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
68 |
file path=usr/lib/python2.7/vendor-packages/nose/plugins/capture.py |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
69 |
file path=usr/lib/python2.7/vendor-packages/nose/plugins/collect.py |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
70 |
file path=usr/lib/python2.7/vendor-packages/nose/plugins/cover.py |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
71 |
file path=usr/lib/python2.7/vendor-packages/nose/plugins/debug.py |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
72 |
file path=usr/lib/python2.7/vendor-packages/nose/plugins/deprecated.py |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
73 |
file path=usr/lib/python2.7/vendor-packages/nose/plugins/doctests.py |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
74 |
file path=usr/lib/python2.7/vendor-packages/nose/plugins/errorclass.py |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
75 |
file path=usr/lib/python2.7/vendor-packages/nose/plugins/failuredetail.py |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
76 |
file path=usr/lib/python2.7/vendor-packages/nose/plugins/isolate.py |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
77 |
file path=usr/lib/python2.7/vendor-packages/nose/plugins/logcapture.py |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
78 |
file path=usr/lib/python2.7/vendor-packages/nose/plugins/manager.py |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
79 |
file path=usr/lib/python2.7/vendor-packages/nose/plugins/multiprocess.py |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
80 |
file path=usr/lib/python2.7/vendor-packages/nose/plugins/plugintest.py |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
81 |
file path=usr/lib/python2.7/vendor-packages/nose/plugins/prof.py |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
82 |
file path=usr/lib/python2.7/vendor-packages/nose/plugins/skip.py |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
83 |
file path=usr/lib/python2.7/vendor-packages/nose/plugins/testid.py |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
84 |
file path=usr/lib/python2.7/vendor-packages/nose/plugins/xunit.py |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
85 |
file path=usr/lib/python2.7/vendor-packages/nose/proxy.py |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
86 |
file path=usr/lib/python2.7/vendor-packages/nose/pyversion.py |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
87 |
file path=usr/lib/python2.7/vendor-packages/nose/result.py |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
88 |
file path=usr/lib/python2.7/vendor-packages/nose/selector.py |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
89 |
file path=usr/lib/python2.7/vendor-packages/nose/sphinx/__init__.py |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
90 |
file path=usr/lib/python2.7/vendor-packages/nose/sphinx/pluginopts.py |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
91 |
file path=usr/lib/python2.7/vendor-packages/nose/suite.py |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
92 |
file path=usr/lib/python2.7/vendor-packages/nose/tools.py |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
93 |
file path=usr/lib/python2.7/vendor-packages/nose/twistedtools.py |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
94 |
file path=usr/lib/python2.7/vendor-packages/nose/usage.txt |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
95 |
file path=usr/lib/python2.7/vendor-packages/nose/util.py |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
96 |
|
751
32bfb3fa9b60
7155746 Userland python bits should use mediated links
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
724
diff
changeset
|
97 |
link path=usr/bin/nosetests target=nosetests-2.7 \ |
32bfb3fa9b60
7155746 Userland python bits should use mediated links
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
724
diff
changeset
|
98 |
mediator=python mediator-version=2.7 |
32bfb3fa9b60
7155746 Userland python bits should use mediated links
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
724
diff
changeset
|
99 |
|
721
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
100 |
# force a dependency on the Python 2.7 runtime |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
101 |
depend fmri=__TBD pkg.debug.depend.file=python2.7 \ |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
102 |
pkg.debug.depend.path=usr/bin type=require |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
103 |
|
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
104 |
# force a dependency on the nose package |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
105 |
depend fmri=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
|
106 |
type=require |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
107 |
|
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
108 |
license nose.license license=LGPLv2.1 |