Codebase list python-werkzeug / d196565
Changed description of Py2/Py3/docs packages to distinguish between them Ondřej Nový 8 years ago
2 changed file(s) with 10 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
99 * Added myself as uploader
1010 * Standards-Version is 3.9.8 now (no change)
1111 * X-Python-Version bumped to 2.6
12 * Changed description of Py2/Py3/docs packages to distinguish between them
1213
1314 -- Ondřej Nový <novy@ondrej.org> Tue, 29 Mar 2016 22:27:44 +0200
1415
2828 Suggests: ipython, python-genshi, python-pkg-resources, python-lxml,
2929 python-greenlet, python-redis, python-pylibmc | python-memcache,
3030 python-werkzeug-doc
31 Description: collection of utilities for WSGI applications
31 Description: collection of utilities for WSGI applications (Python 2.x)
3232 The Web Server Gateway Interface (WSGI) is a standard interface between web
3333 server software and web applications written in Python.
3434 .
3636 request and response objects, an interactive debugging system and a powerful
3737 URI dispatcher. Combine with your choice of third party libraries and
3838 middleware to easily create a custom application framework.
39 .
40 This package contains the Python 2.x module.
3941
4042 Package: python3-werkzeug
4143 Architecture: all
4345 Recommends: python3-simplejson | python3, python3-openssl, python3-pyinotify
4446 Suggests: ipython3, python3-pkg-resources, python3-lxml,
4547 python-werkzeug-doc
46 Description: collection of utilities for WSGI applications
48 Description: collection of utilities for WSGI applications (Python 3.x)
4749 The Web Server Gateway Interface (WSGI) is a standard interface between web
4850 server software and web applications written in Python.
4951 .
5153 request and response objects, an interactive debugging system and a powerful
5254 URI dispatcher. Combine with your choice of third party libraries and
5355 middleware to easily create a custom application framework.
56 .
57 This package contains the Python 3.x module.
5458
5559 Package: python-werkzeug-doc
5660 Section: doc
5963 Depends: ${misc:Depends}, ${sphinxdoc:Depends}
6064 Conflicts: python-werkzeug (<< 0.9.3+dfsg-2)
6165 Replaces: python-werkzeug (<< 0.9.3+dfsg-2)
62 Description: documentation for the werkzeug Python library
66 Description: documentation for the werkzeug Python library (docs)
6367 Werkzeug is a lightweight library for interfacing with WSGI. It features
6468 request and response objects, an interactive debugging system and a powerful
6569 URI dispatcher. Combine with your choice of third party libraries and
6670 middleware to easily create a custom application framework.
71 .
72 This package provides the Sphinx generated documentation for Werkzeug.