components/python/pytest/pytest-PYVER.p5m
author John Beck <John.Beck@Oracle.COM>
Fri, 13 Jun 2014 12:36:52 -0700
changeset 1948 2d1537e7942d
parent 1907 446472de62e9
child 2060 a9ad5cd0ec29
permissions -rw-r--r--
18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1607
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
1890
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1666
diff changeset
    21
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1666
diff changeset
    22
#
1666
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1607
diff changeset
    23
# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
1607
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
#
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
set name=pkg.fmri \
1666
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1607
diff changeset
    27
    value=pkg:/library/python/pytest-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
1607
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
set name=pkg.summary value="Python testing tool"
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    29
set name=pkg.description \
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
    value="The Python py.test testing tool makes it easy to write small tests, yet scales to support complex functional testing."
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    31
set name=com.oracle.info.description value="the Python pytest module"
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1907
diff changeset
    32
set name=com.oracle.info.tpno value=$(TPNO)
1607
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
set name=info.classification \
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    34
    value=org.opensolaris.category.2008:Development/Python
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    35
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    36
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
set name=org.opensolaris.arc-caseid value=PSARC/2013/352
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    38
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    39
link path=usr/bin/py.test target=py.test-$(PYVER) mediator=python \
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
    mediator-version=$(PYVER)
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    41
file path=usr/bin/py.test-$(PYVER)
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    42
file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/__init__.py
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/assertion/__init__.py
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/assertion/newinterpret.py
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    45
file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/assertion/oldinterpret.py
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    46
file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/assertion/reinterpret.py
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    47
file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/assertion/rewrite.py
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    48
file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/assertion/util.py
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    49
file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/capture.py
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    50
file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/config.py
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    51
file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/core.py
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    52
file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/doctest.py
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    53
file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/genscript.py
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    54
file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/helpconfig.py
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    55
file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/hookspec.py
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    56
file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/junitxml.py
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    57
file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/main.py
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    58
file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/mark.py
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    59
file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/monkeypatch.py
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    60
file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/nose.py
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    61
file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/pastebin.py
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    62
file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/pdb.py
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    63
file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/pytester.py
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    64
file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/python.py
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    65
file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/recwarn.py
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    66
file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/resultlog.py
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    67
file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/runner.py
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    68
file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/skipping.py
1907
446472de62e9 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents: 1890
diff changeset
    69
# Python 3 has pickle instead of cPickle. The code is written properly, but
446472de62e9 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents: 1890
diff changeset
    70
# pkgdepend is not (yet) smart enough to grok the difference; see 18697587.
446472de62e9 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents: 1890
diff changeset
    71
file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/standalonetemplate.py \
446472de62e9 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents: 1890
diff changeset
    72
    pkg.depend.bypass-generate=.*cPickle.*
1607
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    73
file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/terminal.py
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    74
file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/tmpdir.py
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    75
file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/unittest.py
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    76
file path=usr/lib/python$(PYVER)/vendor-packages/pytest-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    77
file path=usr/lib/python$(PYVER)/vendor-packages/pytest-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    78
file path=usr/lib/python$(PYVER)/vendor-packages/pytest-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    79
file path=usr/lib/python$(PYVER)/vendor-packages/pytest-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    80
file path=usr/lib/python$(PYVER)/vendor-packages/pytest-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    81
file path=usr/lib/python$(PYVER)/vendor-packages/pytest-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    82
file path=usr/lib/python$(PYVER)/vendor-packages/pytest-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    83
file path=usr/lib/python$(PYVER)/vendor-packages/pytest.py
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    84
license pytest.license license=MIT
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    85
1666
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1607
diff changeset
    86
# force the rename with an optional dependency on the old name
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1607
diff changeset
    87
depend type=optional \
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1607
diff changeset
    88
    fmri=library/python-2/pytest-$(PYV)@2.3.5,5.12-5.12.0.0.0.41.0
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1607
diff changeset
    89
1890
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1666
diff changeset
    90
# force a dependency on py; pkgdepend work is needed to flush this out.
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1666
diff changeset
    91
depend type=require fmri=library/python/py-$(PYV)
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1666
diff changeset
    92
1607
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    93
# force a dependency on the pytest package
861db9bed008 PSARC 2013/352 pytest version 2.3.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    94
depend type=require \
1666
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1607
diff changeset
    95
    fmri=library/python/pytest@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)