diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-16 17:03:59 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 19:50:18 +0100 |
commit | f3dd228c8d6ab709111f0a938833f0c37c262510 (patch) | |
tree | 182cf1c7d45944417f7dc76fa362c5741a2d4039 /dev-util/yamllint | |
parent | dev-util/howdoi: Use pypi.eclass (diff) | |
download | gentoo-f3dd228c8d6ab709111f0a938833f0c37c262510.tar.gz gentoo-f3dd228c8d6ab709111f0a938833f0c37c262510.tar.bz2 gentoo-f3dd228c8d6ab709111f0a938833f0c37c262510.zip |
dev-util/yamllint: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/yamllint')
-rw-r--r-- | dev-util/yamllint/yamllint-1.29.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-util/yamllint/yamllint-1.29.0.ebuild b/dev-util/yamllint/yamllint-1.29.0.ebuild index 0b74d2dbdfed..49b3567c1eda 100644 --- a/dev-util/yamllint/yamllint-1.29.0.ebuild +++ b/dev-util/yamllint/yamllint-1.29.0.ebuild @@ -6,11 +6,10 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="A linter for YAML files" HOMEPAGE="https://pypi.org/project/yamllint/ https://github.com/adrienverge/yamllint/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" |