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>
|
</maintainer>
|
||||||
<upstream>
|
<upstream>
|
||||||
<remote-id type="github">firecat53/urlscan</remote-id>
|
<remote-id type="github">firecat53/urlscan</remote-id>
|
||||||
|
<remote-id type="pypi">control</remote-id>
|
||||||
</upstream>
|
</upstream>
|
||||||
</pkgmetadata>
|
</pkgmetadata>
|
||||||
|
@ -5,11 +5,13 @@ EAPI="8"
|
|||||||
|
|
||||||
DISTUTILS_USE_PEP517=setuptools
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
PYTHON_COMPAT=( python3_{10..11} )
|
PYTHON_COMPAT=( python3_{10..11} )
|
||||||
inherit distutils-r1
|
inherit distutils-r1 pypi
|
||||||
|
|
||||||
DESCRIPTION="Mutt and terminal url selector (similar to urlview)"
|
DESCRIPTION="Mutt and terminal url selector (similar to urlview)"
|
||||||
HOMEPAGE="https://github.com/firecat53/urlscan"
|
HOMEPAGE="
|
||||||
SRC_URI="https://github.com/firecat53/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
https://github.com/firecat53/urlscan
|
||||||
|
https://pypi.org/project/urlscan
|
||||||
|
"
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
Loading…
Reference in New Issue
Block a user