mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
net-misc/toot: new package, add 0.38.1
Signed-off-by: Konstantin Tutsch <mail@konstantintutsch.de>
This commit is contained in:
1
net-misc/toot/Manifest
Normal file
1
net-misc/toot/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST toot-0.38.1.tar.gz 904085 BLAKE2B a3b4bd153f604299625a7ab656928b9874f558dfd9ca78d7b3573a5e71017018403a53c59d516927ed6c70863da8fef9ee8d698420b15af11fb4672c77dd2cff SHA512 eb00f40f628fec33abf2c340515e059bdc68e3a453e9dd403ca66e4d28ca24d67d9499420fb87a7050abe605fe4666abbce5ee57edd2250a6a2816d92d61c37e
|
||||
11
net-misc/toot/metadata.xml
Normal file
11
net-misc/toot/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>mail@konstantintutsch.de</email>
|
||||
<name>Konstantin Tutsch</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">ihabunek/toot</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
27
net-misc/toot/toot-0.38.1.ebuild
Normal file
27
net-misc/toot/toot-0.38.1.ebuild
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user