components/python/pytest/pytest-PYVER.p5m
changeset 3732 0f62cc221c7e
parent 2060 a9ad5cd0ec29
child 3998 5bd484384122
equal deleted inserted replaced
3731:7b09b73a67a4 3732:0f62cc221c7e
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 set name=pkg.fmri \
    26 set name=pkg.fmri \
    27     value=pkg:/library/python/pytest-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27     value=pkg:/library/python/pytest-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    28 set name=pkg.summary value="Python testing tool"
    28 set name=pkg.summary value="Python testing tool"
    69 # Python 3 has pickle instead of cPickle. The code is written properly, but
    69 # Python 3 has pickle instead of cPickle. The code is written properly, but
    70 # pkgdepend is not (yet) smart enough to grok the difference; see 18697587.
    70 # pkgdepend is not (yet) smart enough to grok the difference; see 18697587.
    71 # The bypass for zlib is temporary until pkgdepend learns about PEP 3149,
    71 # The bypass for zlib is temporary until pkgdepend learns about PEP 3149,
    72 # new in Python 3.x; see 19510349.
    72 # new in Python 3.x; see 19510349.
    73 file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/standalonetemplate.py \
    73 file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/standalonetemplate.py \
    74     pkg.depend.bypass-generate=.*cPickle.* \
    74     pkg.depend.bypass-generate=.*cPickle.* pkg.depend.bypass-generate=.*zlib.*
    75     pkg.depend.bypass-generate=.*zlib.*
       
    76 file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/terminal.py
    75 file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/terminal.py
    77 file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/tmpdir.py
    76 file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/tmpdir.py
    78 file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/unittest.py
    77 file path=usr/lib/python$(PYVER)/vendor-packages/_pytest/unittest.py
    79 file path=usr/lib/python$(PYVER)/vendor-packages/pytest-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
    78 file path=usr/lib/python$(PYVER)/vendor-packages/pytest-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
    80 file path=usr/lib/python$(PYVER)/vendor-packages/pytest-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
    79 file path=usr/lib/python$(PYVER)/vendor-packages/pytest-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt