Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/isort/
Date: Fri, 11 May 2018 22:09:13
Message-Id: 1526076523.84d378a99db410920a6e4cf9bc55930f22765da8.monsieurp@gentoo
1 commit: 84d378a99db410920a6e4cf9bc55930f22765da8
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 11 22:00:42 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri May 11 22:08:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84d378a9
7
8 dev-python/isort: version bump.
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-python/isort/Manifest | 1 +
13 dev-python/isort/isort-4.3.4.ebuild | 15 +++++++++++++++
14 2 files changed, 16 insertions(+)
15
16 diff --git a/dev-python/isort/Manifest b/dev-python/isort/Manifest
17 index 030ad1ddd76..99f47f23ddb 100644
18 --- a/dev-python/isort/Manifest
19 +++ b/dev-python/isort/Manifest
20 @@ -1 +1,2 @@
21 DIST isort-4.2.5.tar.gz 36361 BLAKE2B 7133ab999200412bc880a5413de81ff0b7718383eaf7f50dd1ca12da4d7ee24f8d47af60e7416ca6898a32074779c4f293d897a0f7d62c2539b10a686484c121 SHA512 ddc8e859bb421e4179315d74896958c8279394d42a75494db5dc22c58422994aa249b63c03645626a021ccf9142941bde51ad400256ab1c6be29da8110375f40
22 +DIST isort-4.3.4.tar.gz 56070 BLAKE2B c0f7c3d744fcd54b0507d3e7d5963c5d9fb810552ad284206031aa979766cd2e7e1418860000f29130a000bf827696477a46c33ed5cafe4be6571a243bd6dc97 SHA512 ffe679b96223f5f41d14c61051a875233857f7ccab33211c195ed62b85cc1e9bef0af67f9960e94322fff216c1bfaaa583fbd2ef20e258f90a184a25d011213a
23
24 diff --git a/dev-python/isort/isort-4.3.4.ebuild b/dev-python/isort/isort-4.3.4.ebuild
25 new file mode 100644
26 index 00000000000..acd1bcfe3fb
27 --- /dev/null
28 +++ b/dev-python/isort/isort-4.3.4.ebuild
29 @@ -0,0 +1,15 @@
30 +# Copyright 1999-2018 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +
35 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
36 +inherit distutils-r1
37 +
38 +DESCRIPTION="A python utility/library to sort imports"
39 +HOMEPAGE="https://pypi.org/project/isort/"
40 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 +
42 +LICENSE="MIT"
43 +SLOT="0"
44 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"