debian/0000775000000000000000000000000012142417046007171 5ustar debian/source/0000775000000000000000000000000012142417046010471 5ustar debian/source/format0000664000000000000000000000001411525121314011671 0ustar 3.0 (quilt) debian/control0000664000000000000000000000166712142416411010601 0ustar Source: python-venusian Section: python Priority: extra Maintainer: Debian Python Modules Team Uploaders: TANIGUCHI Takaki Build-Depends: debhelper (>= 7.0.50~), python-all(>= 2.6.6-3), python-setuptools, python-nose Standards-Version: 3.9.3 Homepage: http://www.repoze.org Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-venusian/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-venusian/trunk/ Package: python-venusian Architecture: all Depends: ${python:Depends}, ${misc:Depends} Provides: ${python:Provides} Description: library for deferring decorator actions Venusian is a library which allows framework authors to defer decorator actions. Instead of taking actions when a function (or class) decorator is executed at import time, you can defer the action usually taken by the decorator until a separate "scan" phase. debian/docs0000664000000000000000000000004411752353463010052 0ustar COPYRIGHT.txt README.txt README.txt debian/copyright0000664000000000000000000001211711752353204011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: python-venusian Source: http://pypi.python.org/pypi/venusian Files: * Copyright: 2010 Agendaless Consulting and Contributors. License: other A copyright notice accompanies this license document that identifies the copyright holders. . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions in source code must retain the accompanying copyright notice, this list of conditions, and the following disclaimer. . 2. Redistributions in binary form must reproduce the accompanying copyright notice, this list of conditions, and the following disclaimer in the documentation and/or other materials provided with the distribution. . 3. Names of the copyright holders must not be used to endorse or promote products derived from this software without prior written permission from the copyright holders. . 4. If any files are modified, you must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. . Disclaimer . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED 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 HOLDERS 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. Files: venusian/advice.py venusian/tests/test_advice.py Copyright: 2003 Zope Corporation and Contributors. License: Zope-2.1 A copyright notice accompanies this license document that identifies the copyright holders. . This license has been certified as open source. It has also been designated as GPL compatible by the Free Software Foundation (FSF). . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions in source code must retain the accompanying copyright notice, this list of conditions, and the following disclaimer. . 2. Redistributions in binary form must reproduce the accompanying copyright notice, this list of conditions, and the following disclaimer in the documentation and/or other materials provided with the distribution. . 3. Names of the copyright holders must not be used to endorse or promote products derived from this software without prior written permission from the copyright holders. . 4. The right to distribute this software or to use it for any purpose does not give you the right to use Servicemarks (sm) or Trademarks (tm) of the copyright holders. Use of them is covered by separate agreement with the copyright holders. . 5. If any files are modified, you must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. . Disclaimer . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED 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 HOLDERS 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. Files: debian/* Copyright: 2010-2011 TANIGUCHI Takaki License: GPL-3 This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". debian/clean0000664000000000000000000000007112033165207010172 0ustar venusian.egg-info/PKG-INFO venusian.egg-info/SOURCES.txt debian/changelog0000664000000000000000000000447612142416751011060 0ustar python-venusian (1.0a8-1) unstable; urgency=low [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. [ TANIGUCHI Takaki ] * New upstream release -- TANIGUCHI Takaki Wed, 08 May 2013 18:41:58 +0900 python-venusian (1.0a6-1) unstable; urgency=low * New upstream release -- TANIGUCHI Takaki Wed, 09 May 2012 11:29:07 +0900 python-venusian (1.0a3-2) unstable; urgency=low * Oops, update debian/copyright URI, again. -- TANIGUCHI Takaki Sun, 26 Feb 2012 19:06:56 +0900 python-venusian (1.0a3-1) unstable; urgency=low * New upstream release * Bump standards version to 3.9.3. + Update debian/copyright URI. -- TANIGUCHI Takaki Sun, 26 Feb 2012 19:01:07 +0900 python-venusian (1.0a2-1) unstable; urgency=low * New upstream release -- TANIGUCHI Takaki Thu, 06 Oct 2011 21:23:38 +0900 python-venusian (1.0a1-1) unstable; urgency=low * New upstream release -- TANIGUCHI Takaki Sun, 02 Oct 2011 17:35:16 +0900 python-venusian (0.9-1) unstable; urgency=low * New upstream release -- TANIGUCHI Takaki Mon, 20 Jun 2011 10:45:34 +0900 python-venusian (0.7-4) unstable; urgency=low * Team upload. * Add python-nose to Build-Depends (Closes: #625126) * Standards-Version bumped to 3.9.2 (no changes needed) -- Piotr Ożarowski Sun, 22 May 2011 00:17:16 +0200 python-venusian (0.7-3) unstable; urgency=low * Team upload. * Rebuild to add Python 2.7 support -- Piotr Ożarowski Sun, 08 May 2011 16:45:36 +0200 python-venusian (0.7-2) unstable; urgency=low * debian/copyright: Add copyright infomation. (Closes: #612791) -- TANIGUCHI Takaki Tue, 05 Apr 2011 23:12:08 +0900 python-venusian (0.7-1) unstable; urgency=low * New upstream release * debian/rules: switch to dh_python2 -- TANIGUCHI Takaki Mon, 21 Mar 2011 11:38:02 +0900 python-venusian (0.6-1) unstable; urgency=low * New upstream release * debian/clean: Added. -- TANIGUCHI Takaki Fri, 11 Feb 2011 12:45:41 +0900 python-venusian (0.4-1) unstable; urgency=low * Initial release (Closes: #604998) -- TANIGUCHI Takaki Fri, 26 Nov 2010 10:23:39 +0900 debian/watch0000664000000000000000000000012311525121314010210 0ustar version=3 http://pypi.python.org/packages/source/v/venusian/venusian-(.*)\.tar\.gz debian/rules0000775000000000000000000000005612142416364010254 0ustar #!/usr/bin/make -f %: dh $@ --with python2 debian/compat0000664000000000000000000000000211525121314010361 0ustar 7