[Python-modules-commits] r8707 - in packages/turbogears2 (equivs.control)

zack at users.alioth.debian.org zack at users.alioth.debian.org
Thu Jun 4 14:04:42 UTC 2009


    Date: Thursday, June 4, 2009 @ 14:04:36
  Author: zack
Revision: 8707

add temporary workaround to provide dependencies while turbogears2 is being (re)worked on

Added:
  packages/turbogears2/equivs.control

Added: packages/turbogears2/equivs.control
===================================================================
--- packages/turbogears2/equivs.control	                        (rev 0)
+++ packages/turbogears2/equivs.control	2009-06-04 14:04:36 UTC (rev 8707)
@@ -0,0 +1,32 @@
+Section: python
+Priority: optional
+Standards-Version: 3.8.1
+
+Package: python-turbogears2
+Version: 2.0-1~zack1
+Maintainer: Stefano Zacchiroli <zack at debian.org>
+Architecture: all
+Description: Python web application framework
+ TurboGears2 is a framework to develop web applications in Python.
+ .
+ TurboGears2 application are developed according to a
+ model-view-controller (MVC) architecture composed of several
+ components: an Object Relational Mapper (or ORM, to code the model),
+ a template engine (to write views), and an URL mapper (to associate
+ URLs to Python methods acting as controllers).
+ .
+ TurboGears2 relies on the best available individual components and
+ combines them into a coherent and well-documented whole. TurboGears2
+ includes parts that join the components together and make them work
+ together seamlessly, but does not obscure each included project. This
+ allows to take advantage of existing documentation, articles, mailing
+ lists and other resources that have built up in the communities for
+ each project.
+ .
+ TurboGears2 is the next major version of TurboGears, and builds on
+ the Pylons framework.
+ .
+ THIS IS NOT THE REAL PACKAGE, it is just a dummy replacement until turbogears2 is being worked on.
+ .
+ THIS PACKAGE WILL NOT WORK, as it is empty, it relies on you having
+ the corresponding .egg in /usr/local/lib/python*/ .




More information about the Python-modules-commits mailing list