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: Wed, 28 Apr 2021 17:47:59
Message-Id: 1619632018.31ca3e1a1b57f7d85a262f4db9f381a9b30f9de8.mgorny@gentoo
1 commit: 31ca3e1a1b57f7d85a262f4db9f381a9b30f9de8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 28 17:46:58 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 28 17:46:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31ca3e1a
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.17.ebuild | 24 ----------------------
14 2 files changed, 25 deletions(-)
15
16 diff --git a/dev-python/prompt_toolkit/Manifest b/dev-python/prompt_toolkit/Manifest
17 index 7e34751548a..12fb580f308 100644
18 --- a/dev-python/prompt_toolkit/Manifest
19 +++ b/dev-python/prompt_toolkit/Manifest
20 @@ -1,2 +1 @@
21 -DIST prompt_toolkit-3.0.17.tar.gz 3033301 BLAKE2B 86ba94f2e0c9e998c53e5e4ed12961c85c667b6d0356d17cfcb1856aef933f88c1c525507e76a833970444a787641c7316bc7496787ffcd61102945ae91b73bb SHA512 ef78b3aaf953f20a035f8a1f58262a8e4c1ae6b88c02c523bc51237bed22f52e229488d0113901bcd94835cc7120ccb4beb75cc9c9d99dde4e8f21df7bfde8a4
22 DIST prompt_toolkit-3.0.18.tar.gz 3034754 BLAKE2B 27334b7009fc162af67a1fa14bd30c76efed6a333c5c93f3100a2c9ad3299a1139c3c3cf530e7e048b5700c0dc4ec1087d1aecd5412785b09221ea2d55796008 SHA512 be2dbd72a1e08553c0e50453958b6085a7d743464acd02b303e5002e1174d672d2cadd7a992e71d0445aa2f2be7565411ae4d00c3677c275eca056a20ad9efc8
23
24 diff --git a/dev-python/prompt_toolkit/prompt_toolkit-3.0.17.ebuild b/dev-python/prompt_toolkit/prompt_toolkit-3.0.17.ebuild
25 deleted file mode 100644
26 index 8f045fd79e7..00000000000
27 --- a/dev-python/prompt_toolkit/prompt_toolkit-3.0.17.ebuild
28 +++ /dev/null
29 @@ -1,24 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -PYTHON_COMPAT=( python3_{7..9} )
35 -inherit distutils-r1
36 -
37 -DESCRIPTION="Building powerful interactive command lines in Python"
38 -HOMEPAGE="
39 - https://pypi.org/project/prompt-toolkit/
40 - https://github.com/prompt-toolkit/python-prompt-toolkit"
41 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="BSD"
44 -SLOT="0"
45 -KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86"
46 -IUSE=""
47 -
48 -RDEPEND="
49 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
50 - dev-python/wcwidth[${PYTHON_USEDEP}]
51 -"
52 -
53 -distutils_enable_tests pytest