2023-02-08 22:20:58 +01:00
|
|
|
# Copyright 2020-2023 Gentoo Authors
|
2021-04-24 09:31:31 +02:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2021-07-10 19:09:23 +02:00
|
|
|
EAPI="8"
|
2021-04-24 09:31:31 +02:00
|
|
|
|
2022-11-22 22:38:14 +01:00
|
|
|
DISTUTILS_USE_PEP517=setuptools
|
2023-02-08 22:20:58 +01:00
|
|
|
PYTHON_COMPAT=( python3_{10..11} )
|
2021-04-24 09:31:31 +02:00
|
|
|
inherit distutils-r1
|
|
|
|
|
|
|
|
DESCRIPTION="Mutt and terminal url selector (similar to urlview)"
|
|
|
|
HOMEPAGE="https://github.com/firecat53/urlscan"
|
|
|
|
SRC_URI="https://github.com/firecat53/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
|
|
|
|
|
|
|
LICENSE="GPL-2"
|
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
DEPEND="dev-python/urwid[${PYTHON_USEDEP}]"
|
|
|
|
RDEPEND="${DEPEND}"
|
|
|
|
BDEPEND=""
|
|
|
|
|
2021-10-07 14:28:48 +02:00
|
|
|
DOCS=( README.md )
|
2021-10-06 20:27:33 +02:00
|
|
|
PATCHES=( "${FILESDIR}/${PN}-0.9.7-respect-paths.patch" )
|