net-mail/urlscan: Switch to pypi package

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2023-03-30 22:39:48 +02:00
parent 2e71d3c232
commit 301d3ea7fb
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
2 changed files with 6 additions and 3 deletions

View File

@ -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>

View File

@ -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"