From 35212d679a2cde65ab89c5b6beffd72ae5df1447 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 14 Oct 2022 02:24:16 +0100 Subject: [PATCH] dev-python/pybtex: use mirror://pypi Signed-off-by: Sam James --- dev-python/pybtex/pybtex-0.24.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pybtex/pybtex-0.24.0.ebuild b/dev-python/pybtex/pybtex-0.24.0.ebuild index 5349f40ab8f59..e577bcb0c3c41 100644 --- a/dev-python/pybtex/pybtex-0.24.0.ebuild +++ b/dev-python/pybtex/pybtex-0.24.0.ebuild @@ -8,7 +8,7 @@ inherit distutils-r1 DESCRIPTION="BibTeX-compatible bibliography processor" HOMEPAGE="https://pybtex.org https://pypi.org/project/pybtex/" -SRC_URI="https://files.pythonhosted.org/packages/source/p/${PN}/${P}.tar.gz" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0"