File: control

package info (click to toggle)
pylons 1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,700 kB
  • sloc: python: 3,991; makefile: 38
file content (31 lines) | stat: -rw-r--r-- 1,797 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
Source: pylons
Section: web
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Piotr Ożarowski <piotr@debian.org>, Oleksandr Moskalenko <malex@debian.org>
Build-Depends: debhelper (>= 5), quilt
Build-Depends-Indep: python-all (>= 2.6.6-3), python-setuptools
Standards-Version: 3.9.2
Homepage: http://pylonshq.com/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pylons/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pylons/trunk/

Package: python-pylons
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-routes (>= 1.12),
 python-paste (>= 1.7.2), python-pastedeploy (>= 1.3.3), python-pastescript (>= 1.7.3-5~),
 python-webob (>= 0.9.6.1), python-weberror (>= 0.10.1), python-webtest (>= 1.1),
 python-beaker (>= 1.3), python-mako (>= 0.2.4), python-tempita (>= 0.2),
 python-formencode (>= 1.2.1), python-webhelpers (>= 0.6.4), python-decorator (>= 2.3.2),
 python-simplejson (>= 2.0.8), python-nose (>= 0.10.4), python-pkg-resources
Recommends: python-sqlalchemy (>= 0.5) | python-sqlobject
Suggests: python-jinja2, python-genshi (>= 0.4.4), python-cheetah (>= 1.0-1.1),
 python-kid (>= 0.9.1-3), python-myghty (>= 1.1), python-pygments (>= 0.7),
 python-migrate, python-docutils (>= 0.4),
 ipython, libapache2-mod-wsgi
Description: Python web framework emphasizing flexibility and rapid development
 Pylons combines the very best ideas from the worlds of Ruby, Python and Perl,
 providing a structured but extremely flexible Python web framework. It's also
 one of the first projects to leverage the emerging WSGI standard, which allows
 extensive re-use and flexibility, but only if you need it. Out of the box,
 Pylons aims to make web development fast, flexible and easy.