commit:     31065574d5607a9a9eb1366c6d3abdd30cb8e14e
Author:     Sergey Alirzaev <l29ah <AT> riseup <DOT> net>
AuthorDate: Wed Jun 25 01:11:46 2025 +0000
Commit:     Sergey Alirzaev <zl29ah <AT> gmail <DOT> com>
CommitDate: Wed Jun 25 01:11:46 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=31065574

net-misc/toot: add 0.48.1

Signed-off-by: Sergey Alirzaev <l29ah <AT> riseup.net>

 net-misc/toot/Manifest           |  1 +
 net-misc/toot/toot-0.48.1.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/net-misc/toot/Manifest b/net-misc/toot/Manifest
index a19c00e22a..47a069b022 100644
--- a/net-misc/toot/Manifest
+++ b/net-misc/toot/Manifest
@@ -1 +1,2 @@
 DIST toot-0.38.1.tar.gz 904085 BLAKE2B 
a3b4bd153f604299625a7ab656928b9874f558dfd9ca78d7b3573a5e71017018403a53c59d516927ed6c70863da8fef9ee8d698420b15af11fb4672c77dd2cff
 SHA512 
eb00f40f628fec33abf2c340515e059bdc68e3a453e9dd403ca66e4d28ca24d67d9499420fb87a7050abe605fe4666abbce5ee57edd2250a6a2816d92d61c37e
+DIST toot-0.48.1.tar.gz 1328964 BLAKE2B 
141eb633815b5fe301fff6d58cab5ae150669027b1d52e1a6a4e11e0b3d5b0336fe95d10e133c4d826cf0a86b5b92fae8b5c3bfb51f06187fce47372d43b9f91
 SHA512 
8c51bf2a10aeff8807a90184caca6fd947700857d7e14485b4009a9705a93b9d47a175a7b11ae5cf8b4b2012417e5e6fb9a22b5cde0adee75e3b01cde259d26e

diff --git a/net-misc/toot/toot-0.48.1.ebuild b/net-misc/toot/toot-0.48.1.ebuild
new file mode 100644
index 0000000000..088e94a35e
--- /dev/null
+++ b/net-misc/toot/toot-0.48.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="toot - Mastodon CLI & TUI"
+HOMEPAGE="https://github.com/ihabunek/toot";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+               >=dev-python/urwid-2.1.2-r1[${PYTHON_USEDEP}]
+               >=dev-python/wcwidth-0.2.6[${PYTHON_USEDEP}]
+               media-fonts/ttf-ancient-fonts
+               >=dev-python/beautifulsoup4-4.12.2[${PYTHON_USEDEP}]
+               >=dev-python/tomlkit-0.11.8[${PYTHON_USEDEP}]
+               test? ( dev-python/psycopg:2[${PYTHON_USEDEP}]
+               >=dev-python/pytest-7.4.0[${PYTHON_USEDEP}] )
+"
+RDEPEND="${DEPEND}"
+
+distutils_enable_tests pytest

Reply via email to