Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/prettytable/
Date: Fri, 02 Sep 2022 15:18:09
Message-Id: 1662131828.b53e276dbbd0ce56f71ed87016bc7acdb1052f86.arthurzam@gentoo
1 commit: b53e276dbbd0ce56f71ed87016bc7acdb1052f86
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 2 14:39:31 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 2 15:17:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b53e276d
7
8 dev-python/prettytable: drop 3.4.0
9
10 This was problematic release which made various reverse dependencies
11 fail with another table format. This breaking change was reverted in
12 v3.4.1, so better to yank this current version fast.
13
14 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
15
16 dev-python/prettytable/Manifest | 1 -
17 dev-python/prettytable/prettytable-3.4.0.ebuild | 33 -------------------------
18 2 files changed, 34 deletions(-)
19
20 diff --git a/dev-python/prettytable/Manifest b/dev-python/prettytable/Manifest
21 index 4d0a182fc824..4cbe21ce94bf 100644
22 --- a/dev-python/prettytable/Manifest
23 +++ b/dev-python/prettytable/Manifest
24 @@ -1,3 +1,2 @@
25 DIST prettytable-3.3.0.tar.gz 54305 BLAKE2B 4d131c16b6c6a0fd64aae1f9f54e286bf27b562888af56a6944d192a24c05d6138c3bdb8f298dcc060db7609d72b8d86ab9664bf6bcf43cd2105bdd433bae3cf SHA512 e190717e2ea89e8faddc7015fd5118e0d93ac5f5318641ce5960b22b4ea3740ff12c4d15812b33655252f258c96f9e848f554d1e678d39761c28025ba7772609
26 -DIST prettytable-3.4.0.tar.gz 54901 BLAKE2B c15d936cc5d31a4df010a51c3f6bdc3e8485859b0df2ebccd917922ed5ca5419227e16aa10b4ca896fbb942573f7fdf1532443f0680174a7f07fde32f718af1b SHA512 3d79007d113737653a871f6ef23d8631cd2810a0c44436933ff063efeaa36d91bc2a98cd7dda526e459c0fbb522ed1f1dd4f45dd0c7c55e24f5b1a0c22bd90d3
27 DIST prettytable-3.4.1.tar.gz 54395 BLAKE2B 155948a3142e5caca82e6986b51693f63a4230faf7f760b4b9738b653928cc4017835e71f5bf06c1f485b1c579c7517de1fff1424d83dd6ff629981a1d4b85ed SHA512 47a00d5d3bd6be77734abf0c6a50ac13f3d6fb72d8cc7bd2d760c860401f46ee94f766063eaeb30cf3d67c6f33fca9e3a1ae9d68af61139704bb1e23ba649ce4
28
29 diff --git a/dev-python/prettytable/prettytable-3.4.0.ebuild b/dev-python/prettytable/prettytable-3.4.0.ebuild
30 deleted file mode 100644
31 index 20477a0624fb..000000000000
32 --- a/dev-python/prettytable/prettytable-3.4.0.ebuild
33 +++ /dev/null
34 @@ -1,33 +0,0 @@
35 -# Copyright 1999-2022 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=8
39 -
40 -DISTUTILS_USE_PEP517=setuptools
41 -PYTHON_COMPAT=( python3_{8..11} pypy3 )
42 -
43 -inherit distutils-r1
44 -
45 -DESCRIPTION="Easily displaying tabular data in a visually appealing ASCII table format"
46 -HOMEPAGE="
47 - https://github.com/jazzband/prettytable/
48 - https://pypi.org/project/prettytable/
49 -"
50 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
51 -
52 -LICENSE="BSD"
53 -SLOT="0"
54 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64 ~riscv ~s390 ~sparc ~x86"
55 -
56 -RDEPEND="
57 - dev-python/wcwidth[${PYTHON_USEDEP}]
58 -"
59 -BDEPEND="
60 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
61 - test? (
62 - $(python_gen_impl_dep sqlite)
63 - dev-python/pytest-lazy-fixture[${PYTHON_USEDEP}]
64 - )
65 -"
66 -
67 -distutils_enable_tests pytest