diff --git a/dev-util/yamllint/Manifest b/dev-util/yamllint/Manifest index 3b79c70728eb5..9604e1f417a95 100644 --- a/dev-util/yamllint/Manifest +++ b/dev-util/yamllint/Manifest @@ -1,2 +1,3 @@ DIST yamllint-1.35.1.tar.gz 134583 BLAKE2B 8ab5a1c36aa40133be5f6527ab0c894027d35e608338fe603baf8be6e40de92de09be7558cbfa084be70755771b5b43d9b9765906509358f80578f0db3681be1 SHA512 c174b217da5b1efa56651a29fc92f91699c15d6c3c27f6cd4bd71ea8d55f59748b3006ed73678fa1b635b6d092230d8d5cd56b4bb63894931e7357a2c4f84a98 DIST yamllint-1.36.2.tar.gz 134499 BLAKE2B a8f6bc794839c30bd40dcd9a41a2eceaf20ba71979fd29bdab535b1a17f5d818f06038035201b19a79e0257b593f2d5d33994692b2d421395253c5e3a9d738b5 SHA512 2ec127e056988e198929bcd562c743cd2a8bc54137c9ecd22450fae92e2156a35100d4102f341bc7af00961b60d47e8eceeca5811721b9764012cbac4e05547c +DIST yamllint-1.37.1.tar.gz 141613 BLAKE2B b43a683696cfa616cdd9d45381dd1dc1922604c599676c66ac6aa397459f29b5142bc041ea8de05a1310a6b7a6c62dd2e6455f84a2dff3d8d80c7ac4fd2389ab SHA512 f10e1c4b6b1233701044cb9b7918198bdd107a524d1832d2158b5845277a953ef7fd6d7295e9c3d0730a8f5dea7d1823c1adcba74603c71ce7cf0757435ed1ce diff --git a/dev-util/yamllint/yamllint-1.37.1.ebuild b/dev-util/yamllint/yamllint-1.37.1.ebuild new file mode 100644 index 0000000000000..5998e0ccb0238 --- /dev/null +++ b/dev-util/yamllint/yamllint-1.37.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{11..13} ) +DISTUTILS_USE_PEP517=setuptools + +inherit distutils-r1 pypi + +DESCRIPTION="A linter for YAML files" +HOMEPAGE="https://pypi.org/project/yamllint/ https://github.com/adrienverge/yamllint/" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" + +RDEPEND=" + >=dev-python/pathspec-0.5.3[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest