From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 86FB715808B for ; Tue, 15 Mar 2022 11:16:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A21FE07EA; Tue, 15 Mar 2022 11:16:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7E1C1E07E0 for ; Tue, 15 Mar 2022 11:16:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 57CD8342A99 for ; Tue, 15 Mar 2022 11:16:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEF142FB for ; Tue, 15 Mar 2022 11:16:16 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1647342917.1136ffa8f8b236e8e77aac39e2ba81c2c91301d3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ansi2html/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ansi2html/Manifest dev-python/ansi2html/ansi2html-1.6.0.ebuild X-VCS-Directories: dev-python/ansi2html/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1136ffa8f8b236e8e77aac39e2ba81c2c91301d3 X-VCS-Branch: master Date: Tue, 15 Mar 2022 11:16:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 70b2efd0-5f4c-4063-8472-5eeb6ffb4827 X-Archives-Hash: efb0bf7f712826c211361e561d7b8f06 commit: 1136ffa8f8b236e8e77aac39e2ba81c2c91301d3 Author: Michał Górny gentoo org> AuthorDate: Tue Mar 15 11:10:48 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Mar 15 11:15:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1136ffa8 dev-python/ansi2html: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/ansi2html/Manifest | 1 - dev-python/ansi2html/ansi2html-1.6.0.ebuild | 42 ----------------------------- 2 files changed, 43 deletions(-) diff --git a/dev-python/ansi2html/Manifest b/dev-python/ansi2html/Manifest index 2bfbcf42e9b5..ae7a56d67155 100644 --- a/dev-python/ansi2html/Manifest +++ b/dev-python/ansi2html/Manifest @@ -1,2 +1 @@ -DIST ansi2html-1.6.0.tar.gz 36053 BLAKE2B deb63c6c9f431ff225cfcbbd2995f0fce9535736dba7d8c92f1f2e51d525640e69bc4269ab073438239edb35815288fa17b2d69c89cca7627ba2b5096009611f SHA512 35e5fb6cee96fe41a658c005734a58b08bc05e8ad5903ad18684c316bdad351a70c534b4162416225bc2ca774d01b4ac1bb8a8dad3170d0738aa7b3daf46b3c0 DIST ansi2html-1.7.0.tar.gz 42189 BLAKE2B 91c7409b4f8b7503e719489b18e9d7267d80c5259b7481f127cb8d1e6429649249b0832746285efc3e8a4f90ca8f21b872b002634d47a4a54ddfdcc74df0f576 SHA512 bcae0de9874899bd8440853b8279f3b2c4ed46e24bf807221ddc9d1bfa39647e2efd178aefc2fd39bad27b53890270b6ff7c150a0b8e74581b8323ef7a16c977 diff --git a/dev-python/ansi2html/ansi2html-1.6.0.ebuild b/dev-python/ansi2html/ansi2html-1.6.0.ebuild deleted file mode 100644 index 0b434d5ff560..000000000000 --- a/dev-python/ansi2html/ansi2html-1.6.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 - -DESCRIPTION="Convert text with ANSI color codes to HTML" -HOMEPAGE="https://pypi.org/project/ansi2html/ https://github.com/pycontribs/ansi2html" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="LGPL-3+" -SLOT="0" -KEYWORDS="amd64 arm x86" -IUSE="doc" - -RDEPEND=">=dev-python/six-1.7.3[${PYTHON_USEDEP}]" -BDEPEND=" - dev-python/setuptools_scm[${PYTHON_USEDEP}] - dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}] - doc? ( - app-text/asciidoc - ) - test? ( - dev-python/mock[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests --install pytest - -python_install_all() { - use doc && doman man/${PN}.1 - distutils-r1_python_install_all -} - -src_compile() { - # Upstream https://github.com/pycontribs/ansi2html/issues/124 - use doc && emake man/ansi2html.1 - distutils-r1_src_compile -}