From: Michał Górny Date: Sat, 28 Mar 2020 16:52:47 +0000 (+0100) Subject: dev-python/ptpython: Remove redundant versions X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=32fcf07c6de047ec23698116e3ed1236f7db7bcc;p=gentoo.git dev-python/ptpython: Remove redundant versions Signed-off-by: Michał Górny --- diff --git a/dev-python/ptpython/Manifest b/dev-python/ptpython/Manifest index eb75f5f741e6..3cd505f6fb7f 100644 --- a/dev-python/ptpython/Manifest +++ b/dev-python/ptpython/Manifest @@ -1,2 +1 @@ -DIST ptpython-0.33.tar.gz 43295 BLAKE2B 96df547c3a231124e2e34e5dd6d6a2fe661883d8c8f88a25d955c46b250b86319e343adc0a2265841ca69f115e9b0787a431c49db9de2de362cd5d0c4334ae1f SHA512 fce9379e4522b2b644e6159c73e3eff2d0ced8de65462d4ad622f91feb46fa80a9e01a2c7aef1832b4fcf69de5c0c7d229c731149af7029eec46f88a0506ad71 DIST ptpython-2.0.6.tar.gz 46980 BLAKE2B b78013d898bb01106315a7aea88f40c0a8ba70571ae8fb5376dcf7d67636f4e3d4d329c5c58dc4c2cdca80ec92313938250224c2560f91eda40bff6c5f59736c SHA512 2d0a84e6515ad2e6523774b1136fdc822aed95e27e6a2d857952b703ea5def86de44166c2cffd8d2151cdf246088959d0a41279cb66b1249a865bff3ad02f4cc diff --git a/dev-python/ptpython/ptpython-0.33-r1.ebuild b/dev-python/ptpython/ptpython-0.33-r1.ebuild deleted file mode 100644 index e7c152fd13a9..000000000000 --- a/dev-python/ptpython/ptpython-0.33-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 eutils - -DESCRIPTION="Python REPL build on top of prompt_toolkit" -HOMEPAGE="https://pypi.org/project/ptpython/ https://github.com/jonathanslenders/ptpython" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="BSD" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=" - dev-python/docopt[${PYTHON_USEDEP}] - >=dev-python/jedi-0.9.0[${PYTHON_USEDEP}] - >=dev-python/prompt_toolkit-0.58[${PYTHON_USEDEP}] - dev-python/pygments[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] -" - -# Not included -RESTRICT=test - -python_test() { - "${PYTHON}" tests/run_tests.py || die -}