summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-16 17:03:56 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 19:50:14 +0100
commitb5629c6e31e02186702125adfd1646e05fc3e151 (patch)
tree8e6fc607e9ea6e5c7220befb6b89df488da9e6db
parentdev-util/buildbot: Use pypi.eclass (diff)
downloadgentoo-b5629c6e31e02186702125adfd1646e05fc3e151.tar.gz
gentoo-b5629c6e31e02186702125adfd1646e05fc3e151.tar.bz2
gentoo-b5629c6e31e02186702125adfd1646e05fc3e151.zip
dev-util/codespell: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-util/codespell/codespell-2.2.2.ebuild3
1 files changed, 1 insertions, 2 deletions
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"