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/google-pasta/
Date: Mon, 31 May 2021 20:31:21
Message-Id: 1622492830.963f02a2b7ec414b3ba92a3631bc84c751268c0e.mgorny@gentoo
1 commit: 963f02a2b7ec414b3ba92a3631bc84c751268c0e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 20:24:58 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 20:27:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=963f02a2
7
8 dev-python/google-pasta: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/google-pasta/Manifest | 1 -
13 dev-python/google-pasta/google-pasta-0.1.1.ebuild | 20 --------------------
14 2 files changed, 21 deletions(-)
15
16 diff --git a/dev-python/google-pasta/Manifest b/dev-python/google-pasta/Manifest
17 index ef1676b0816..6ca7ff35d09 100644
18 --- a/dev-python/google-pasta/Manifest
19 +++ b/dev-python/google-pasta/Manifest
20 @@ -1,2 +1 @@
21 -DIST google-pasta-0.1.1.tar.gz 34476 BLAKE2B 04de1237eda9449e4648af0fc43b538d4c71f43b1205fbb531981c773266e404d9673adc9f7c3e74706b90993cae31d7a2c812c3ee5a02edce6ce669491f2823 SHA512 94a5016acbba72261ccd488f788b23934651149c7d763aed4f998018bdbf299261fe125accb1359f70d024c3bc3db0f1279e5e780e1e4b87b328f2c473a1b003
22 DIST google-pasta-0.2.0.tar.gz 40430 BLAKE2B b3f068c0530149d6e8057a2e7edeb76b1912516a8227a837913783060e30f418159b38c77480248dc7a1586b46c9b5914e93c77a9430d963b3538e2197661922 SHA512 1d75d994a5120109677a58472459a632b31568e6ce79b205688913dc2a94e132fad818c73510b2f7d7adca3c757077543abd8b7f15be035a63fa15d38874c753
23
24 diff --git a/dev-python/google-pasta/google-pasta-0.1.1.ebuild b/dev-python/google-pasta/google-pasta-0.1.1.ebuild
25 deleted file mode 100644
26 index bd3922aa8a4..00000000000
27 --- a/dev-python/google-pasta/google-pasta-0.1.1.ebuild
28 +++ /dev/null
29 @@ -1,20 +0,0 @@
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_7 )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="AST-based Python refactoring library"
39 -HOMEPAGE="https://pypi.org/project/google-pasta/"
40 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 -
42 -LICENSE="BSD"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~x86"
45 -IUSE=""
46 -
47 -RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
48 -BDEPEND="${RDEPEND}
49 - dev-python/setuptools[${PYTHON_USEDEP}]"