File: control

package info (click to toggle)
python-textile 1%3A2.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 112 kB
  • ctags: 94
  • sloc: python: 888; makefile: 4
file content (22 lines) | stat: -rw-r--r-- 930 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: python-textile
Section: python
Priority: optional
Maintainer: Janos Guljas <janos@janos.in.rs>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 7.0.50), python-support, python-setuptools, python-nose, quilt
XS-Python-Version: >= 2.5
Standards-Version: 3.8.3
Homepage: http://loopcore.com/python-textile/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-textile/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-textile/trunk/

Package: python-textile
Architecture: all
XB-Python-Version: ${python:Versions}
Depends: ${misc:Depends}, ${python:Depends}
Description: Python parser for the Textile markup
 Textile is an XHTML generator that uses a simple markup, similar
 to the one you can find on most wikis.
 .
 This is a Python module that implements a parser and generator
 that supports the Textile markup syntax.