Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/prompt_toolkit/
Date: Thu, 30 Jul 2020 20:41:14
Message-Id: 1596141644.9cae8650604d51b37a0bb4bd12e3524a1260dc23.mgorny@gentoo
1 commit: 9cae8650604d51b37a0bb4bd12e3524a1260dc23
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 30 20:35:20 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 30 20:40:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cae8650
7
8 dev-python/prompt_toolkit: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/prompt_toolkit/Manifest | 1 -
13 .../prompt_toolkit/prompt_toolkit-3.0.3.ebuild | 22 ----------------------
14 2 files changed, 23 deletions(-)
15
16 diff --git a/dev-python/prompt_toolkit/Manifest b/dev-python/prompt_toolkit/Manifest
17 index 9cd27f637b7..9b26a6b28c3 100644
18 --- a/dev-python/prompt_toolkit/Manifest
19 +++ b/dev-python/prompt_toolkit/Manifest
20 @@ -1,3 +1,2 @@
21 DIST prompt_toolkit-2.0.10.tar.gz 347981 BLAKE2B b95cf000d5249da3710f9b51f72d41c3d552f1d3a35dea5493f565f0f62998d890bf2b81b3376140a4d16a19f2c5fd60eb0cb5f2f58180c176ef1543c6fc4ec2 SHA512 b91292cf43607b3a7018ca29827f0aa9bc90efc064c68faffe02ad28e4bb60f45fc2d25bbfd9a40a383a815cb08596975f08237a498f94a5c088d56d3a0a9803
22 -DIST prompt_toolkit-3.0.3.tar.gz 2997855 BLAKE2B e4fe0d6b43443fd541a5cd2a38c6bb503cd86a6d222e2d0ea692496ca9591ee7ea2147618a224ee4e86d69e74c8bf95c7c408d592e94895d5d6d985e721f26e6 SHA512 4fde083359445c6195c4f15d69e380a3454147e41aaa022cb237734896be191102de92509c011b39d6b31304b6443e8ba0092874fb90db911081f90e9e53b66a
23 DIST prompt_toolkit-3.0.5.tar.gz 2999763 BLAKE2B 6c4c32583a363daf562d4fa29f697c3d38db1b84130f26167cae52ae90f5b34111a9785ed569d3bdb4c185271ef1a075144d1c53b46184c136e5f1af4713ecce SHA512 fe6cfc7223529b77bdfa34dbebc8f5690ac6a1d0082cbf3f03f49598408bcff082697df1bd7ee427c796fe0c8d73126a965269e77ed0e6f1519b338b464995a7
24
25 diff --git a/dev-python/prompt_toolkit/prompt_toolkit-3.0.3.ebuild b/dev-python/prompt_toolkit/prompt_toolkit-3.0.3.ebuild
26 deleted file mode 100644
27 index a280a736898..00000000000
28 --- a/dev-python/prompt_toolkit/prompt_toolkit-3.0.3.ebuild
29 +++ /dev/null
30 @@ -1,22 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -PYTHON_COMPAT=( python3_{6..9} )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="Building powerful interactive command lines in Python"
39 -HOMEPAGE="https://pypi.org/project/prompt_toolkit/ https://github.com/prompt-toolkit/python-prompt-toolkit"
40 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 -
42 -LICENSE="BSD"
43 -SLOT="0"
44 -KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86"
45 -IUSE=""
46 -
47 -RDEPEND="
48 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
49 - dev-python/wcwidth[${PYTHON_USEDEP}]
50 -"
51 -
52 -distutils_enable_tests pytest