From b5629c6e31e02186702125adfd1646e05fc3e151 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 16 Mar 2023 17:03:56 +0100 Subject: dev-util/codespell: Use pypi.eclass MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-util/codespell/codespell-2.2.2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dev-util/codespell') diff --git a/dev-util/codespell/codespell-2.2.2.ebuild b/dev-util/codespell/codespell-2.2.2.ebuild index 129411c8a54f..5a6e5808a9e5 100644 --- a/dev-util/codespell/codespell-2.2.2.ebuild +++ b/dev-util/codespell/codespell-2.2.2.ebuild @@ -6,11 +6,10 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} pypy3 ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Check text files for common misspellings" HOMEPAGE="https://pypi.org/project/codespell https://github.com/codespell-project/codespell" -SRC_URI="mirror://pypi/${P::1}/${PN}/${P}.tar.gz" # Code licensed under GPL-2, dictionary licensed under CC-BY-SA-3.0 LICENSE="GPL-2 CC-BY-SA-3.0" -- cgit v1.2.3-65-gdbad