debian/0000755000000000000000000000000012263612122007163 5ustar debian/python-hamcrest.install0000644000000000000000000000002112060215254013671 0ustar usr/lib/python2* debian/python3-hamcrest.install0000644000000000000000000000002112060215254013754 0ustar usr/lib/python3* debian/rules0000755000000000000000000000076412165617773010274 0ustar #!/usr/bin/make -f # http://wiki.debian.org/Python/LibraryStyleGuide PYTHON2=$(shell pyversions -vr) PYTHON3=$(shell py3versions -vr) %: dh $@ --with python2,python3 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_auto_clean: dh_auto_clean rm -rf build debian/compat0000644000000000000000000000000211672421304010364 0ustar 7 debian/copyright0000644000000000000000000000405211672421304011122 0ustar This work was packaged for Debian by: David Villa Alises on Sun, 25 Sep 2011 00:52:34 +0200 It was downloaded from: http://code.google.com/p/hamcrest/downloads/list Upstream Author: Joe Walnes and others Copyright: Copyright (C) 2011 Joe Walnes License: BSD License Copyright 2011 hamcrest.org 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. Neither the name of Hamcrest nor the names of its contributors may 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 OWNER OR CONTRIBUTORS 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. END OF TERMS AND CONDITIONS The Debian packaging is: Copyright (C) 2011 David Villa Alises and is licensed under the GPL version 3, see above. On Debian systems, the complete text of the BSD can be found in `/usr/share/common-licenses/GPL-3'. debian/examples0000644000000000000000000000001311703376501010724 0ustar examples/* debian/clean0000644000000000000000000000003212165617773010205 0ustar PyHamcrest-1.6.egg-info/* debian/control0000644000000000000000000000452012263612050010567 0ustar Source: pyhamcrest Section: python Priority: optional Maintainer: David Villa Alises Uploaders: Debian Python Modules Team Build-Depends: debhelper (>= 7.0.50), python-all (>= 2.6.6-3), python-setuptools (>= 0.6b3), python3-all, python3-setuptools Standards-Version: 3.9.5 Homepage: http://code.google.com/p/hamcrest Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pyhamcrest/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pyhamcrest/trunk/ Package: python-hamcrest Architecture: all Depends: ${misc:Depends}, ${python:Depends} Description: Hamcrest framework for matcher objects (Python 2) PyHamcrest is a framework for writing matcher objects, allowing you to declaratively define "match" rules. There are a number of situations where matchers are invaluable, such as UI validation, or data filtering, but it is in the area of writing flexible tests that matchers are most commonly used. This tutorial shows you how to use PyHamcrest for unit testing. . When writing tests it is sometimes difficult to get the balance right between overspecifying the test (and making it brittle to changes), and not specifying enough (making the test less valuable since it continues to pass even when the thing being tested is broken). Having a tool that allows you to pick out precisely the aspect under test and describe the values it should have, to a Package: python3-hamcrest Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: Hamcrest framework for matcher objects (Python 3) PyHamcrest is a framework for writing matcher objects, allowing you to declaratively define "match" rules. There are a number of situations where matchers are invaluable, such as UI validation, or data filtering, but it is in the area of writing flexible tests that matchers are most commonly used. This tutorial shows you how to use PyHamcrest for unit testing. . When writing tests it is sometimes difficult to get the balance right between overspecifying the test (and making it brittle to changes), and not specifying enough (making the test less valuable since it continues to pass even when the thing being tested is broken). Having a tool that allows you to pick out precisely the aspect under test and describe the values it should have, to a debian/watch0000644000000000000000000000045012263612050010213 0ustar version=3 https://pypi.python.org/packages/source/P/PyHamcrest/PyHamcrest-([\d.]+)\.tar\.gz #http://code.google.com/p/hamcrest/downloads/list?can=1 \ #.*/PyHamcrest-(\d[\d\.]*)\.(?:zip|tgz|tbz2|txz|tar\.gz|tar\.bz2|tar\.xz) #http://googlecode.debian.net/p/hamcrest/PyHamcrest-([\d.]+)\.tar\.gz debian/source/0000755000000000000000000000000011770437336010501 5ustar debian/source/format0000644000000000000000000000001411672421304011674 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000251112263612050011034 0ustar pyhamcrest (1.8.0-1) unstable; urgency=low * New release * debian/watch: uscan on "https://pypi.python.org/packages/source/P/PyHamcrest/" due to "https://code.google.com/p/hamcrest/downloads/list" seems to be outdated -- David Villa Alises Thu, 09 Jan 2014 19:04:41 +0100 pyhamcrest (1.6-4) UNRELEASED; urgency=low * Use canonical URIs for Vcs-* fields. -- Jakub Wilk Sun, 05 May 2013 16:01:46 +0200 pyhamcrest (1.6-3) unstable; urgency=low * debian/control: new binary package: python3-hamcrest * debian/control: new build-depends: python3-all, python3-setuptools * debian/rules: removing egg in override_dh_auto_clean (Closes: #671190) * debian/rules: overriding to install python3 files * change maintainer email address to David.Villa@gmail.com * thanks to Piotr Ożarowski -- David Villa Alises Wed, 28 Nov 2012 12:06:30 +0100 pyhamcrest (1.6-2) UNRELEASED; urgency=low * debian/watch changed to code.google.com URL -- David Villa Alises Mon, 02 Apr 2012 01:13:03 +0200 pyhamcrest (1.6-1) unstable; urgency=low * Initial release (Closes: #642959). * Source package files initially created by stdeb 0.6.0+git -- David Villa Alises Tue, 13 Dec 2011 16:41:20 +0100