author | Mike Sullivan <Mike.Sullivan@Oracle.COM> |
Wed, 07 Mar 2012 11:30:43 -0800 | |
changeset 724 | 2168b2449dc8 |
parent 721 | 2c6e5942629e |
child 751 | 32bfb3fa9b60 |
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/[email protected]$(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 |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
33 |
dir path=usr/lib |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
34 |
dir path=usr/lib/python2.7 |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
35 |
dir path=usr/lib/python2.7/vendor-packages |
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/nose |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
37 |
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
|
38 |
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
|
39 |
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
|
40 |
|
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
|
41 |
# nosetests-2.7 shows up and egg-info turns into a directory |
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
|
42 |
# structure when the 2.7 version of setuptools appears, but |
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
|
43 |
# we are not there yet |
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
|
44 |
file 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
|
45 |
# pkgdepend(1) and python 2.7 don't play well yet. |
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
|
46 |
#file path=usr/bin/nosetests-2.7 pkg.depend.bypass-generate=.* |
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
|
47 |
#file path=usr/lib/python2.7/vendor-packages/nose-$(COMPONENT_VERSION)-py2.7.egg-info/dependency_links.txt |
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
|
48 |
#file path=usr/lib/python2.7/vendor-packages/nose-$(COMPONENT_VERSION)-py2.7.egg-info/entry_points.txt |
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
|
49 |
#file path=usr/lib/python2.7/vendor-packages/nose-$(COMPONENT_VERSION)-py2.7.egg-info/not-zip-safe |
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
|
50 |
#file path=usr/lib/python2.7/vendor-packages/nose-$(COMPONENT_VERSION)-py2.7.egg-info/PKG-INFO |
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
|
51 |
#file path=usr/lib/python2.7/vendor-packages/nose-$(COMPONENT_VERSION)-py2.7.egg-info/SOURCES.txt |
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
|
52 |
#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
|
53 |
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
|
54 |
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
|
55 |
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
|
56 |
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
|
57 |
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
|
58 |
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
|
59 |
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
|
60 |
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
|
61 |
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
|
62 |
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
|
63 |
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
|
64 |
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
|
65 |
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
|
66 |
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
|
67 |
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
|
68 |
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
|
69 |
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
|
70 |
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
|
71 |
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
|
72 |
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
|
73 |
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
|
74 |
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
|
75 |
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
|
76 |
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
|
77 |
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
|
78 |
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
|
79 |
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
|
80 |
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
|
81 |
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
|
82 |
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
|
83 |
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
|
84 |
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
|
85 |
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
|
86 |
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
|
87 |
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
|
88 |
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
|
89 |
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
|
90 |
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
|
91 |
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
|
92 |
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
|
93 |
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
|
94 |
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
|
95 |
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
|
96 |
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
|
97 |
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
|
98 |
|
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
99 |
# 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
|
100 |
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
|
101 |
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
|
102 |
|
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
103 |
# force a dependency on the nose package |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
104 |
depend fmri=library/python-2/[email protected]$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \ |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
105 |
type=require |
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
106 |
|
2c6e5942629e
PSARC 2011/198 python-nose 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
107 |
license nose.license license=LGPLv2.1 |