File: control

package info (click to toggle)
python-repoze.what-plugins 20090531-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 640 kB
  • ctags: 384
  • sloc: python: 1,100; makefile: 128; xml: 29
file content (40 lines) | stat: -rw-r--r-- 1,326 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Source: python-repoze.what-plugins
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Stefano Zacchiroli <zack@debian.org>,
 Piotr Ożarowski <piotr@debian.org>
Build-Depends:
 debhelper (>= 7),
 cdbs,
 python-dev,
 python-support,
 python-setuptools
Standards-Version: 3.8.2
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-repoze.what-plugins/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-repoze.what-plugins/trunk/

Package: python-repoze.what-plugins
Architecture: all
Depends:
 ${misc:Depends},
 ${python:Depends},
 python-repoze.what,
 python-repoze.who,
 python-repoze.who-plugins,
 python-sqlalchemy,
 python-pylons,
 python-decorator
Description: authorization framework for Python WSGI applications - plugins collection
 repoze.what is an authorization framework for WSGI applications,
 based on repoze.who (which deals with authentication and
 identification).
 .
 This package contains a collection of plugins for repoze.what, in
 particular:
 .
  * repoze.what.plugins.sql - adapter plugin for SQLAlchemy
  * repoze.what-pylons - integration with Pylons / TurboGears
  * repoze.what-quickstart - simple authentication and authorization
  * repoze.what.plugins.xml - XML adapter plugin