1 Source: python-decoratedstr
4 Maintainer: Jean-Michel Vourgère <jmv_deb@nirgal.com>
5 Build-Depends: debhelper (>= 9),
6 python-all (>=2.6.6-3~),
9 Standards-Version: 3.9.4
10 Vcs-Svn: svn://svn.nirgal.com/kod/python-decoratedstr
11 X-Python-Version: >= 2.6
12 X-Python3-Version: >= 3.2
14 Package: python-decoratedstr
16 Depends: ${misc:Depends}, ${python:Depends}, python-six
17 Description: Python library for decorated strings
18 Provide functions for accentuated characters and ligatures handling
21 regex: (œ|[oòóôöøōŏő][eèéêëēĕėęě])[uùúûüũūŭůűų]f
23 This is the Python 2 version of the package.
25 Package: python3-decoratedstr
27 Depends: ${misc:Depends}, ${python3:Depends}, python3-six
28 Description: Python library for decorated strings
29 Provide functions for accentuated characters and ligatures handling
32 regex: (œ|[oòóôöøōŏő][eèéêëēĕėęě])[uùúûüũūŭůűų]f
34 This is the Python 3 version of the package.