debian/0000755000000000000000000000000012276705777007212 5ustar debian/docs0000644000000000000000000000016211622223056010037 0ustar BFG_HISTORY.txt CONTRIBUTORS.txt COPYRIGHT.txt HACKING.txt HISTORY.txt README.rst RELEASING.txt TODO.txt TODO.txt debian/copyright0000644000000000000000000001470511733241663011136 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Pyramid Source: Homepage: http://pypi.python.org/pypi/pyramid Files: * Copyright: 2008-2011 Agendaless Consulting and Contributors License: other The majority of the code in repoze.bfg is supplied under this license: . 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: pyramid/location.py Copyright: 2003 Zope Corporation and Contributors License: Zope-2.1 Zope Public License (ZPL) Version 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: pyramid/compat/__init__.py Copyright: Django Software Foundation and individual contributors. License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. 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. . 3. Neither the name of Django 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. Files: debian/* Copyright: 2011, TANIGUCHI Takaki License: GPL-2+ This program 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 2, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/changelog0000644000000000000000000000604412276705777011070 0ustar python-pyramid (1.4.5+dfsg-1ubuntu1) trusty; urgency=medium * Fix build failure with /usr/share/pyshared removed. -- Matthias Klose Wed, 12 Feb 2014 15:57:29 +0100 python-pyramid (1.4.5+dfsg-1) unstable; urgency=low * New upstream release -- TANIGUCHI Takaki Fri, 06 Sep 2013 11:23:08 +0900 python-pyramid (1.4.2+dfsg-1) unstable; urgency=low [ TANIGUCHI Takaki ] * New upstream release * Bump Standards-Version to 3.9.4. + debian/copyright: Update copyright-format 1.0. * debian/source/options: Ignore egg-file changes. (Closes: #671195) * New upstream release [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. -- TANIGUCHI Takaki Mon, 17 Jun 2013 21:14:50 +0900 python-pyramid (1.2.3+dfsg-1) unstable; urgency=low [ Ansgar Burchardt ] * Make dependency on python-pastescript versioned (>= 1.7.4). [ TANIGUCHI Takaki ] * New upstream release -- TANIGUCHI Takaki Thu, 01 Dec 2011 10:39:14 +0900 python-pyramid (1.2.1+dfsg-2) unstable; urgency=low * Oops, Depends on python-venusian >= 1.0a1. -- TANIGUCHI Takaki Sun, 02 Oct 2011 20:44:39 +0900 python-pyramid (1.2.1+dfsg-1) unstable; urgency=low * New upstream release * Depends on python-venusian >= 1.0a. (Closes: #643915) -- TANIGUCHI Takaki Sun, 02 Oct 2011 20:14:51 +0900 python-pyramid (1.2+dfsg-1) unstable; urgency=low [ Jakub Wilk ] * Add Vcs-* fields. [ TANIGUCHI Takaki ] * New upstream release. (Closes: #636469) * Remove docs due to under non-DFSG license. (Closes: #640066, #640780) -- TANIGUCHI Takaki Tue, 20 Sep 2011 11:13:14 +0900 python-pyramid (1.1.2-1) unstable; urgency=low * New upstream release -- TANIGUCHI Takaki Fri, 19 Aug 2011 13:46:16 +0900 python-pyramid (1.1.1-1) unstable; urgency=low * New upstream release * Remove duplicated changelogs. -- TANIGUCHI Takaki Mon, 15 Aug 2011 22:58:48 +0900 python-pyramid (1.1-1) unstable; urgency=low * New upstream release * Bump Standards-Version to 3.9.2. -- TANIGUCHI Takaki Tue, 02 Aug 2011 23:32:59 +0900 python-pyramid (1.0-1) unstable; urgency=low * New upstream release * switch to dh_python2. -- TANIGUCHI Takaki Wed, 23 Mar 2011 21:32:39 +0900 python-pyramid (1.0~b3-1) UNRELEASED; urgency=low * New upstream release -- TANIGUCHI Takaki Sun, 30 Jan 2011 22:58:18 +0900 python-pyramid (1.0~b2-2) UNRELEASED; urgency=low * debian/watch: update uversionmangle to handle alpha and rc versions * remove PKG-INFO and requires.txt files via debian/clean and thus drop debian-changes-1.0~b2-1 * add "python (>= 2.6) | python-simplejson" to Depends, ipython to Suggests -- Piotr Ożarowski Wed, 26 Jan 2011 13:49:07 +0100 python-pyramid (1.0~b2-1) unstable; urgency=low * Initial release (Closes: #604995) -- TANIGUCHI Takaki Wed, 26 Jan 2011 19:26:11 +0900 debian/compat0000644000000000000000000000000211520011110010342 0ustar 7 debian/control0000644000000000000000000000274012157576021010602 0ustar Source: python-pyramid Section: python Priority: extra Maintainer: Debian Python Modules Team Uploaders: TANIGUCHI Takaki Build-Depends: debhelper (>= 7.0.50~), python-setuptools, python-all (>= 2.6.6-3) Standards-Version: 3.9.4 Homepage: http://docs.pylonshq.com/ Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-pyramid/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-pyramid/trunk/ Package: python-pyramid Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6) | python-simplejson, python-setuptools, python-chameleon (>= 1.2.3), python-mako (>= 0.3.6), python-webob (>= 1.2~b3), python-repoze.lru (>= 0.4), python-zope.interface (>= 3.8.0), python-zope.deprecation (>= 3.5.0), python-venusian (>= 1.0a3), python-translationstring (>= 0.4), python-pastedeploy (>= 1.5.0), python-webtest (>= 1.3.1), python-zope.component (>= 3.11.0), Suggests: ipython Provides: ${python:Provides} Description: Pyramid web application framework, a Pylons project Pyramid is a small, fast, down-to-earth, open source Python web development framework. It makes real-world web application development and deployment more fun, more predictable, and more productive. . Pyramid is a Pylons project, and underlies the newest web frameworks produced by the Pylons community. . Pyramid was previously known as repoze.bfg. debian/rules0000755000000000000000000000064712276705721010266 0ustar #!/usr/bin/make -f # -*- makefile -*- %: dh $@ --with python2 override_dh_fixperms: dh_fixperms chmod -x \ $(CURDIR)/debian/python-pyramid/usr/lib/python2.*/*-packages/pyramid/scaffolds/alchemy/+package+/models.py # $(CURDIR)/debian/python-pyramid/usr/lib/python2.*/*-packages/pyramid/scaffolds/alchemy/+package+/__init__.py_tmpl \ # zcat pyramid-1.3a1.tar.gz | tar --wildcards --delete '*/docs' | gzip > a.tgz debian/source/0000755000000000000000000000000012212236306010463 5ustar debian/source/format0000644000000000000000000000001411520011107011660 0ustar 3.0 (quilt) debian/source/options0000644000000000000000000000005212142566450012106 0ustar extend-diff-ignore = "^[^/]*[.]egg-info/" debian/README.source0000644000000000000000000000013512142566450011351 0ustar Remove docs/ directory. Because these documents is under non-DFSG license (CC-BY-NC-3.0-US). debian/watch0000644000000000000000000000022611635775463010240 0ustar version=3 opts=dversionmangle=s/\+dfsg$//,uversionmangle=s/(rc|a|b|c)/~$1/ \ http://pypi.python.org/packages/source/p/pyramid/pyramid-(.+)\.tar\.gz