diff options
Diffstat (limited to 'dev-python/ansi2html')
-rw-r--r-- | dev-python/ansi2html/Manifest | 3 | ||||
-rw-r--r-- | dev-python/ansi2html/ansi2html-1.8.0-r1.ebuild | 31 | ||||
-rw-r--r-- | dev-python/ansi2html/ansi2html-1.8.0-r2.ebuild | 14 |
3 files changed, 10 insertions, 38 deletions
diff --git a/dev-python/ansi2html/Manifest b/dev-python/ansi2html/Manifest index f36ea4657271..fa6a09b8a602 100644 --- a/dev-python/ansi2html/Manifest +++ b/dev-python/ansi2html/Manifest @@ -1,4 +1,3 @@ DIST ansi2html-1.8.0.tar.gz 44146 BLAKE2B 66672927a64ad38dce0b0819fabc3778f6aba82d176e992630a8db076988a21af8dd445306b8bb580f1539b35044b95de749d6bfb65c27f9b431e4cb6bd562c7 SHA512 cbdda41f206ced5b19761a1ff9747acc6cadca3a5a2f58c97c6073db7d517e59fea7601bba28a8e7e105f3c0c9c4d78ca4f242100cbded6c8a9ca2d598de0ab4 -EBUILD ansi2html-1.8.0-r1.ebuild 695 BLAKE2B 2d63a31f63948d5aea7f83dc1d0b08e9343c839ec81da50051133fb310f5ca6d8cb16da28929846f55bc0ae9d05ef4d1591f97033edf45dbd40e51ff9ab3631c SHA512 1adda22389191673da53d1d79ed9433dbde3e8e4225522db763de47d489d8230d71b635906e909588e6c070e8226bf5ef59d15546b972b0fa7d6a4f7192ed14f -EBUILD ansi2html-1.8.0-r2.ebuild 633 BLAKE2B a56c7be9522e92b59a66cb61e18fbe252e3da8dd7420e7a861897ae2b42af7eed845b1d67d7273d45b6a598abccc17c6f35886b9f564a62b6d42b96333d323ba SHA512 3fcc93dcf2bb43a77dfde826410ac085b102a9968de072577b704ef672cb1c8b7e8be82a930c0c95e9c4f28357d6f06dce0a106330ca3059dd22846eeffcc7ae +EBUILD ansi2html-1.8.0-r2.ebuild 638 BLAKE2B e253259ed62eb85c5756eb2fc9a04f948d3786baadab039399bf8ff74cd5b449ee63d481d9a6c5b2c0d3184c4aadccc278a4179b7187765deb248e6ee1e14789 SHA512 cda067ff3243b5ca8014faf62235976297f837835c3bbe10dbe30f8ed4ea977f476712fcdf1bb29937e8c2544189a52ec1b3050652875ff9abf6d29ea35e552d MISC metadata.xml 406 BLAKE2B af6335def83547635dc916a45f1d9296faa0e1806237eeb76deac4ea28e701549bdc7fc9cab7e35b84e8f5c32e31ac7bb22c924865872326b70485acef36d517 SHA512 ebbf8d50e3c798cd2889bec1f5bd3f827bbedb9bafe4610b88fa18b1805514f156351786461ae558769f1ce299174d50ee06c864e008d013b26a6c1afb10792e diff --git a/dev-python/ansi2html/ansi2html-1.8.0-r1.ebuild b/dev-python/ansi2html/ansi2html-1.8.0-r1.ebuild deleted file mode 100644 index 2f44c10ca5d9..000000000000 --- a/dev-python/ansi2html/ansi2html-1.8.0-r1.ebuild +++ /dev/null @@ -1,31 +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_{9..11} ) - -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 ~riscv x86" -IUSE="" - -RDEPEND=">=dev-python/six-1.7.3[${PYTHON_USEDEP}]" -BDEPEND=" - dev-python/setuptools-scm[${PYTHON_USEDEP}] - dev-python/setuptools_scm_git_archive[${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-r2.ebuild b/dev-python/ansi2html/ansi2html-1.8.0-r2.ebuild index 6cddd195fb25..a2dc25d97bfa 100644 --- a/dev-python/ansi2html/ansi2html-1.8.0-r2.ebuild +++ b/dev-python/ansi2html/ansi2html-1.8.0-r2.ebuild @@ -4,19 +4,23 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +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" +HOMEPAGE=" + https://pypi.org/project/ansi2html/ + https://github.com/pycontribs/ansi2html/ +" LICENSE="LGPL-3+" SLOT="0" -KEYWORDS="~amd64 ~arm ~riscv ~x86" +KEYWORDS="amd64 arm ~riscv x86" -RDEPEND=">=dev-python/six-1.7.3[${PYTHON_USEDEP}]" +RDEPEND=" + >=dev-python/six-1.7.3[${PYTHON_USEDEP}] +" BDEPEND=" dev-python/setuptools-scm[${PYTHON_USEDEP}] " |