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: Sat, 28 Mar 2020 12:42:40
Message-Id: 1585399334.da3994c1d018de57d30fceae4e3ebcafb873f83a.mgorny@gentoo
1 commit: da3994c1d018de57d30fceae4e3ebcafb873f83a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 28 12:37:46 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 28 12:42:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da3994c1
7
8 dev-python/prompt_toolkit: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/prompt_toolkit/Manifest | 3 ---
13 .../prompt_toolkit/prompt_toolkit-1.0.15.ebuild | 31 ----------------------
14 .../prompt_toolkit/prompt_toolkit-2.0.6.ebuild | 31 ----------------------
15 .../prompt_toolkit/prompt_toolkit-2.0.7.ebuild | 31 ----------------------
16 4 files changed, 96 deletions(-)
17
18 diff --git a/dev-python/prompt_toolkit/Manifest b/dev-python/prompt_toolkit/Manifest
19 index 6a8b5e48869..1c09d7a04c8 100644
20 --- a/dev-python/prompt_toolkit/Manifest
21 +++ b/dev-python/prompt_toolkit/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST prompt_toolkit-1.0.15.tar.gz 243734 BLAKE2B b27e61bb444360abe95714e2014fcacf2355da0540b21af35cc40cb0f0115d0a3b027236235a89a95c1ec1fa947bf5b88b236b737fab5de78e7bd5fc798aa764 SHA512 10981be2ed8b71d0cd9f663c4de047cec9664d9276968c6eec40dc45b388d1acf8eba07d534369254f178931079bf39b04eb2ceac06aa63a2021ebf62387b2f5
24 DIST prompt_toolkit-2.0.10.tar.gz 347981 BLAKE2B b95cf000d5249da3710f9b51f72d41c3d552f1d3a35dea5493f565f0f62998d890bf2b81b3376140a4d16a19f2c5fd60eb0cb5f2f58180c176ef1543c6fc4ec2 SHA512 b91292cf43607b3a7018ca29827f0aa9bc90efc064c68faffe02ad28e4bb60f45fc2d25bbfd9a40a383a815cb08596975f08237a498f94a5c088d56d3a0a9803
25 -DIST prompt_toolkit-2.0.6.tar.gz 339714 BLAKE2B f969edef98d25930e4d61c1500bb9c8d731dea29e8d154e6baa2ab4045ceaf9d577d46024734a255cc15a4c13685582309e9d2fe7ae3320257f6fd1f9981ada6 SHA512 37082011ee5b8d6fd9febef95c92494ed6108b9ad8c64ac580b69c3464781a2f0dcef5b1c4d06fe309a3036932f7c622042e6b2293acf2ab6f9f2aa3c48d9322
26 -DIST prompt_toolkit-2.0.7.tar.gz 343267 BLAKE2B eed36fb951bcf8b0663a87eb4e77267246bbc7a6b773ed76d730c04b4dd012434fd0e71e5f558c231fd5ba1e8b3403878106bf3c60f44b7aa3e492a99a622b65 SHA512 4ea8102a50290878248ccc2119eb2b5ae50ad58f466510f8328bc172942f5417abde24393958c910ae0ab2ea4a8caff049b6e7acd8d94e9dbeb97b36c6e2191e
27 DIST prompt_toolkit-3.0.3.tar.gz 2997855 BLAKE2B e4fe0d6b43443fd541a5cd2a38c6bb503cd86a6d222e2d0ea692496ca9591ee7ea2147618a224ee4e86d69e74c8bf95c7c408d592e94895d5d6d985e721f26e6 SHA512 4fde083359445c6195c4f15d69e380a3454147e41aaa022cb237734896be191102de92509c011b39d6b31304b6443e8ba0092874fb90db911081f90e9e53b66a
28
29 diff --git a/dev-python/prompt_toolkit/prompt_toolkit-1.0.15.ebuild b/dev-python/prompt_toolkit/prompt_toolkit-1.0.15.ebuild
30 deleted file mode 100644
31 index bfbd6ba63e7..00000000000
32 --- a/dev-python/prompt_toolkit/prompt_toolkit-1.0.15.ebuild
33 +++ /dev/null
34 @@ -1,31 +0,0 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -
40 -PYTHON_COMPAT=( python3_{6,7} )
41 -
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="Building powerful interactive command lines in Python"
45 -HOMEPAGE="https://pypi.org/project/prompt_toolkit/ https://github.com/jonathanslenders/python-prompt-toolkit"
46 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
47 -
48 -SLOT="0"
49 -LICENSE="BSD"
50 -KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux"
51 -IUSE="test"
52 -RESTRICT="!test? ( test )"
53 -
54 -RDEPEND="
55 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
56 - dev-python/wcwidth[${PYTHON_USEDEP}]
57 -"
58 -DEPEND="${RDEPEND}
59 - dev-python/setuptools[${PYTHON_USEDEP}]
60 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )
61 -"
62 -
63 -python_test() {
64 - py.test || die
65 -}
66
67 diff --git a/dev-python/prompt_toolkit/prompt_toolkit-2.0.6.ebuild b/dev-python/prompt_toolkit/prompt_toolkit-2.0.6.ebuild
68 deleted file mode 100644
69 index f3ac6235592..00000000000
70 --- a/dev-python/prompt_toolkit/prompt_toolkit-2.0.6.ebuild
71 +++ /dev/null
72 @@ -1,31 +0,0 @@
73 -# Copyright 1999-2020 Gentoo Authors
74 -# Distributed under the terms of the GNU General Public License v2
75 -
76 -EAPI=6
77 -
78 -PYTHON_COMPAT=( python3_6 )
79 -
80 -inherit distutils-r1
81 -
82 -DESCRIPTION="Building powerful interactive command lines in Python"
83 -HOMEPAGE="https://pypi.org/project/prompt_toolkit/ https://github.com/jonathanslenders/python-prompt-toolkit"
84 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
85 -
86 -SLOT="0"
87 -LICENSE="BSD"
88 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
89 -IUSE="test"
90 -RESTRICT="!test? ( test )"
91 -
92 -RDEPEND="
93 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
94 - dev-python/wcwidth[${PYTHON_USEDEP}]"
95 -
96 -DEPEND="
97 - ${RDEPEND}
98 - dev-python/setuptools[${PYTHON_USEDEP}]
99 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
100 -
101 -python_test() {
102 - py.test || die
103 -}
104
105 diff --git a/dev-python/prompt_toolkit/prompt_toolkit-2.0.7.ebuild b/dev-python/prompt_toolkit/prompt_toolkit-2.0.7.ebuild
106 deleted file mode 100644
107 index 616c0d45b23..00000000000
108 --- a/dev-python/prompt_toolkit/prompt_toolkit-2.0.7.ebuild
109 +++ /dev/null
110 @@ -1,31 +0,0 @@
111 -# Copyright 1999-2020 Gentoo Authors
112 -# Distributed under the terms of the GNU General Public License v2
113 -
114 -EAPI=6
115 -
116 -PYTHON_COMPAT=( python3_{6,7} )
117 -
118 -inherit distutils-r1
119 -
120 -DESCRIPTION="Building powerful interactive command lines in Python"
121 -HOMEPAGE="https://pypi.org/project/prompt_toolkit/ https://github.com/jonathanslenders/python-prompt-toolkit"
122 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
123 -
124 -SLOT="0"
125 -LICENSE="BSD"
126 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
127 -IUSE="test"
128 -RESTRICT="!test? ( test )"
129 -
130 -RDEPEND="
131 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
132 - dev-python/wcwidth[${PYTHON_USEDEP}]"
133 -
134 -DEPEND="
135 - ${RDEPEND}
136 - dev-python/setuptools[${PYTHON_USEDEP}]
137 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
138 -
139 -python_test() {
140 - py.test || die
141 -}