Source: sixer
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper (>= 9),
               dh-python,
               openstack-pkg-tools (>= 52~),
               python-all,
               python-setuptools,
               python3-all,
               python3-setuptools,
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/openstack/python-sixer.git/
Vcs-Git: https://anonscm.debian.org/git/openstack/python-sixer.git
Homepage: https://github.com/haypo/sixer

Package: sixer
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Description: add Python 3 support to Python 2 applications using six - Python 3.x
 Sixer is a tool adding Python 3 support to a Python 2 project. It was written
 to produces patches to port OpenStack to Python 3. It is focused on supporting
 Python 2.7 and 3.4.
 .
 It uses basic regular expressions to find code which needs to be modified. It
 emits warnings when code was not patched or looks suspicious.
 .
 This package contains the Python 3.x module.
