mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
net-misc/toot: bump to 0.51.0, fixes, rm old
Signed-off-by: Sergey Alirzaev <l29ah@riseup.net>
This commit is contained in:
@@ -1,3 +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
|
||||
DIST toot-0.51.0.tar.gz 1316620 BLAKE2B ebf96f7c71d52e2b57f4cc20b855084497628d4978f3ac862bd8ba71cc247e95c8912872ca780cbfad18e5bb9a1740df239f259c78df139fd4be5bb50070b8b6 SHA512 20db8a857064a44a60616e108b4e98d6bed836f3d81c4409e45d5a3dd06564c291f8d22fa6733fe7f1463a47194da172edd4c557459a8bfaaa3fe3638eae5d63
|
||||
|
||||
@@ -1,30 +0,0 @@
|
||||
# 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..12} )
|
||||
|
||||
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"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="
|
||||
>=dev-python/urwid-2.1.2-r1
|
||||
>=dev-python/wcwidth-0.2.6
|
||||
media-fonts/ttf-ancient-fonts
|
||||
>=dev-python/beautifulsoup4-4.12.2
|
||||
>=dev-python/tomlkit-0.11.8
|
||||
test? ( dev-python/psycopg:2
|
||||
>=dev-python/pytest-7.4.0 )
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
30
net-misc/toot/toot-0.51.0.ebuild
Normal file
30
net-misc/toot/toot-0.51.0.ebuild
Normal file
@@ -0,0 +1,30 @@
|
||||
# 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"
|
||||
|
||||
# https://github.com/ihabunek/toot/issues/558
|
||||
DEPEND="
|
||||
<dev-python/urwid-3.0.4[${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