dev-python/absl-py: bump 0.8.1
[gentoo.git] / dev-python / isort / isort-4.2.5.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 PYTHON_COMPAT=( python2_7 python3_{5,6} pypy )
7 inherit distutils-r1
8
9 DESCRIPTION="A python utility/library to sort imports"
10 HOMEPAGE="https://pypi.org/project/isort/"
11 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
12
13 LICENSE="MIT"
14 SLOT="0"
15 KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
16 IUSE=""