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: Sun, 17 Oct 2021 08:23:42
Message-Id: 1634459007.f548ccd37754eba46537f1c392318b464b5f7b32.mgorny@gentoo
1 commit: f548ccd37754eba46537f1c392318b464b5f7b32
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 17 08:19:43 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 17 08:23:27 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f548ccd3
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/google-pasta-0.2.0.ebuild | 20 --------------------
13 1 file changed, 20 deletions(-)
14
15 diff --git a/dev-python/google-pasta/google-pasta-0.2.0.ebuild b/dev-python/google-pasta/google-pasta-0.2.0.ebuild
16 deleted file mode 100644
17 index 821881b20bd..00000000000
18 --- a/dev-python/google-pasta/google-pasta-0.2.0.ebuild
19 +++ /dev/null
20 @@ -1,20 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -PYTHON_COMPAT=( python{3_7,3_8} )
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="AST-based Python refactoring library"
30 -HOMEPAGE="https://pypi.org/project/google-pasta/"
31 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
32 -
33 -LICENSE="BSD"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 -IUSE=""
37 -
38 -RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
39 -BDEPEND="${RDEPEND}
40 - dev-python/setuptools[${PYTHON_USEDEP}]"