commit: 84d378a99db410920a6e4cf9bc55930f22765da8
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri May 11 22:00:42 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri May 11 22:08:43 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84d378a9
dev-python/isort: version bump.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-python/isort/Manifest | 1 +
dev-python/isort/isort-4.3.4.ebuild | 15 +++++++++++++++
2 files changed, 16 insertions(+)
diff --git a/dev-python/isort/Manifest b/dev-python/isort/Manifest
index 030ad1ddd76..99f47f23ddb 100644
--- a/dev-python/isort/Manifest
+++ b/dev-python/isort/Manifest
@@ -1 +1,2 @@
DIST isort-4.2.5.tar.gz 36361 BLAKE2B
7133ab999200412bc880a5413de81ff0b7718383eaf7f50dd1ca12da4d7ee24f8d47af60e7416ca6898a32074779c4f293d897a0f7d62c2539b10a686484c121
SHA512
ddc8e859bb421e4179315d74896958c8279394d42a75494db5dc22c58422994aa249b63c03645626a021ccf9142941bde51ad400256ab1c6be29da8110375f40
+DIST isort-4.3.4.tar.gz 56070 BLAKE2B
c0f7c3d744fcd54b0507d3e7d5963c5d9fb810552ad284206031aa979766cd2e7e1418860000f29130a000bf827696477a46c33ed5cafe4be6571a243bd6dc97
SHA512
ffe679b96223f5f41d14c61051a875233857f7ccab33211c195ed62b85cc1e9bef0af67f9960e94322fff216c1bfaaa583fbd2ef20e258f90a184a25d011213a
diff --git a/dev-python/isort/isort-4.3.4.ebuild
b/dev-python/isort/isort-4.3.4.ebuild
new file mode 100644
index 00000000000..acd1bcfe3fb
--- /dev/null
+++ b/dev-python/isort/isort-4.3.4.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} 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"