components/python/pytest/pytest-PYVER.p5m
branchs11u2-sru
changeset 4156 4b1def16fe9b
parent 2881 8cae3c148a42
equal deleted inserted replaced
4146:097063f324c0 4156:4b1def16fe9b
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
    21 
       
    22 #
       
    23 # Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    24 #
    23 
    25 
    24 set name=pkg.fmri \
    26 set name=pkg.fmri \
    25     value=pkg:/library/python-2/pytest-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27     value=pkg:/library/python-2/pytest-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26 set name=pkg.summary value="Python testing tool"
    28 set name=pkg.summary value="Python testing tool"
    27 set name=pkg.description \
    29 set name=pkg.description \
    28     value="The Python py.test testing tool makes it easy to write small tests, yet scales to support complex functional testing."
    30     value="The Python py.test testing tool makes it easy to write small tests, yet scales to support complex functional testing."
    29 set name=com.oracle.info.description value="the Python pytest module"
    31 set name=com.oracle.info.description value="the Python pytest module"
    30 set name=com.oracle.info.tpno value=14503
    32 set name=com.oracle.info.tpno value=$(TPNO)
    31 set name=info.classification \
    33 set name=info.classification \
    32     value=org.opensolaris.category.2008:Development/Python
    34     value=org.opensolaris.category.2008:Development/Python
    33 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    35 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    34 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    36 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    35 set name=org.opensolaris.arc-caseid value=PSARC/2013/352
    37 set name=org.opensolaris.arc-caseid value=PSARC/2013/352
    36 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    38 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    37 link path=usr/bin/py.test target=py.test-$(PYVER) mediator=python \
    39 link path=usr/bin/py.test target=py.test-$(PYVER) mediator=python \
    38     mediator-version=$(PYVER)
    40     mediator-version=$(PYVER)
       
    41 #
    39 file path=usr/bin/py.test-$(PYVER)
    42 file path=usr/bin/py.test-$(PYVER)
    40 file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/__init__.py
    43 file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/__init__.py
       
    44 file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/_argcomplete.py
    41 file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/assertion/__init__.py
    45 file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/assertion/__init__.py
    42 file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/assertion/newinterpret.py
    46 file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/assertion/newinterpret.py
    43 file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/assertion/oldinterpret.py
    47 file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/assertion/oldinterpret.py
    44 file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/assertion/reinterpret.py
    48 file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/assertion/reinterpret.py
    45 file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/assertion/rewrite.py
    49 file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/assertion/rewrite.py
    74 file path=usr/lib/python$(PYVER)/vendor-packages/pytest-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
    78 file path=usr/lib/python$(PYVER)/vendor-packages/pytest-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
    75 file path=usr/lib/python$(PYVER)/vendor-packages/pytest-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
    79 file path=usr/lib/python$(PYVER)/vendor-packages/pytest-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
    76 file path=usr/lib/python$(PYVER)/vendor-packages/pytest-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
    80 file path=usr/lib/python$(PYVER)/vendor-packages/pytest-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
    77 file path=usr/lib/python$(PYVER)/vendor-packages/pytest-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
    81 file path=usr/lib/python$(PYVER)/vendor-packages/pytest-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
    78 file path=usr/lib/python$(PYVER)/vendor-packages/pytest.py
    82 file path=usr/lib/python$(PYVER)/vendor-packages/pytest.py
       
    83 #
    79 license pytest.license license=MIT
    84 license pytest.license license=MIT
       
    85 
       
    86 # force a dependency on argparse; pkgdepend work is needed to flush this out.
       
    87 depend type=require fmri=library/python-2/argparse-$(PYV)
       
    88 
       
    89 # force a dependency on py; pkgdepend work is needed to flush this out.
       
    90 depend type=require fmri=library/python-2/py-$(PYV)
    80 
    91 
    81 # force a dependency on the pytest package
    92 # force a dependency on the pytest package
    82 depend type=require \
    93 depend type=require \
    83     fmri=library/python-2/pytest@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    94     fmri=library/python-2/pytest@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)