From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 229D015800A for ; Tue, 22 Aug 2023 11:06:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 176C62BC01F; Tue, 22 Aug 2023 11:06:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F019D2BC01F for ; Tue, 22 Aug 2023 11:06:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EA650335CAF for ; Tue, 22 Aug 2023 11:05:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B4AC1051 for ; Tue, 22 Aug 2023 11:05:58 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1692701395.b37ba81d77229dea4687f768828a1699fcbd8c04.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/yamllint/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/yamllint/Manifest dev-util/yamllint/yamllint-1.30.0.ebuild X-VCS-Directories: dev-util/yamllint/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: b37ba81d77229dea4687f768828a1699fcbd8c04 X-VCS-Branch: master Date: Tue, 22 Aug 2023 11:05:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 244f8c72-1f2d-45b9-ac8a-54b0f927c390 X-Archives-Hash: fdeeb72c9bd23ffcf1455a82bf90cbda commit: b37ba81d77229dea4687f768828a1699fcbd8c04 Author: Marek Szuba gentoo org> AuthorDate: Tue Aug 22 10:49:55 2023 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Aug 22 10:49:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b37ba81d dev-util/yamllint: drop 1.30.0 Signed-off-by: Marek Szuba gentoo.org> dev-util/yamllint/Manifest | 1 - dev-util/yamllint/yamllint-1.30.0.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-util/yamllint/Manifest b/dev-util/yamllint/Manifest index 066151bba820..21a642a1562e 100644 --- a/dev-util/yamllint/Manifest +++ b/dev-util/yamllint/Manifest @@ -1,2 +1 @@ -DIST yamllint-1.30.0.tar.gz 124272 BLAKE2B 670115e61b4c744067d658474ef645a6f10351b898a544800c657bb2adf949167448d6cb6feeabe1dc3096124b862a0ff93d62cbb3428bef3dd5b42c33e9c750 SHA512 1db2c7133d7ce279a84d326684284e674f972cb820528201546cb3ab85309ab4baa4e1df7aca0529217a2a0b0d499158fd406be4263470ec9936326f844dc266 DIST yamllint-1.32.0.tar.gz 130041 BLAKE2B 68dc6fb6b0f030a32d824a09fcb122de6d0f86cfa2b1325161395c7f6277cb074fc2a4c282c56a0bfd598ddf3efd56f4c8dd497546ea75cce5bdb3c7aa5f7431 SHA512 8a7ecb22c5c6705fe85091923b0f1ef9c7df702ad35ffaeb5db94262c32a294c59c9d1a737d6ca280c16a054ad8d3f3210b31acdd69cc73d4fa259c9631cc322 diff --git a/dev-util/yamllint/yamllint-1.30.0.ebuild b/dev-util/yamllint/yamllint-1.30.0.ebuild deleted file mode 100644 index 3fe6fc29c17f..000000000000 --- a/dev-util/yamllint/yamllint-1.30.0.ebuild +++ /dev/null @@ -1,22 +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 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}] - dev-python/setuptools[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest