commit:     b4efcb7ead982639302996ef60c278e5d6a9e4bb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 13 16:02:07 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 13 16:04:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4efcb7e

dev-python/prettytable: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/prettytable/Manifest                 |  1 -
 dev-python/prettytable/prettytable-3.6.0.ebuild | 38 -------------------------
 2 files changed, 39 deletions(-)

diff --git a/dev-python/prettytable/Manifest b/dev-python/prettytable/Manifest
index 1021f6d47fc4..650e3f44abf8 100644
--- a/dev-python/prettytable/Manifest
+++ b/dev-python/prettytable/Manifest
@@ -1,3 +1,2 @@
 DIST prettytable-3.3.0.tar.gz 54305 BLAKE2B 
4d131c16b6c6a0fd64aae1f9f54e286bf27b562888af56a6944d192a24c05d6138c3bdb8f298dcc060db7609d72b8d86ab9664bf6bcf43cd2105bdd433bae3cf
 SHA512 
e190717e2ea89e8faddc7015fd5118e0d93ac5f5318641ce5960b22b4ea3740ff12c4d15812b33655252f258c96f9e848f554d1e678d39761c28025ba7772609
-DIST prettytable-3.6.0.gh.tar.gz 46174 BLAKE2B 
2a7e507efdf4ab3282e95e8db14b92477fdd40a06fdb009146ce6a3a52ef49e46a61803ac3cd85d2ec993ad8cc49bd842d438b97fc037e56cb33cd4495b535ef
 SHA512 
b4693a3d30555f598cb955923560d02ce7c757e87ee49bf09c8d50d3ce8bef67ebfad1c780914f488e89852c0e363c2cad098addc058a88864efb8eefa8e9cd8
 DIST prettytable-3.7.0.tar.gz 47169 BLAKE2B 
cc749c6a42ad45359ccb6195378526d7c6da1be932770090cdcee565606131eaa1f83a01732781e3cf39719b4cb42824865b4855e5432e7517cbead139361e2d
 SHA512 
4fe83cfc7f3fa4031191e0c9b4a70eb550c189a0921d3f85d1be5b8fce8c917034f8039861577a447b6705c4bbe49f6b18698605ffdef80e2f9bc81dafabeefe

diff --git a/dev-python/prettytable/prettytable-3.6.0.ebuild 
b/dev-python/prettytable/prettytable-3.6.0.ebuild
deleted file mode 100644
index 8f107b22cec0..000000000000
--- a/dev-python/prettytable/prettytable-3.6.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Easily displaying tabular data in a visually appealing ASCII 
table format"
-HOMEPAGE="
-       https://github.com/jazzband/prettytable/
-       https://pypi.org/project/prettytable/
-"
-SRC_URI="
-       https://github.com/jazzband/prettytable/archive/${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc64 ~riscv ~s390 sparc 
x86"
-
-RDEPEND="
-       dev-python/wcwidth[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       dev-python/hatch-vcs[${PYTHON_USEDEP}]
-       test? (
-               $(python_gen_impl_dep sqlite)
-               dev-python/pytest-lazy-fixture[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}

Reply via email to