Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/typed-ast/
Date: Thu, 31 Dec 2020 08:54:14
Message-Id: 1609404844.0a99b84379a2e0ac6d859ffdd009d84565837bcc.mgorny@gentoo
1 commit: 0a99b84379a2e0ac6d859ffdd009d84565837bcc
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 31 08:52:16 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 31 08:54:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a99b843
7
8 dev-python/typed-ast: Bump to 1.4.2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/typed-ast/Manifest | 1 +
13 dev-python/typed-ast/typed-ast-1.4.2.ebuild | 21 +++++++++++++++++++++
14 2 files changed, 22 insertions(+)
15
16 diff --git a/dev-python/typed-ast/Manifest b/dev-python/typed-ast/Manifest
17 index a7795885783..903624a6b66 100644
18 --- a/dev-python/typed-ast/Manifest
19 +++ b/dev-python/typed-ast/Manifest
20 @@ -1 +1,2 @@
21 DIST typed_ast-1.4.1.tar.gz 208587 BLAKE2B db874caf459cb73345305051a7c4e97244e92b28e94e82f59b38bb91b7c6c69a2531a81c84d483eca8d641bc947f6aa1b98ba59cd880f7560fbdec55bce41787 SHA512 a3154fe723aeadf998694aba0faf516e5b9abb876e4c7d91843b3694474ff6911b3e77a6cb7366cfa8e5a573b331906b6a0b134b25627aaba0dcbe92c4e25590
22 +DIST typed_ast-1.4.2.tar.gz 208583 BLAKE2B fb94967409c073b3390a133232259605aab0ee893fe53deb0e97a07c814b1c2021815beab4fa680653f75a44b53eb3f02d7c9e330cf51195c2dd668762c9e0be SHA512 9a46f2a4c48bd267445a773463771824be958dfdd1a2df21356d0a763ee2029b51d5b0fddeb16df202f89ba86019640ab45ba520fdad5c550250fe2a135605fe
23
24 diff --git a/dev-python/typed-ast/typed-ast-1.4.2.ebuild b/dev-python/typed-ast/typed-ast-1.4.2.ebuild
25 new file mode 100644
26 index 00000000000..0a929c8708f
27 --- /dev/null
28 +++ b/dev-python/typed-ast/typed-ast-1.4.2.ebuild
29 @@ -0,0 +1,21 @@
30 +# Copyright 1999-2020 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +PYTHON_COMPAT=( python3_{6,7,8,9} )
36 +inherit distutils-r1
37 +
38 +DESCRIPTION="Python typed-ast backported"
39 +HOMEPAGE="https://pypi.org/project/typed-ast/ https://github.com/python/typed_ast"
40 +SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/_}/${P/-/_}.tar.gz"
41 +
42 +LICENSE="Apache-2.0 MIT"
43 +SLOT="0"
44 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos"
45 +
46 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
47 +
48 +S="${WORKDIR}/${P/-/_}"
49 +
50 +distutils_enable_tests pytest