From 6615ae67ef5f402265473ed1ac2140ea25d432c4 Mon Sep 17 00:00:00 2001 From: rick Date: Tue, 11 Nov 2025 15:37:04 +0100 Subject: [PATCH] dev-python/hupper: update SRC_URI --- dev-python/hupper/hupper-1.12.1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/hupper/hupper-1.12.1.ebuild b/dev-python/hupper/hupper-1.12.1.ebuild index 78e76858b..9c948c372 100644 --- a/dev-python/hupper/hupper-1.12.1.ebuild +++ b/dev-python/hupper/hupper-1.12.1.ebuild @@ -6,11 +6,10 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{12..14} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Integrated process monitor for developing and reloading daemons" HOMEPAGE="https://github.com/Pylons/hupper/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0"