commit:     92b7bd6fd31ee807e5a34724c5d3b115443cfbc1
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 12 00:34:47 2022 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sat Nov 12 00:56:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92b7bd6f

dev-util/yamllint: drop 1.27.1

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 dev-util/yamllint/Manifest               |  1 -
 dev-util/yamllint/yamllint-1.27.1.ebuild | 23 -----------------------
 2 files changed, 24 deletions(-)

diff --git a/dev-util/yamllint/Manifest b/dev-util/yamllint/Manifest
index 152781d93d9c..09e41e7ae69f 100644
--- a/dev-util/yamllint/Manifest
+++ b/dev-util/yamllint/Manifest
@@ -1,2 +1 @@
-DIST yamllint-1.27.1.tar.gz 129052 BLAKE2B 
37021bd577384821b75ddd747f1dd3c4261317582d42179e0731214cb67f79bf9302c34acaa721440edb118ef8900cc2952d1f8e441def9e3143b57e03af87bd
 SHA512 
c00fcb5da35f79b0f877f1b8c3e5f1ff8c5d161dd795d3a2657e44e27d8b943961984bf15c294be263e00bf9dfcaf3dbf16ef8fd7354bedc8ed92e3e24ce4baf
 DIST yamllint-1.28.0.tar.gz 121934 BLAKE2B 
6c93b7f45cab49159f6a36aa24ac303455432734fcb90f75cf80551eb2c5a78c9695e76f968aa7e22ad976accd0257567d85d7ac24474695dbe3e4dcf7f6eea3
 SHA512 
9d811616f5a2c8c9574ef74afd2548c415881386932e4ee9b29311c3ef32150ed868943bcef19b31226d9a31f0be384e0ee3b3ec86cebf0d7c4216696a6b0161

diff --git a/dev-util/yamllint/yamllint-1.27.1.ebuild 
b/dev-util/yamllint/yamllint-1.27.1.ebuild
deleted file mode 100644
index 1801d77956ff..000000000000
--- a/dev-util/yamllint/yamllint-1.27.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..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

Reply via email to