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 CB16515ACFC for ; Fri, 5 May 2023 17:19:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44EAFE0A80; Fri, 5 May 2023 17:19:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 E15DBE0A80 for ; Fri, 5 May 2023 17:19:12 +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 246D134135C for ; Fri, 5 May 2023 17:19:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65531A5F for ; Fri, 5 May 2023 17:19:10 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1683307135.7487d00af138ad6639414ac584ba99373672c0c1.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tcolorpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tcolorpy/Manifest dev-python/tcolorpy/tcolorpy-0.1.3.ebuild X-VCS-Directories: dev-python/tcolorpy/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 7487d00af138ad6639414ac584ba99373672c0c1 X-VCS-Branch: master Date: Fri, 5 May 2023 17:19:10 +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: 2ba3f1c6-91ec-4799-a791-60151e222ce9 X-Archives-Hash: 6c5a3f14c9f2b589c989c1516264aa24 commit: 7487d00af138ad6639414ac584ba99373672c0c1 Author: Arthur Zamarin gentoo org> AuthorDate: Fri May 5 17:10:09 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri May 5 17:18:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7487d00a dev-python/tcolorpy: add 0.1.3 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/tcolorpy/Manifest | 1 + dev-python/tcolorpy/tcolorpy-0.1.3.ebuild | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/dev-python/tcolorpy/Manifest b/dev-python/tcolorpy/Manifest index 988ffba3f9b3..2752e33297a5 100644 --- a/dev-python/tcolorpy/Manifest +++ b/dev-python/tcolorpy/Manifest @@ -1 +1,2 @@ DIST tcolorpy-0.1.2.tar.gz 11024 BLAKE2B 7d2b8e525f507f2061c7401e452e06b76e3f85db1611a579b6f80d3a781c640b0379c22da85b4ec5878bf9762e1c471303e5bf79f51393c3a0ae8ff8fa3bcd51 SHA512 e5a0b26439291d0c7a045cf92818ad50a5c9fcf5d31e8140231ce8bb4c52a1ce163d125a2094e3738a6a14d29b99036ee7a9d5014ea8578f09307d4a4e5674e8 +DIST tcolorpy-0.1.3.tar.gz 10880 BLAKE2B acae626ccc330b5eb0032d9e14d157bd1fbc588dc72c72ff700980ee9a572a4296700026ba26623857ae7bd43febe109c66b8e4d9eb0a82146d7eab90234207e SHA512 978360b224959f8d050fc889a329a191102cf42fb60c1ca298cd0ab53a6c75a4181ef7ded7282d05614cb415b56f141086e9efc6c9c32922aa9ccd3e101e9a1e diff --git a/dev-python/tcolorpy/tcolorpy-0.1.3.ebuild b/dev-python/tcolorpy/tcolorpy-0.1.3.ebuild new file mode 100644 index 000000000000..e0cf7601d11c --- /dev/null +++ b/dev-python/tcolorpy/tcolorpy-0.1.3.ebuild @@ -0,0 +1,18 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..11} ) + +inherit distutils-r1 pypi + +DESCRIPTION="tcolorpy is a Python library to apply true color for terminal text" +HOMEPAGE="https://github.com/thombashi/tcolorpy" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +distutils_enable_tests pytest