From a7fb9a9d59357e31d70e1f54276f1164c8621d90 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Wed, 29 Nov 2023 00:03:40 -0500 Subject: dev-python/ansi2html: remove outdated dependency on six MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dropped upstream in 1.6.0 via the charmingly named squash commit: `Merge from develop to master (#121)` https://github.com/pycontribs/ansi2html/commit/362961de1eae7c93a0299dff17848b6bece1a2a3 Signed-off-by: Eli Schwartz Signed-off-by: Michał Górny --- dev-python/ansi2html/ansi2html-1.8.0-r2.ebuild | 33 -------------------------- dev-python/ansi2html/ansi2html-1.8.0-r3.ebuild | 30 +++++++++++++++++++++++ 2 files changed, 30 insertions(+), 33 deletions(-) delete mode 100644 dev-python/ansi2html/ansi2html-1.8.0-r2.ebuild create mode 100644 dev-python/ansi2html/ansi2html-1.8.0-r3.ebuild (limited to 'dev-python/ansi2html') diff --git a/dev-python/ansi2html/ansi2html-1.8.0-r2.ebuild b/dev-python/ansi2html/ansi2html-1.8.0-r2.ebuild deleted file mode 100644 index ba0ae14aaae1..000000000000 --- a/dev-python/ansi2html/ansi2html-1.8.0-r2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Convert text with ANSI color codes to HTML" -HOMEPAGE=" - https://pypi.org/project/ansi2html/ - https://github.com/pycontribs/ansi2html/ -" - -LICENSE="LGPL-3+" -SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~riscv x86" - -RDEPEND=" - >=dev-python/six-1.7.3[${PYTHON_USEDEP}] -" -BDEPEND=" - dev-python/setuptools-scm[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -python_install_all() { - doman man/${PN}.1 - distutils-r1_python_install_all -} diff --git a/dev-python/ansi2html/ansi2html-1.8.0-r3.ebuild b/dev-python/ansi2html/ansi2html-1.8.0-r3.ebuild new file mode 100644 index 000000000000..12cd735e53d5 --- /dev/null +++ b/dev-python/ansi2html/ansi2html-1.8.0-r3.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Convert text with ANSI color codes to HTML" +HOMEPAGE=" + https://pypi.org/project/ansi2html/ + https://github.com/pycontribs/ansi2html/ +" + +LICENSE="LGPL-3+" +SLOT="0" +KEYWORDS="amd64 arm ~arm64 ~riscv x86" + +BDEPEND=" + dev-python/setuptools-scm[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest + +python_install_all() { + doman man/${PN}.1 + distutils-r1_python_install_all +} -- cgit v1.2.3-65-gdbad