mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
net-misc/tuir: treeclean
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
DIST tuir-v1.29.0.tar.gz 17689935 BLAKE2B 8bd2c046a350804eaa02f83ab71b8c3e838411dc5b78929b873f95808dd09cd3b2634a377747a8094e896f02875f3af75e239a1cd7713a295bc573b0aa79b605 SHA512 254dcbb825011d0651f4a899d2fbfbd7f4366f68aad95dcc9790876c0af63d5b2ced4d50f36d98e683b2d53d7e5819110ec3e5964fb92b9c69f40b3d43f04e1b
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
||||||
<pkgmetadata>
|
|
||||||
<maintainer type="person">
|
|
||||||
<email>svdm-gentoo@protonmail.com</email>
|
|
||||||
<name>Simon van der Maas</name>
|
|
||||||
</maintainer>
|
|
||||||
</pkgmetadata>
|
|
||||||
@@ -1,32 +0,0 @@
|
|||||||
# Copyright 1999-2021 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=8
|
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{8,9} )
|
|
||||||
PYTHON_REQ_USE="ncurses"
|
|
||||||
inherit distutils-r1
|
|
||||||
|
|
||||||
DESCRIPTION="A text-based interface (TUI) to view and interact with Reddit from your terminal"
|
|
||||||
HOMEPAGE="https://gitlab.com/ajak/tuir"
|
|
||||||
SRC_URI="https://gitlab.com/ajak/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz"
|
|
||||||
S="${WORKDIR}/${PN}-v${PV}"
|
|
||||||
|
|
||||||
LICENSE="MIT"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="~amd64 ~x86"
|
|
||||||
|
|
||||||
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}]
|
|
||||||
"
|
|
||||||
BDEPEND="test? ( dev-python/vcrpy )"
|
|
||||||
|
|
||||||
distutils_enable_tests pytest
|
|
||||||
|
|
||||||
python_test() {
|
|
||||||
epytest --deselect tests/test_content.py::test_content_humanize_timestamp
|
|
||||||
}
|
|
||||||
@@ -54,10 +54,6 @@ dev-python/thriftrw
|
|||||||
# Pytest hangs. No revdeps. Removal on 2022-07-04.
|
# Pytest hangs. No revdeps. Removal on 2022-07-04.
|
||||||
dev-python/threadloop
|
dev-python/threadloop
|
||||||
|
|
||||||
# Anna Vyalkova <cyber+gentoo@sysrq.in> (2022-06-02)
|
|
||||||
# Doesn't support Python 3.10.
|
|
||||||
net-misc/tuir
|
|
||||||
|
|
||||||
# Christopher Byrne <salah.coronya@gmail.com> (2022-04-15)
|
# Christopher Byrne <salah.coronya@gmail.com> (2022-04-15)
|
||||||
# Depends on masked dev-libs/openssl-3.0.*
|
# Depends on masked dev-libs/openssl-3.0.*
|
||||||
app-crypt/tpm2-openssl
|
app-crypt/tpm2-openssl
|
||||||
|
|||||||
Reference in New Issue
Block a user