Source: py-autopep8-el
Section: lisp
Priority: optional
Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
Uploaders: Lev Lamberov <dogsleg@debian.org>
Build-Depends: debhelper (>= 10),
               dh-elpa
Standards-Version: 4.1.0
Homepage: https://github.com/paetzke/py-autopep8.el
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-emacsen/pkg/py-autopep8-el.git/
Vcs-Git: https://anonscm.debian.org/git/pkg-emacsen/pkg/py-autopep8-el.git

Package: elpa-py-autopep8
Architecture: all
Depends: ${elpa:Depends},
         ${misc:Depends},
         python-autopep8
Recommends: emacs (>= 46.0)
Enhances: emacs,
          emacs24,
          emacs25
Description: use autopep8 to beautify a Python buffer
 This package provides the `py-autopep8' command, which uses the
 external `autopep8' tool to tidy up the current buffer according to
 Python's PEP-8.
