File: control

package info (click to toggle)
utidylib 0.2-3.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 136 kB
  • ctags: 171
  • sloc: python: 589; sh: 25; makefile: 6
file content (18 lines) | stat: -rw-r--r-- 781 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: utidylib
Section: web
Priority: optional
Maintainer: Igor Stroh <jenner@debian.org>
Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-all-dev (>= 2.3.5-11), dpatch
Build-Depends-Indep: python-support (>= 0.3)
Standards-Version: 3.7.2

Package: python-utidylib
Architecture: all
Depends: ${python:Depends}, python-ctypes, libtidy-0.99-0 (>= 20051018)
Provides: ${python:Provides}
Replaces: python2.3-utidylib (<< 0.2-3.1), python2.4-utidylib (<< 0.2-3.1)
Conflicts: python2.3-utidylib (<< 0.2-3.1), python2.4-utidylib (<< 0.2-3.1)
XB-Python-Version: ${python:Versions}
Description: Python wrapper for TidyLib
 uTidylib is a Python wrapper for TidyLib, a library from the HTML Tidy
 project.  This allows you to "tidy" HTML files through a Pythonic interface.