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 9EAA215800A for ; Mon, 21 Aug 2023 18:41:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC0752BC018; Mon, 21 Aug 2023 18:41:10 +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 BC6882BC018 for ; Mon, 21 Aug 2023 18:41:10 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A7D0534126E for ; Mon, 21 Aug 2023 18:41:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0EB48FB0 for ; Mon, 21 Aug 2023 18:41:08 +0000 (UTC) From: "Konstantin Tutsch" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Konstantin Tutsch" Message-ID: <1692643252.5ab9392e4b0865195b4efc9d71f533cb7ad7a9aa.mail@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/toot/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/toot/Manifest net-misc/toot/metadata.xml net-misc/toot/toot-0.38.1.ebuild X-VCS-Directories: net-misc/toot/ X-VCS-Committer: mail X-VCS-Committer-Name: Konstantin Tutsch X-VCS-Revision: 5ab9392e4b0865195b4efc9d71f533cb7ad7a9aa X-VCS-Branch: dev Date: Mon, 21 Aug 2023 18:41:08 +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: 068c9889-52e3-478a-a16f-7dbbdc175f63 X-Archives-Hash: f2e9177c43f131ffd7179f87eabca42d commit: 5ab9392e4b0865195b4efc9d71f533cb7ad7a9aa Author: Konstantin Tutsch konstantintutsch de> AuthorDate: Mon Aug 21 18:40:52 2023 +0000 Commit: Konstantin Tutsch konstantintutsch de> CommitDate: Mon Aug 21 18:40:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5ab9392e net-misc/toot: new package, add 0.38.1 Signed-off-by: Konstantin Tutsch konstantintutsch.de> net-misc/toot/Manifest | 1 + net-misc/toot/metadata.xml | 11 +++++++++++ net-misc/toot/toot-0.38.1.ebuild | 27 +++++++++++++++++++++++++++ 3 files changed, 39 insertions(+) diff --git a/net-misc/toot/Manifest b/net-misc/toot/Manifest new file mode 100644 index 0000000000..a19c00e22a --- /dev/null +++ b/net-misc/toot/Manifest @@ -0,0 +1 @@ +DIST toot-0.38.1.tar.gz 904085 BLAKE2B a3b4bd153f604299625a7ab656928b9874f558dfd9ca78d7b3573a5e71017018403a53c59d516927ed6c70863da8fef9ee8d698420b15af11fb4672c77dd2cff SHA512 eb00f40f628fec33abf2c340515e059bdc68e3a453e9dd403ca66e4d28ca24d67d9499420fb87a7050abe605fe4666abbce5ee57edd2250a6a2816d92d61c37e diff --git a/net-misc/toot/metadata.xml b/net-misc/toot/metadata.xml new file mode 100644 index 0000000000..074258ca62 --- /dev/null +++ b/net-misc/toot/metadata.xml @@ -0,0 +1,11 @@ + + + + + mail@konstantintutsch.de + Konstantin Tutsch + + + ihabunek/toot + + diff --git a/net-misc/toot/toot-0.38.1.ebuild b/net-misc/toot/toot-0.38.1.ebuild new file mode 100644 index 0000000000..84a547e77f --- /dev/null +++ b/net-misc/toot/toot-0.38.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_11 ) + +inherit distutils-r1 + +DESCRIPTION="toot - Mastodon CLI & TUI" +HOMEPAGE="https://github.com/ihabunek/toot" +SRC_URI="https://github.com/ihabunek/toot/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3.0" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=">=dev-python/urwid-2.1.2-r1 +>=dev-python/wcwidth-0.2.6 +>=media-fonts/symbola-13.00 +>=dev-python/beautifulsoup4-4.12.2 +>=dev-python/tomlkit-0.11.8" +RDEPEND="${DEPEND}" +BDEPEND="" + +distutils_enable_tests pytest