net-mail/urlscan: Switch to pypi package
Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
parent
2e71d3c232
commit
301d3ea7fb
@ -7,5 +7,6 @@
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">firecat53/urlscan</remote-id>
|
||||
<remote-id type="pypi">control</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
@ -5,11 +5,13 @@ EAPI="8"
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
inherit distutils-r1
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
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"
|
||||
HOMEPAGE="
|
||||
https://github.com/firecat53/urlscan
|
||||
https://pypi.org/project/urlscan
|
||||
"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
Loading…
Reference in New Issue
Block a user