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/prettytable/
Date: Tue, 29 Nov 2022 08:41:40
Message-Id: 1669711102.ca4f3ea24dd638bc3034477186390bc339203677.mgorny@gentoo
1 commit: ca4f3ea24dd638bc3034477186390bc339203677
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 29 08:38:22 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 29 08:38:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca4f3ea2
7
8 dev-python/prettytable: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/prettytable/Manifest | 1 -
13 dev-python/prettytable/prettytable-3.4.1.ebuild | 33 -------------------------
14 2 files changed, 34 deletions(-)
15
16 diff --git a/dev-python/prettytable/Manifest b/dev-python/prettytable/Manifest
17 index 38f6edd33ab0..4524f2bd3cd5 100644
18 --- a/dev-python/prettytable/Manifest
19 +++ b/dev-python/prettytable/Manifest
20 @@ -1,3 +1,2 @@
21 DIST prettytable-3.3.0.tar.gz 54305 BLAKE2B 4d131c16b6c6a0fd64aae1f9f54e286bf27b562888af56a6944d192a24c05d6138c3bdb8f298dcc060db7609d72b8d86ab9664bf6bcf43cd2105bdd433bae3cf SHA512 e190717e2ea89e8faddc7015fd5118e0d93ac5f5318641ce5960b22b4ea3740ff12c4d15812b33655252f258c96f9e848f554d1e678d39761c28025ba7772609
22 -DIST prettytable-3.4.1.tar.gz 54395 BLAKE2B 155948a3142e5caca82e6986b51693f63a4230faf7f760b4b9738b653928cc4017835e71f5bf06c1f485b1c579c7517de1fff1424d83dd6ff629981a1d4b85ed SHA512 47a00d5d3bd6be77734abf0c6a50ac13f3d6fb72d8cc7bd2d760c860401f46ee94f766063eaeb30cf3d67c6f33fca9e3a1ae9d68af61139704bb1e23ba649ce4
23 DIST prettytable-3.5.0.gh.tar.gz 45387 BLAKE2B 0ddb2c89e80c8f713c01afd4db7d5fcfa8151bcfaf7dcf07d66898b1b868ca093931829fe1b4db96c120a6eda1f84580726931dbd6d49b9870c1fc1eb0e479b9 SHA512 24ef28a42365568bf68a974afd42fcc1bfb9208e1cb75fc1b2890bc2253487afa6536e778b58e320e952ca8bf9b69193bd1293bb7615628d03765ee24c44edff
24
25 diff --git a/dev-python/prettytable/prettytable-3.4.1.ebuild b/dev-python/prettytable/prettytable-3.4.1.ebuild
26 deleted file mode 100644
27 index ad2e242e5cea..000000000000
28 --- a/dev-python/prettytable/prettytable-3.4.1.ebuild
29 +++ /dev/null
30 @@ -1,33 +0,0 @@
31 -# Copyright 1999-2022 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -DISTUTILS_USE_PEP517=setuptools
37 -PYTHON_COMPAT=( python3_{8..11} pypy3 )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Easily displaying tabular data in a visually appealing ASCII table format"
42 -HOMEPAGE="
43 - https://github.com/jazzband/prettytable/
44 - https://pypi.org/project/prettytable/
45 -"
46 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
47 -
48 -LICENSE="BSD"
49 -SLOT="0"
50 -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc64 ~riscv ~s390 sparc x86"
51 -
52 -RDEPEND="
53 - dev-python/wcwidth[${PYTHON_USEDEP}]
54 -"
55 -BDEPEND="
56 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
57 - test? (
58 - $(python_gen_impl_dep sqlite)
59 - dev-python/pytest-lazy-fixture[${PYTHON_USEDEP}]
60 - )
61 -"
62 -
63 -distutils_enable_tests pytest