diff options
author | 2021-10-17 10:19:43 +0200 | |
---|---|---|
committer | 2021-10-17 10:23:27 +0200 | |
commit | f548ccd37754eba46537f1c392318b464b5f7b32 (patch) | |
tree | 409dc1539f2a9f282afde28efb83b0973181fd1d /dev-python/google-pasta | |
parent | dev-python/google-reauth-python: Remove old (diff) | |
download | gentoo-f548ccd37754eba46537f1c392318b464b5f7b32.tar.gz gentoo-f548ccd37754eba46537f1c392318b464b5f7b32.tar.bz2 gentoo-f548ccd37754eba46537f1c392318b464b5f7b32.zip |
dev-python/google-pasta: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/google-pasta')
-rw-r--r-- | dev-python/google-pasta/google-pasta-0.2.0.ebuild | 20 |
1 files changed, 0 insertions, 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 821881b20bd3..000000000000 --- 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}]" |