summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-01-27 21:05:28 +0100
committerMichał Górny <mgorny@gentoo.org>2023-01-27 21:09:20 +0100
commitca3ef3badf6bcb81efe3585981eecc38e6d102df (patch)
tree6c252a49c6c0919c1aab20931082b2161b0dbcc0 /dev-python/google-pasta
parentdev-python/google-auth-oauthlib: Remove old (diff)
downloadgentoo-ca3ef3badf6bcb81efe3585981eecc38e6d102df.tar.gz
gentoo-ca3ef3badf6bcb81efe3585981eecc38e6d102df.tar.bz2
gentoo-ca3ef3badf6bcb81efe3585981eecc38e6d102df.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-r1.ebuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-python/google-pasta/google-pasta-0.2.0-r1.ebuild b/dev-python/google-pasta/google-pasta-0.2.0-r1.ebuild
deleted file mode 100644
index 543d13328a61..000000000000
--- a/dev-python/google-pasta/google-pasta-0.2.0-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..10} )
-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"
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-
-distutils_enable_tests unittest