File: control

package info (click to toggle)
python-weberror 0.13.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 408 kB
  • ctags: 441
  • sloc: python: 2,774; makefile: 18
file content (26 lines) | stat: -rw-r--r-- 1,164 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: python-weberror
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Christoph Haas <haas@debian.org>, Piotr Ożarowski <piotr@debian.org>
Build-Depends: debhelper (>= 9~)
Build-Depends-Indep: python (>= 2.3.3), python-setuptools (>= 0.6b3-1~),
 dh-python, python-all,
 python-paste (>= 1.7.1), python-webob, python-tempita,
 python-pygments, python-nose, python-webtest
Standards-Version: 3.9.5
X-Python-Version: >= 2.4
Homepage: https://pypi.python.org/pypi/WebError
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-weberror.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-weberror.git

Package: python-weberror
Architecture: all
Depends: ${python:Depends}, ${misc:Depends},
 python-paste (>= 1.7.1), python-pastedeploy, python-pkg-resources,
 python (>= 2.6) | python-simplejson,
 libjs-jquery
Description: Python web error handling and exception catching module
 This Python module provides error handling and exception catching
 functionality for WSGI web applications. It is primarily used by Pylons
 (python-pylons).