From 5138715410620a215dbff57ef1fc5ed0bbcf12f9 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Fri, 17 Mar 2023 17:48:26 +0500 Subject: [PATCH] dev-python/gemcall: Use pypi.eclass Signed-off-by: Anna (cybertailor) Vyalkova --- dev-python/gemcall/gemcall-0.9.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/gemcall/gemcall-0.9.ebuild b/dev-python/gemcall/gemcall-0.9.ebuild index 543aca2b5a..fc3e41603e 100644 --- a/dev-python/gemcall/gemcall-0.9.ebuild +++ b/dev-python/gemcall/gemcall-0.9.ebuild @@ -5,11 +5,10 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..11} pypy3 ) DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="A library and CLI tool for making gemini requests" HOMEPAGE="https://notabug.org/tinyrabbit/gemcall/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0"