commit: f548ccd37754eba46537f1c392318b464b5f7b32
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 17 08:19:43 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 17 08:23:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f548ccd3
dev-python/google-pasta: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/google-pasta/google-pasta-0.2.0.ebuild | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/dev-python/google-pasta/google-pasta-0.2.0.ebuild
b/dev-python/google-pasta/google-pasta-0.2.0.ebuild
deleted file mode 100644
index 821881b20bd..00000000000
--- a/dev-python/google-pasta/google-pasta-0.2.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{3_7,3_8} )
-inherit distutils-r1
-
-DESCRIPTION="AST-based Python refactoring library"
-HOMEPAGE="https://pypi.org/project/google-pasta/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-BDEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"