[Python-modules-commits] r8610 - in packages/python-toscawidgets/trunk/debian (2 files)

zack at users.alioth.debian.org zack at users.alioth.debian.org
Fri May 29 16:28:00 UTC 2009


    Date: Friday, May 29, 2009 @ 16:27:59
  Author: zack
Revision: 8610

revamp dependencies and description(s)

Modified:
  packages/python-toscawidgets/trunk/debian/changelog
  packages/python-toscawidgets/trunk/debian/control

Modified: packages/python-toscawidgets/trunk/debian/changelog
===================================================================
--- packages/python-toscawidgets/trunk/debian/changelog	2009-05-29 16:17:55 UTC (rev 8609)
+++ packages/python-toscawidgets/trunk/debian/changelog	2009-05-29 16:27:59 UTC (rev 8610)
@@ -7,6 +7,7 @@
   * debian/{rules,control}: general packaging revamping, switch to
     python-support, CDBS, debhelper >= 7
   * debian/docs: remove files mentioned but nowdisappearead
+  * debian/control: revamp short and long description
 
  -- Stefano Zacchiroli <zack at debian.org>  Fri, 29 May 2009 17:54:05 +0200
   

Modified: packages/python-toscawidgets/trunk/debian/control
===================================================================
--- packages/python-toscawidgets/trunk/debian/control	2009-05-29 16:17:55 UTC (rev 8609)
+++ packages/python-toscawidgets/trunk/debian/control	2009-05-29 16:27:59 UTC (rev 8610)
@@ -20,25 +20,17 @@
 Depends:
  ${misc:Depends},
  ${python:Depends},
- python-paste (>= 1.3),
- python-pastescript (>= 1.3),
- python-cjson (>= 1.0.3)
+ python-webob,
+ python-simplejson
 Suggests:
- python-pylons,
- python-cheetah (>= 1.0-1.1),
- python-kid (>= 0.9.1-3),
+ python-cheetah,
  python-genshi,
- python-mako
-Description: web widget toolkit for Python
- ToscaWidgets is a web widget toolkit for Python to aid in the
- creation, packaging and distribution of common view elements normally
- used in the web.
+ python-kid
+Description: Python framework for building reusable web components
+ ToscaWidgets is a system for creating re-usable web components, such
+ as a popup calendar or a rich text editor.
  .
- ToscaWidgets is an almost complete rewrite of the widgets package
- bundled with TurboGears 1.0. The rewrite's goal was to decouple the
- widgets package from CherryPy and TurboGears itself to fit better
- with TurboGears 2.0 philosophy which is to partition it's services
- into independent WSGI components for easier maintenance and reuse in
- other Python web applications or frameworks.  ToscaWidgets has been
- tested to interoperate nicely in TurboGears 1.0b2, Pylons 0.9.4 and a
- simple WSGI app served by Paste.
+ In general, components consist of an HTML template, static resources
+ (JavaScript, CSS, Images, etc.) and server-side code. ToscaWidgets
+ allow these to be packaged into a "widget", that a web developer can
+ then easily use in their application.




More information about the Python-modules-commits mailing list