summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVirgil Dupras <vdupras@gentoo.org>2019-03-17 23:07:53 -0400
committerVirgil Dupras <vdupras@gentoo.org>2019-03-17 23:07:53 -0400
commit9a180e538999b5bac3cde893a56cb335c3cc1ab0 (patch)
treeb7ce3d21a0e5b7039b388f382998263a25b1a9b3 /dev-python/isort/isort-4.3.15.ebuild
parentdev-python/pylint: remove old (diff)
downloadgentoo-9a180e538999b5bac3cde893a56cb335c3cc1ab0.tar.gz
gentoo-9a180e538999b5bac3cde893a56cb335c3cc1ab0.tar.bz2
gentoo-9a180e538999b5bac3cde893a56cb335c3cc1ab0.zip
dev-python/isort: bump to 4.3.15
Signed-off-by: Virgil Dupras <vdupras@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'dev-python/isort/isort-4.3.15.ebuild')
-rw-r--r--dev-python/isort/isort-4.3.15.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-python/isort/isort-4.3.15.ebuild b/dev-python/isort/isort-4.3.15.ebuild
new file mode 100644
index 000000000000..89c9ea4bbfe8
--- /dev/null
+++ b/dev-python/isort/isort-4.3.15.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy )
+inherit distutils-r1
+
+DESCRIPTION="A python utility/library to sort imports"
+HOMEPAGE="https://pypi.org/project/isort/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"