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 0CF6E15800F for ; Tue, 31 Jan 2023 02:01:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F4009E08F0; Tue, 31 Jan 2023 02:01:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D6D6EE08F0 for ; Tue, 31 Jan 2023 02:01:22 +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 B46EA340D50 for ; Tue, 31 Jan 2023 02:01:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F49B889 for ; Tue, 31 Jan 2023 02:01:19 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1675130435.8724b209e3c20ba16dab8f7a5a164eba50045307.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/colored-traceback/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/colored-traceback/Manifest dev-python/colored-traceback/colored-traceback-0.3.0.ebuild dev-python/colored-traceback/metadata.xml X-VCS-Directories: dev-python/colored-traceback/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8724b209e3c20ba16dab8f7a5a164eba50045307 X-VCS-Branch: master Date: Tue, 31 Jan 2023 02:01:19 +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: 4a243565-7d9e-411b-8b0a-8d98a9e70576 X-Archives-Hash: b5524effec385df3a0cc971952a55aec commit: 8724b209e3c20ba16dab8f7a5a164eba50045307 Author: Mario Haustein hrz tu-chemnitz de> AuthorDate: Mon Jan 30 22:04:54 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 31 02:00:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8724b209 dev-python/colored-traceback: new package, add 0.3.0 Signed-off-by: Mario Haustein hrz.tu-chemnitz.de> Signed-off-by: Sam James gentoo.org> dev-python/colored-traceback/Manifest | 1 + .../colored-traceback-0.3.0.ebuild | 19 +++++++++++++++++++ dev-python/colored-traceback/metadata.xml | 21 +++++++++++++++++++++ 3 files changed, 41 insertions(+) diff --git a/dev-python/colored-traceback/Manifest b/dev-python/colored-traceback/Manifest new file mode 100644 index 000000000000..5f9e6ef0eece --- /dev/null +++ b/dev-python/colored-traceback/Manifest @@ -0,0 +1 @@ +DIST colored-traceback-0.3.0.tar.gz 3837 BLAKE2B bf79942de0d0791b567dce21609be87319da11596b90e67018ee74069ea63b072b73778283112f9f52270fef046220eff355993d38f84ecd80d895da0401a010 SHA512 013d779df231295319c29a48fe81a5ddfd1b77b1734dedf630a914bdf0ea89e19a8ec028ae40c55125209e748f4027a74d04ec816f6c6d3c21aca52d2dd58e37 diff --git a/dev-python/colored-traceback/colored-traceback-0.3.0.ebuild b/dev-python/colored-traceback/colored-traceback-0.3.0.ebuild new file mode 100644 index 000000000000..c0575730fe5d --- /dev/null +++ b/dev-python/colored-traceback/colored-traceback-0.3.0.ebuild @@ -0,0 +1,19 @@ +# 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 + +DESCRIPTION="Automatically color Python's uncaught exception tracebacks" +HOMEPAGE="https://github.com/staticshock/colored-traceback.py" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]" diff --git a/dev-python/colored-traceback/metadata.xml b/dev-python/colored-traceback/metadata.xml new file mode 100644 index 000000000000..2c1fd78f31a0 --- /dev/null +++ b/dev-python/colored-traceback/metadata.xml @@ -0,0 +1,21 @@ + + + + + mario.haustein@hrz.tu-chemnitz.de + Mario Haustein + + + proxy-maint@gentoo.org + Proxy Maintainers + + + python@gentoo.org + Python + + + + staticshock/colored-traceback.py + colored_traceback + +