summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-07-12 18:42:17 +0200
committerMichał Górny <mgorny@gentoo.org>2020-07-12 18:52:29 +0200
commit8f493d0fa744da47efa6a70ea530dade41a883f7 (patch)
treef4ad7d282e8b1bd2eebaac52b8a644e7a6ab5458 /dev-python/google-pasta/google-pasta-0.1.7.ebuild
parentdev-python/google-auth: Remove redundant versions (diff)
downloadgentoo-8f493d0fa744da47efa6a70ea530dade41a883f7.tar.gz
gentoo-8f493d0fa744da47efa6a70ea530dade41a883f7.tar.bz2
gentoo-8f493d0fa744da47efa6a70ea530dade41a883f7.zip
dev-python/google-pasta: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/google-pasta/google-pasta-0.1.7.ebuild')
-rw-r--r--dev-python/google-pasta/google-pasta-0.1.7.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/google-pasta/google-pasta-0.1.7.ebuild b/dev-python/google-pasta/google-pasta-0.1.7.ebuild
deleted file mode 100644
index bec75ab9f0fc..000000000000
--- a/dev-python/google-pasta/google-pasta-0.1.7.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{3_6,3_7} )
-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}]"