blob: 7bab9752e2d12de3be6f322da50f8d14e8776192 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = python-elpy
pkgdesc = Package to bring powerful Python editing to Emacs. Python library only.
pkgver = 1.35.0
pkgrel = 2
url = https://github.com/jorgenschaefer/elpy
install = python-elpy.install
arch = any
license = GPL
depends = python-epc
optdepends = flake8: The modular source code checker: pep8, pyflakes and co
optdepends = autopep8: format code according to PEP8
optdepends = python-jedi: autocompletion library support
optdepends = python-rope: refactory library support
optdepends = yapf: Python style guide checker
options = !emptydirs
source = https://github.com/jorgenschaefer/elpy/archive/1.35.0.tar.gz
md5sums = 5c21dfa313a75e0c4a674d8a31cc7124
pkgname = python-elpy
|