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~),
8 Standards-Version: 3.9.4
9 Vcs-Svn: svn://svn.nirgal.com/kod/python-decoratedstr
10 X-Python-Version: >= 2.6
11 X-Python3-Version: >= 3.2
13 Package: python-decoratedstr
15 Depends: ${misc:Depends}, ${python:Depends}, python-six
16 Description: Python library for decorated strings
17 Provide functions for accentuated characters and ligatures handling
20 regex: (œ|[oòóôöøōŏő][eèéêëēĕėęě])[uùúûüũūŭůűų]f
22 This is the Python 2 version of the package.
24 Package: python3-decoratedstr
26 Depends: ${misc:Depends}, ${python3:Depends}, python3-six
27 Description: Python library for decorated strings
28 Provide functions for accentuated characters and ligatures handling
31 regex: (œ|[oòóôöøōŏő][eèéêëēĕėęě])[uùúûüũūŭůűų]f
33 This is the Python 3 version of the package.