summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sbraz@gentoo.org>2023-02-26 21:03:52 +0100
committerLouis Sautier <sbraz@gentoo.org>2023-02-26 21:09:00 +0100
commit9a2564b54105fae34807d493db3df216192a255a (patch)
tree330e85aab3ef2ec027499417aa2602c8f727d0a9 /www-misc/urlwatch
parentsys-firmware/sigrok-firmware-fx2lafw: update EAPI 7 -> 8 (diff)
downloadgentoo-9a2564b54105fae34807d493db3df216192a255a.tar.gz
gentoo-9a2564b54105fae34807d493db3df216192a255a.tar.bz2
gentoo-9a2564b54105fae34807d493db3df216192a255a.zip
www-misc/urlwatch: use pypi.eclass, update HOMEPAGE
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'www-misc/urlwatch')
-rw-r--r--www-misc/urlwatch/urlwatch-2.25.ebuild9
1 files 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"