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 99C0F158649 for ; Thu, 11 May 2023 12:04:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD741E0CCF; Thu, 11 May 2023 12:04:02 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B3B1AE0CCF for ; Thu, 11 May 2023 12:04:02 +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 B9CA433D3C2 for ; Thu, 11 May 2023 12:04:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07575A6A for ; Thu, 11 May 2023 12:03:59 +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: <1683806368.51b310b76aeebcc7afca3e2d27f0b4cba34bcc48.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.31.0.ebuild X-VCS-Directories: dev-util/yamllint/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 51b310b76aeebcc7afca3e2d27f0b4cba34bcc48 X-VCS-Branch: master Date: Thu, 11 May 2023 12:03:59 +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: a109d520-07e9-4621-a687-16740e1a753d X-Archives-Hash: 4c163412790650b982fdc452bd5e5712 commit: 51b310b76aeebcc7afca3e2d27f0b4cba34bcc48 Author: Marek Szuba gentoo org> AuthorDate: Thu May 11 11:32:54 2023 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu May 11 11:59:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51b310b7 dev-util/yamllint: add 1.31.0 Signed-off-by: Marek Szuba gentoo.org> dev-util/yamllint/Manifest | 1 + dev-util/yamllint/yamllint-1.31.0.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/dev-util/yamllint/Manifest b/dev-util/yamllint/Manifest index f468295fef88..a9180e611e93 100644 --- a/dev-util/yamllint/Manifest +++ b/dev-util/yamllint/Manifest @@ -1,2 +1,3 @@ DIST yamllint-1.29.0.tar.gz 123149 BLAKE2B ffb19628eb4ae5bf41e8ad1eb1295ed4c6d2c7f08cc819884e1e52552ae37542d5822ce76ef531072a955435a99b512c0c75f32c70e60124c51bde9b76eaff53 SHA512 25c8b1db12c1955878a368433634277a75c2fbde14b041022f591ff7d71b975b509e24b6755c98fa086d3a3a5adf1560ef62f86f9f9e4798d6ca5a0fb50e9e52 DIST yamllint-1.30.0.tar.gz 124272 BLAKE2B 670115e61b4c744067d658474ef645a6f10351b898a544800c657bb2adf949167448d6cb6feeabe1dc3096124b862a0ff93d62cbb3428bef3dd5b42c33e9c750 SHA512 1db2c7133d7ce279a84d326684284e674f972cb820528201546cb3ab85309ab4baa4e1df7aca0529217a2a0b0d499158fd406be4263470ec9936326f844dc266 +DIST yamllint-1.31.0.tar.gz 128661 BLAKE2B f34da9302d9d3938f062931bc2aef2230b473798af0d2ad99dc89b4d814c49ce19c61363ff391e5c91d09497df9f83f6cfa1a0f34c8f74ef61341aa25ca320fb SHA512 2e23b60626eb7907f8d672cf3558178e670448e2413cc191dbea0052622353826a349380a7475724d3e88b18bc8373f99a2f72f70bb935a3b69b60811cfe62f0 diff --git a/dev-util/yamllint/yamllint-1.31.0.ebuild b/dev-util/yamllint/yamllint-1.31.0.ebuild new file mode 100644 index 000000000000..49b3567c1eda --- /dev/null +++ b/dev-util/yamllint/yamllint-1.31.0.ebuild @@ -0,0 +1,22 @@ +# 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