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: Sat, 09 Apr 2022 17:45:50
Message-Id: 1649525865.eb0e5afd7b2d7c3aa7eb89a81f4b960188fde826.mgorny@gentoo
1 commit: eb0e5afd7b2d7c3aa7eb89a81f4b960188fde826
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 9 17:37:45 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 9 17:37:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb0e5afd
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.1.1.ebuild | 31 -------------------------
14 2 files changed, 32 deletions(-)
15
16 diff --git a/dev-python/prettytable/Manifest b/dev-python/prettytable/Manifest
17 index 340c19f77f25..254f7d231533 100644
18 --- a/dev-python/prettytable/Manifest
19 +++ b/dev-python/prettytable/Manifest
20 @@ -1,2 +1 @@
21 -DIST prettytable-3.1.1.tar.gz 52705 BLAKE2B 4a52892763777045abbf1d74cbb3dc8b1fdf9dfed006723b3f47a6af44dd8c5a09204e3ead1e586b0bc78255dec93691805f634027f9502a5d97f649ada88449 SHA512 2abfe1039161fc7c1d25b0d053776e842c1413e70ce209324fd9b2f1885949513238ca362f93b1adf405461c978760bc7d635e3321b94352ac2aa9fea94450d5
22 DIST prettytable-3.2.0.tar.gz 52976 BLAKE2B ec41ffe9c752f530128d641a3341cc5c2dc4fd26ae8cf795fd526144ae8c82d359d022a9d52aebcea3217251c7d9513ef2df0f50c3a4f31ec0c2ef6b9c7e6189 SHA512 8f2a0945159727741a52ffdaa5602b862841cb8e0c33d3f755699f4376d2c0bfa539a270e56242503f94cb4fc469cbfd27348abfd740ec8f1cd3f1970053e5db
23
24 diff --git a/dev-python/prettytable/prettytable-3.1.1.ebuild b/dev-python/prettytable/prettytable-3.1.1.ebuild
25 deleted file mode 100644
26 index b1fb8aed347a..000000000000
27 --- a/dev-python/prettytable/prettytable-3.1.1.ebuild
28 +++ /dev/null
29 @@ -1,31 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -DISTUTILS_USE_PEP517=setuptools
36 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Easily displaying tabular data in a visually appealing ASCII table format"
41 -HOMEPAGE="
42 - https://github.com/jazzband/prettytable/
43 - https://pypi.org/project/prettytable/"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="BSD"
47 -SLOT="0"
48 -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc64 ~riscv sparc x86"
49 -
50 -RDEPEND="
51 - dev-python/wcwidth[${PYTHON_USEDEP}]
52 -"
53 -BDEPEND="
54 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
55 - test? (
56 - $(python_gen_impl_dep sqlite)
57 - dev-python/pytest-lazy-fixture[${PYTHON_USEDEP}]
58 - )"
59 -
60 -distutils_enable_tests pytest