Install this version:
emerge -a =net-misc/tuir-1.29.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-misc/tuir-1.29.0
Or alternatively:
emerge --autounmask-write -a =net-misc/tuir-1.29.0
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{7..12} )
PYTHON_REQ_USE="ncurses"
inherit distutils-r1
DESCRIPTION="A terminal user interface (TUI) for Reddit"
HOMEPAGE="https://gitlab.com/ajak/tuir"
SRC_URI="https://gitlab.com/ajak/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${PN}-v${PV}"
RDEPEND="
dev-python/beautifulsoup4[${PYTHON_USEDEP}]
dev-python/decorator[${PYTHON_USEDEP}]
dev-python/kitchen[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
dev-python/standard-mailcap[${PYTHON_USEDEP}]
"
BDEPEND="test? ( dev-python/vcrpy )"
distutils_enable_tests pytest
src_prepare() {
eapply "${FILESDIR}"/${P}-config.py-readfp.patch
eapply "${FILESDIR}"/${PF}-standard-mailcap_req.patch
eapply_user
}
dev-python/beautifulsoup4[] dev-python/decorator[] dev-python/kitchen[] dev-python/requests[] dev-python/six[] dev-python/standard-mailcap[]
test? ( dev-python/vcrpy )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | tuir-v1.29.0.tar.gz | 17689935 bytes | https://gitlab.com/ajak/tuir/-/archive/v1.29.0/tuir-v1.29.0.tar.gz |