Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/prompt_toolkit/
Date: Mon, 25 Sep 2017 23:43:52
Message-Id: 1506383008.d6fc4852fa0cab0778ff88ff9bd757a402e5c231.radhermit@gentoo
1 commit: d6fc4852fa0cab0778ff88ff9bd757a402e5c231
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 25 14:49:22 2017 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 25 23:43:28 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6fc4852
7
8 dev-python/prompt_toolkit: remove old
9
10 dev-python/prompt_toolkit/Manifest | 2 --
11 .../prompt_toolkit/prompt_toolkit-1.0.0.ebuild | 29 ---------------------
12 .../prompt_toolkit/prompt_toolkit-1.0.14.ebuild | 30 ----------------------
13 3 files changed, 61 deletions(-)
14
15 diff --git a/dev-python/prompt_toolkit/Manifest b/dev-python/prompt_toolkit/Manifest
16 index 8a81bd87809..eb74cbb5a51 100644
17 --- a/dev-python/prompt_toolkit/Manifest
18 +++ b/dev-python/prompt_toolkit/Manifest
19 @@ -1,3 +1 @@
20 -DIST prompt_toolkit-1.0.0.tar.gz 212138 SHA256 5108ed9e6e40d28cb1dc90ba563987859231289700d0def999007b08f4f74ea4 SHA512 84908871df84d82b0fd0e31c1bef63b3dde38d8e3c1459d3d5466cfda68ef48477eba5a2d4c5af831e7a3fa42ab57c56f771f8050b53223638683cee27281647 WHIRLPOOL a141f2ed1bc57ef9b663877094c9fe3e4a751a59f72c327da479872bfdd48b7b70ba78f3d4be2c397acb699d2adf272a8df5c8db7b3999b2711dd1b62d4a3d0d
21 -DIST prompt_toolkit-1.0.14.tar.gz 241612 SHA256 cc66413b1b4b17021675d9f2d15d57e640b06ddfd99bb724c73484126d22622f SHA512 909bf50bf0095a8cc37581fc7384f9035eb9d6fd0d16a914e8912693476262cfe0b0c78643ba1c629bd907c861981a9740155927148fcff554446ebb4fd80959 WHIRLPOOL 5967bab046f70bfb74ee8e548fb3a7c5cdfeb328498176db28cf3cea5c47233697e193d4e47f0ae688718c228867b4a9b8a1c7227ce0a94b3e9b30441ec44961
22 DIST prompt_toolkit-1.0.15.tar.gz 243734 SHA256 858588f1983ca497f1cf4ffde01d978a3ea02b01c8a26a8bbc5cd2e66d816917 SHA512 10981be2ed8b71d0cd9f663c4de047cec9664d9276968c6eec40dc45b388d1acf8eba07d534369254f178931079bf39b04eb2ceac06aa63a2021ebf62387b2f5 WHIRLPOOL 0736b1fa8c17cc86e8fcc729ee77d9aee658f9a505c1ccc7a6d987303a978d0e9d10df12c93f9cf6ffe35b2f9b8f8286bcbc07f29cc12c05e644bb17a8218ea4
23
24 diff --git a/dev-python/prompt_toolkit/prompt_toolkit-1.0.0.ebuild b/dev-python/prompt_toolkit/prompt_toolkit-1.0.0.ebuild
25 deleted file mode 100644
26 index 541c4e77af1..00000000000
27 --- a/dev-python/prompt_toolkit/prompt_toolkit-1.0.0.ebuild
28 +++ /dev/null
29 @@ -1,29 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Building powerful interactive command lines in Python"
40 -HOMEPAGE="https://pypi.python.org/pypi/prompt_toolkit/ https://github.com/jonathanslenders/python-prompt-toolkit"
41 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 -
43 -SLOT="0"
44 -LICENSE="BSD"
45 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
46 -IUSE=""
47 -
48 -RDEPEND="
49 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
50 - dev-python/wcwidth[${PYTHON_USEDEP}]
51 -"
52 -DEPEND="${RDEPEND}
53 - dev-python/setuptools[${PYTHON_USEDEP}]
54 -"
55 -
56 -python_test() {
57 - "${PYTHON}" "${S}"/tests/run_tests.py || die
58 -}
59
60 diff --git a/dev-python/prompt_toolkit/prompt_toolkit-1.0.14.ebuild b/dev-python/prompt_toolkit/prompt_toolkit-1.0.14.ebuild
61 deleted file mode 100644
62 index 7543b32f535..00000000000
63 --- a/dev-python/prompt_toolkit/prompt_toolkit-1.0.14.ebuild
64 +++ /dev/null
65 @@ -1,30 +0,0 @@
66 -# Copyright 1999-2017 Gentoo Foundation
67 -# Distributed under the terms of the GNU General Public License v2
68 -
69 -EAPI=6
70 -
71 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
72 -
73 -inherit distutils-r1
74 -
75 -DESCRIPTION="Building powerful interactive command lines in Python"
76 -HOMEPAGE="https://pypi.python.org/pypi/prompt_toolkit/ https://github.com/jonathanslenders/python-prompt-toolkit"
77 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
78 -
79 -SLOT="0"
80 -LICENSE="BSD"
81 -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
82 -IUSE="test"
83 -
84 -RDEPEND="
85 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
86 - dev-python/wcwidth[${PYTHON_USEDEP}]
87 -"
88 -DEPEND="${RDEPEND}
89 - dev-python/setuptools[${PYTHON_USEDEP}]
90 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )
91 -"
92 -
93 -python_test() {
94 - py.test || die
95 -}