debian/0000755000000000000000000000000012164347330007171 5ustar debian/source/0000755000000000000000000000000012164347142010472 5ustar debian/source/format0000644000000000000000000000001412164337411011676 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000170212164337411010250 0ustar #!/usr/bin/make -f PYTHON2=$(shell pyversions -vr) PYTHON3=$(shell py3versions -vr) %: dh $@ --with python2,python3 # The tests have to be run from an installed package, thus DEP 8 # instead of the following. #ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) #test-python%: # python$* /usr/bin/py.test --instafail # #override_dh_auto_test: $(PYTHON2:%=test-python%) $(PYTHON3:%=test-python%) #endif build-python%: python$* setup.py build override_dh_auto_build: $(PYTHON3:%=build-python%) dh_auto_build install-python%: python$* setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb override_dh_auto_install: $(PYTHON3:%=install-python%) dh_auto_install override_dh_installchangelogs: rst2html CHANGES.rst debian/tmp/CHANGES.html dh_installchangelogs -k debian/tmp/CHANGES.html override_dh_installdocs: rst2html README.rst debian/tmp/README.html dh_installdocs override_dh_auto_clean: dh_auto_clean rm -rf build rm -rf *.egg-info debian/python-pytest-instafail.pyremove0000644000000000000000000000004712164337411015600 0ustar pytest-instafail*.egg-info/SOURCES.txt debian/changelog0000644000000000000000000000023612164347125011046 0ustar pytest-instafail (0.1.0-1) unstable; urgency=low * Initial release (Closes: #714412) -- Barry Warsaw Mon, 01 Jul 2013 14:45:36 -0400 debian/tests/0000755000000000000000000000000012164347142010334 5ustar debian/tests/instafail0000755000000000000000000000005212164337411012227 0ustar py.test --instafail py.test-3 --instafail debian/tests/control0000644000000000000000000000007312164337411011735 0ustar Tests: instafail Depends: @, python-pytest, python3-pytest debian/copyright0000644000000000000000000000370012164337411011123 0ustar This work was packaged for Debian by: Barry A. Warsaw on 2013-07-01 It was downloaded from: Upstream Author: Janne Vanhala Copyright: (c) 2013 by Janne Vanhala License: Copyright (c) 2013, Janne Vanhala All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * The names of the contributors may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. The Debian packaging is: Copyright (C) 2013 Barry A. Warsaw and is licensed under the GPL version 3, see "/usr/share/common-licenses/GPL-3". debian/control0000644000000000000000000000303312164337411010572 0ustar Source: pytest-instafail Maintainer: Barry Warsaw Uploaders: Debian Python Modules Team Homepage: https://pypi.python.org/pypi/pytest-instafail Section: python X-Python-Version: >= 2.6 X-Python3-Version: >= 3.2 Priority: optional Build-Depends: debhelper (>= 8), autopkgtest, python-all (>= 2.6.6-3~), python-setuptools, python-pytest, python3-all, python3-setuptools, python3-pytest, python-docutils Standards-Version: 3.9.4 XS-Testsuite: autopkgtest Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pytest-instafail/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pytest-instafail/trunk/ Package: python-pytest-instafail-doc Architecture: all Section: doc Depends: ${sphinxdoc:Depends}, ${misc:Depends} Description: plugin for py.test that shows failures and errors instantly This is the common documentation package. Package: python-pytest-instafail Architecture: all Depends: ${python:Depends}, ${misc:Depends} Suggests: python-pytest-instafail-doc Description: plugin for py.test that shows failures and errors instantly This is the Python 2 compatible package. Package: python3-pytest-instafail Architecture: all Depends: ${python3:Depends}, ${misc:Depends} Suggests: python-pytest-instafail-doc Description: plugin for py.test that shows failures and errors instantly This is the Python 3 compatible package. debian/patches/0000755000000000000000000000000012164347142010621 5ustar debian/patches/unicode-setup.patch0000644000000000000000000000064312164337411014427 0ustar --- a/setup.py +++ b/setup.py @@ -1,9 +1,10 @@ +from codecs import open from setuptools import setup setup( name='pytest-instafail', description='py.test plugin to show failures instantly', - long_description=open("README.rst").read(), + long_description=open("README.rst", encoding='utf-8').read(), version='0.1.0', url='https://github.com/jpvanhal/pytest-instafail', license='BSD', debian/patches/series0000644000000000000000000000002412164337411012030 0ustar unicode-setup.patch debian/python-pytest-instafail.install0000644000000000000000000000002112164337411015370 0ustar usr/lib/python2* debian/watch0000644000000000000000000000014212164337411010216 0ustar version=3 https://pypi.python.org/packages/source/p/pytest-instafail/pytest-instafail-(.*).tar.gz debian/compat0000644000000000000000000000000212164337411010366 0ustar 8 debian/python-pytest-instafail-doc.docs0000644000000000000000000000002712164337411015423 0ustar debian/tmp/README.html debian/python3-pytest-instafail.install0000644000000000000000000000002012164337411015452 0ustar usr/lib/python3 debian/python-pytest-instafail.links0000644000000000000000000000012012164337411015042 0ustar usr/share/doc/pytest-instafail/html/_sources usr/share/doc/pytest-instafail/rst