mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
net-misc/toot: add 0.50.0
Signed-off-by: Sergey Alirzaev <l29ah@riseup.net>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST toot-0.38.1.tar.gz 904085 BLAKE2B a3b4bd153f604299625a7ab656928b9874f558dfd9ca78d7b3573a5e71017018403a53c59d516927ed6c70863da8fef9ee8d698420b15af11fb4672c77dd2cff SHA512 eb00f40f628fec33abf2c340515e059bdc68e3a453e9dd403ca66e4d28ca24d67d9499420fb87a7050abe605fe4666abbce5ee57edd2250a6a2816d92d61c37e
|
||||
DIST toot-0.48.1.tar.gz 1328964 BLAKE2B 141eb633815b5fe301fff6d58cab5ae150669027b1d52e1a6a4e11e0b3d5b0336fe95d10e133c4d826cf0a86b5b92fae8b5c3bfb51f06187fce47372d43b9f91 SHA512 8c51bf2a10aeff8807a90184caca6fd947700857d7e14485b4009a9705a93b9d47a175a7b11ae5cf8b4b2012417e5e6fb9a22b5cde0adee75e3b01cde259d26e
|
||||
DIST toot-0.50.0.tar.gz 1317704 BLAKE2B a20fb44db1186af2ac808b557d89fc5929c0748f9ec0fae60e093d3fd15cc4ecfcff8ec89f2934d030ad419ef58287300a6b77cd2d3ef19185744ef84488be50 SHA512 5c33349581fd117796f70902277c072018033863ae45d7963976338093c960d6a3a6633a2ac158cfc3a3ee978cff06f14cc37e379205134fab2a3ca6a9327821
|
||||
|
||||
29
net-misc/toot/toot-0.50.0.ebuild
Normal file
29
net-misc/toot/toot-0.50.0.ebuild
Normal file
@@ -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..14} )
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user