[Python-modules-commits] r19123 - in packages/cssutils/trunk/debian (control)

cjsmo-guest at users.alioth.debian.org cjsmo-guest at users.alioth.debian.org
Mon Oct 31 04:53:00 UTC 2011


    Date: Monday, October 31, 2011 @ 04:52:57
  Author: cjsmo-guest
Revision: 19123

added python3-cssutils and python3-encutils stanzas to control

Modified:
  packages/cssutils/trunk/debian/control

Modified: packages/cssutils/trunk/debian/control
===================================================================
--- packages/cssutils/trunk/debian/control	2011-10-31 04:48:17 UTC (rev 19122)
+++ packages/cssutils/trunk/debian/control	2011-10-31 04:52:57 UTC (rev 19123)
@@ -34,6 +34,26 @@
    * Namespaces
    * Selectors
 
+Package: python3-cssutils
+Architecture: all
+Depends: ${misc:Depends},
+         ${python3:Depends},
+         python-encutils,
+         python-pkg-resources
+Description: CSS Cascading Style Sheets parser and builder
+ Package to parse and build CSS Cascading Style Sheets. DOM only, not any
+ rendering facilities! Base upon and partly implements the following
+ specifications:
+ .
+   * CSS 2.1 and CSS 2.1 Errata
+   * CSS3 Module: Syntax
+   * DOM Level 2 Style CSS
+   * DOM Level 2 Style Stylesheets
+   * CSSOM
+   * MediaQueries
+   * Namespaces
+   * Selectors
+
 Package: python-encutils
 Architecture: all
 Depends: ${misc:Depends},
@@ -42,3 +62,12 @@
  A collection of helper functions to detect encodings
  of text files (like HTML, XHTML, XML, CSS, etc.)
  retrieved via HTTP, file or string.
+
+Package: python3-encutils
+Architecture: all
+Depends: ${misc:Depends},
+         ${python3:Depends}
+Description: Encoding detection collection for Python
+ A collection of helper functions to detect encodings
+ of text files (like HTML, XHTML, XML, CSS, etc.)
+ retrieved via HTTP, file or string.




More information about the Python-modules-commits mailing list