net-misc/tuir - 1.29.0 (schplaf)

Search

Install

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

Package Information

Description:
A terminal user interface (TUI) for Reddit
Homepage:
https://gitlab.com/ajak/tuir
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.29.0 8 ~amd64 ~x86 0
View Raw Ebuild
# 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
}

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/beautifulsoup4[]
	dev-python/decorator[]
	dev-python/kitchen[]
	dev-python/requests[]
	dev-python/six[]
	dev-python/standard-mailcap[]

BDEPEND

test? ( dev-python/vcrpy )

Manifest for 1.29.0

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