commit: 9a2564b54105fae34807d493db3df216192a255a
Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 26 20:03:52 2023 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sun Feb 26 20:09:00 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a2564b5
www-misc/urlwatch: use pypi.eclass, update HOMEPAGE
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
www-misc/urlwatch/urlwatch-2.25.ebuild | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/www-misc/urlwatch/urlwatch-2.25.ebuild
b/www-misc/urlwatch/urlwatch-2.25.ebuild
index c597fe8b05c1..746a7b008c8f 100644
--- a/www-misc/urlwatch/urlwatch-2.25.ebuild
+++ b/www-misc/urlwatch/urlwatch-2.25.ebuild
@@ -6,11 +6,14 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="A tool for monitoring webpages for updates"
-HOMEPAGE="https://thp.io/2008/urlwatch/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+HOMEPAGE="
+ https://thp.io/2008/urlwatch/
+ https://github.com/thp/urlwatch/
+ https://pypi.org/project/urlwatch/
+"
LICENSE="BSD"
SLOT="0"