From 5944ce177026c93b7dab690db9d970567ddbf75f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 5 Dec 2023 11:04:31 +0000 Subject: gentoo auto-resync : 05:12:2023 - 11:04:31 --- dev-python/ansi2html/Manifest | 2 +- dev-python/ansi2html/ansi2html-1.8.0-r2.ebuild | 33 -------------------------- dev-python/ansi2html/ansi2html-1.8.0-r3.ebuild | 30 +++++++++++++++++++++++ 3 files changed, 31 insertions(+), 34 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/Manifest b/dev-python/ansi2html/Manifest index 907d159f13ae..8624b99f7b04 100644 --- a/dev-python/ansi2html/Manifest +++ b/dev-python/ansi2html/Manifest @@ -1,3 +1,3 @@ DIST ansi2html-1.8.0.tar.gz 44146 BLAKE2B 66672927a64ad38dce0b0819fabc3778f6aba82d176e992630a8db076988a21af8dd445306b8bb580f1539b35044b95de749d6bfb65c27f9b431e4cb6bd562c7 SHA512 cbdda41f206ced5b19761a1ff9747acc6cadca3a5a2f58c97c6073db7d517e59fea7601bba28a8e7e105f3c0c9c4d78ca4f242100cbded6c8a9ca2d598de0ab4 -EBUILD ansi2html-1.8.0-r2.ebuild 645 BLAKE2B 8c5c72ea959db80370ee8e461bd90f829afae8a9d16aa73bea89cf755ec892d5f93e1d169cb78ea2320dfbcabbcef9ee80b0aef70b810b131ece2c2ec784dc2c SHA512 192cafd22b1fd2a132c6952666b357da92933392fc8348dcb60a27f86cc3d1deff274bdc1ec4e6fb3df749ec46e28ea939f66efd4f7a409491b458db04a947c1 +EBUILD ansi2html-1.8.0-r3.ebuild 591 BLAKE2B 4b69c7dea058b4172fdfa59dda4818b9f4adae4018ad7195482f509d53e1c942d9ec15220b949275556d7865b505a0e09fae76a95e98566951eff27719212db4 SHA512 4af16d09fa706ffc92df52219d9d64fb7c2961223bfe12516ffeb0d02bc26d69ddc56c2a6981c3bd283a0a219ca6186271744731fbb9bff202624b19ee4f6dbe MISC metadata.xml 406 BLAKE2B af6335def83547635dc916a45f1d9296faa0e1806237eeb76deac4ea28e701549bdc7fc9cab7e35b84e8f5c32e31ac7bb22c924865872326b70485acef36d517 SHA512 ebbf8d50e3c798cd2889bec1f5bd3f827bbedb9bafe4610b88fa18b1805514f156351786461ae558769f1ce299174d50ee06c864e008d013b26a6c1afb10792e 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