commit: 1df5398f4e66f5ea58c950ee274b5930d51b775d
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu May 11 11:32:33 2023 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu May 11 11:59:27 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1df5398f
dev-util/yamllint: drop 1.28.0
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
dev-util/yamllint/Manifest | 1 -
dev-util/yamllint/yamllint-1.28.0.ebuild | 23 -----------------------
2 files changed, 24 deletions(-)
diff --git a/dev-util/yamllint/Manifest b/dev-util/yamllint/Manifest
index 19b2b35cd0ea..f468295fef88 100644
--- a/dev-util/yamllint/Manifest
+++ b/dev-util/yamllint/Manifest
@@ -1,3 +1,2 @@
-DIST yamllint-1.28.0.tar.gz 121934 BLAKE2B
6c93b7f45cab49159f6a36aa24ac303455432734fcb90f75cf80551eb2c5a78c9695e76f968aa7e22ad976accd0257567d85d7ac24474695dbe3e4dcf7f6eea3
SHA512
9d811616f5a2c8c9574ef74afd2548c415881386932e4ee9b29311c3ef32150ed868943bcef19b31226d9a31f0be384e0ee3b3ec86cebf0d7c4216696a6b0161
DIST yamllint-1.29.0.tar.gz 123149 BLAKE2B
ffb19628eb4ae5bf41e8ad1eb1295ed4c6d2c7f08cc819884e1e52552ae37542d5822ce76ef531072a955435a99b512c0c75f32c70e60124c51bde9b76eaff53
SHA512
25c8b1db12c1955878a368433634277a75c2fbde14b041022f591ff7d71b975b509e24b6755c98fa086d3a3a5adf1560ef62f86f9f9e4798d6ca5a0fb50e9e52
DIST yamllint-1.30.0.tar.gz 124272 BLAKE2B
670115e61b4c744067d658474ef645a6f10351b898a544800c657bb2adf949167448d6cb6feeabe1dc3096124b862a0ff93d62cbb3428bef3dd5b42c33e9c750
SHA512
1db2c7133d7ce279a84d326684284e674f972cb820528201546cb3ab85309ab4baa4e1df7aca0529217a2a0b0d499158fd406be4263470ec9936326f844dc266
diff --git a/dev-util/yamllint/yamllint-1.28.0.ebuild
b/dev-util/yamllint/yamllint-1.28.0.ebuild
deleted file mode 100644
index 2ec864d8d13a..000000000000
--- a/dev-util/yamllint/yamllint-1.28.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-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"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
-
-RDEPEND=">=dev-python/pathspec-0.5.3[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest