From c3e94e83ff81c88ac51132b4bffe02d8d62f0a19 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 11 Jun 2023 13:31:35 +0200 Subject: [PATCH] dev-python/pygls: update SRC_URI (pypi) Signed-off-by: tastytea --- dev-python/pygls/pygls-1.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pygls/pygls-1.0.1.ebuild b/dev-python/pygls/pygls-1.0.1.ebuild index b9e57d8..b626380 100644 --- a/dev-python/pygls/pygls-1.0.1.ebuild +++ b/dev-python/pygls/pygls-1.0.1.ebuild @@ -5,14 +5,14 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{10..11} ) -inherit distutils-r1 + +inherit distutils-r1 pypi DESCRIPTION="A pythonic generic language server" HOMEPAGE=" https://pygls.readthedocs.io/en/latest/ https://pypi.org/project/pygls/ " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0"