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/gast/
Date: Thu, 26 Aug 2021 08:24:45
Message-Id: 1629966146.f6bc4694136bd69ed85936d59f5d2cf8097ab9f5.mgorny@gentoo
1 commit: f6bc4694136bd69ed85936d59f5d2cf8097ab9f5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 26 08:22:26 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 26 08:22:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6bc4694
7
8 dev-python/gast: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/gast/Manifest | 2 --
13 dev-python/gast/gast-0.5.0.ebuild | 20 --------------------
14 dev-python/gast/gast-0.5.1.ebuild | 20 --------------------
15 3 files changed, 42 deletions(-)
16
17 diff --git a/dev-python/gast/Manifest b/dev-python/gast/Manifest
18 index bc330c82a89..f0bf39d1d40 100644
19 --- a/dev-python/gast/Manifest
20 +++ b/dev-python/gast/Manifest
21 @@ -1,3 +1 @@
22 -DIST gast-0.5.0.tar.gz 14933 BLAKE2B 5d70d832d69185227e574a4bf88752e1dff43ef0e3e78a1de8ac7ab96218530d37a6dd0a3e6e4bf1fe8e11afe98b8d87722bfc2d6c8b68d8ac4905f335c2b85a SHA512 31c204587b3abcde61ce7343bef8439fab7e36c46de17eb2e02138e3d709f8f70e24c2c5d045044ef06e42119a50566c881d293c1c815743655354e72304701d
23 -DIST gast-0.5.1.tar.gz 14094 BLAKE2B e58e989198991fac1036363f7d1f7aa831263f0a9e5e616470fb6b7732b2bd39b9ce71cfd97b990bc29c3b9a978c56b90e375ec3d4a9b3c6692f44fd36d9309b SHA512 955154d273e97bdb80528bf17bc060e6266c524218d81469ed99e09d099cfa320af5c8384f8cc51d22be254578221e068d7a2e2bd3f0279cb65d40a4eead7766
24 DIST gast-0.5.2.tar.gz 14222 BLAKE2B b251f9aa54d8bdba318f0c8aa7fe97221615a22b7dec8da99b15078ce0f482ac8ec931b9c0acba3a405f2ab3c820a1c578ab93583f9f84740571dd85a3fcb45d SHA512 2a06245ba93f2c0715f662e32e0865732828deb672bc70c3d70a4969c8a2e4c518354a4a63760eddeba53932d4f8bf0ae0ffab64f1a1ad3b20d5b2d18285cd6a
25
26 diff --git a/dev-python/gast/gast-0.5.0.ebuild b/dev-python/gast/gast-0.5.0.ebuild
27 deleted file mode 100644
28 index f8d24cb607b..00000000000
29 --- a/dev-python/gast/gast-0.5.0.ebuild
30 +++ /dev/null
31 @@ -1,20 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -PYTHON_COMPAT=( python3_{8..10} )
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="A generic AST to represent Python2 and Python3's Abstract Syntax Tree (AST)"
41 -HOMEPAGE="https://pypi.org/project/gast/"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="BSD"
45 -SLOT="0"
46 -KEYWORDS="amd64 x86"
47 -
48 -BDEPEND="
49 - test? ( dev-python/astunparse[${PYTHON_USEDEP}] )"
50 -
51 -distutils_enable_tests unittest
52
53 diff --git a/dev-python/gast/gast-0.5.1.ebuild b/dev-python/gast/gast-0.5.1.ebuild
54 deleted file mode 100644
55 index f25219967d3..00000000000
56 --- a/dev-python/gast/gast-0.5.1.ebuild
57 +++ /dev/null
58 @@ -1,20 +0,0 @@
59 -# Copyright 1999-2021 Gentoo Authors
60 -# Distributed under the terms of the GNU General Public License v2
61 -
62 -EAPI=8
63 -
64 -PYTHON_COMPAT=( python3_{8..10} )
65 -inherit distutils-r1
66 -
67 -DESCRIPTION="A generic AST to represent Python2 and Python3's Abstract Syntax Tree (AST)"
68 -HOMEPAGE="https://pypi.org/project/gast/"
69 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
70 -
71 -LICENSE="BSD"
72 -SLOT="0"
73 -KEYWORDS="~amd64 ~x86"
74 -
75 -BDEPEND="
76 - test? ( dev-python/astunparse[${PYTHON_USEDEP}] )"
77 -
78 -distutils_enable_tests unittest