Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/typed-ast/
Date: Fri, 01 Feb 2019 02:13:22
Message-Id: 1548983411.bcd7942f7417ad0ad3bebd695bf8d7eb86f0fb51.vdupras@gentoo
1 commit: bcd7942f7417ad0ad3bebd695bf8d7eb86f0fb51
2 Author: Jonas Jelten <jj <AT> sft <DOT> mx>
3 AuthorDate: Sat Jan 26 23:08:01 2019 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 1 01:10:11 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcd7942f
7
8 dev-python/typed-ast: bump to version 1.2.0
9
10 Signed-off-by: Jonas Jelten <jj <AT> sft.mx>
11 Closes: https://github.com/gentoo/gentoo/pull/10907
12 Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
13
14 dev-python/typed-ast/Manifest | 1 +
15 dev-python/typed-ast/typed-ast-1.2.0.ebuild | 18 ++++++++++++++++++
16 2 files changed, 19 insertions(+)
17
18 diff --git a/dev-python/typed-ast/Manifest b/dev-python/typed-ast/Manifest
19 index 62ddfe121bb..e38af26501d 100644
20 --- a/dev-python/typed-ast/Manifest
21 +++ b/dev-python/typed-ast/Manifest
22 @@ -1 +1,2 @@
23 DIST typed-ast-1.1.0.tar.gz 200587 BLAKE2B 09dd6d65513a37a57ecb6df2a505100f5fc08a49a244f1cb83af363d20d9b1b76f127ec5da6ef115a56ae6dc560ab40dcaae4740385fdd9e305bfd2ec26fdbaf SHA512 439e949082ee5cb9434fec99021c08401a46ec2ad16d96296c6440aa1fd8158f6605efbdfa55e536c3fddd4018bb0f4c5ee4d5a4a32954242b7902b9ce3463f2
24 +DIST typed-ast-1.2.0.tar.gz 202702 BLAKE2B 79e919019763f4af0a2f24108cfa418693dc5a1d791a0045a49fb128d715f91ec5bcca6d4bb6812e19b7a5438bcb27d239f2aba7de8b859d4e8e73027c59665f SHA512 801f59cdce48f7be3045c44d207a5a269bc1cd5ca9f0536d3d16f10ce82794a7e5cd5d3c83982927cebc52e1b1dbd47532140bcedca0ca4ace45b726aa0343ee
25
26 diff --git a/dev-python/typed-ast/typed-ast-1.2.0.ebuild b/dev-python/typed-ast/typed-ast-1.2.0.ebuild
27 new file mode 100644
28 index 00000000000..30650780d21
29 --- /dev/null
30 +++ b/dev-python/typed-ast/typed-ast-1.2.0.ebuild
31 @@ -0,0 +1,18 @@
32 +# Copyright 1999-2019 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +PYTHON_COMPAT=( python3_{4,5,6,7} )
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Python typed-ast backported"
41 +HOMEPAGE="https://pypi.org/project/typed-ast/"
42 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 +
44 +LICENSE="Apache-2.0 MIT"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~x86"
47 +IUSE=""
48 +
49 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"