Source: elpy
Section: devel
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Nicholas D Steeves <nsteeves@gmail.com>
Build-Depends: debhelper (>= 11~)
             , dh-elpa
             , dh-python
             , python3-all
             , python3-setuptools
             , python3-flake8
             , python3-jedi
             , python3-autopep8 <!nocheck>
# python-autopep8 still seems to be needed for self-tests to pass.
# See Bug #899212 for more information.
             , python-autopep8 <!nocheck>
             , yapf3
             , python3-sphinx
             , elpa-company <!nocheck>
             , elpa-find-file-in-project <!nocheck>
             , elpa-highlight-indentation <!nocheck>
             , elpa-pyvenv <!nocheck>
             , elpa-yasnippet <!nocheck>
             , elpa-s <!nocheck>
             , elpa-dash <!nocheck>
             , elpa-f <!nocheck>
             , python3-mock <!nocheck>
             , python3-nose <!nocheck>
             , python3-pip <!nocheck>
# Dependencies used only for self-tests
             , python-jedi <!nocheck>
             , yapf <!nocheck>
             , python-pip <!nocheck>
             , python-flake8 <!nocheck>
             , texinfo
Standards-Version: 4.2.0
Vcs-Browser: https://salsa.debian.org/emacsen-team/elpy
Vcs-Git: https://salsa.debian.org/emacsen-team/elpy.git
Homepage: https://elpy.readthedocs.io/en/latest/index.html
Testsuite: autopkgtest-pkg-elpa

Package: elpa-elpy
Architecture: all
Depends: ${elpa:Depends}
       , ${python3:Depends}
       , ${misc:Depends}
       , elpa-company
       , elpa-find-file-in-project
       , elpa-highlight-indentation
       , elpa-pyvenv
       , elpa-yasnippet
       , elpa-s
Recommends: emacs (>= 46.0)
          , python3-flake8
          , python3-jedi
Suggests: python3-autopep8
        , yapf3
        , python3-pip
Enhances: emacs
        , emacs25
Description: Emacs Python Development Environment
 The Emacs Lisp Python Environment in Emacs
 .
 Elpy is an Emacs package that brings powerful Python editing to
 Emacs.  It combines a number of existing Emacs packages, written in
 both Emacs Lisp as well as Python.
 .
 Features:
   * Navigation by code indentation and code definition.
   * Move the current region as a code block.
   * Treat a working tree as a coherent project; search for files,
     code, or text within the project.
   * Interact with Python interpreters and test runners.
   * Browse the Python built-in documentation.
   * Refactor code and symbols.
