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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E60E71580B9 for ; Thu, 26 Aug 2021 07:58:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46D33E091D; Thu, 26 Aug 2021 07:58:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2DE3AE091D for ; Thu, 26 Aug 2021 07:58:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 58CDB342BE7 for ; Thu, 26 Aug 2021 07:58:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B14495A0 for ; Thu, 26 Aug 2021 07:58:07 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1629964677.2ec4c68951e98b39be7d19670213ec3092275a67.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cfgv/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cfgv/Manifest dev-python/cfgv/cfgv-3.3.1.ebuild X-VCS-Directories: dev-python/cfgv/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2ec4c68951e98b39be7d19670213ec3092275a67 X-VCS-Branch: master Date: Thu, 26 Aug 2021 07:58:07 +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: 2a2348d6-c7fc-4fcd-a901-7076acbe588e X-Archives-Hash: 6ef5016c2bce38767c179da94ec5b124 commit: 2ec4c68951e98b39be7d19670213ec3092275a67 Author: Michał Górny gentoo org> AuthorDate: Thu Aug 26 07:15:13 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Aug 26 07:57:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ec4c689 dev-python/cfgv: Bump to 3.3.1 Signed-off-by: Michał Górny gentoo.org> dev-python/cfgv/Manifest | 1 + dev-python/cfgv/cfgv-3.3.1.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/dev-python/cfgv/Manifest b/dev-python/cfgv/Manifest index 719425bd252..978dad04fd1 100644 --- a/dev-python/cfgv/Manifest +++ b/dev-python/cfgv/Manifest @@ -1 +1,2 @@ DIST cfgv-3.3.0.tar.gz 10393 BLAKE2B d4cf565884aaab6a81716382ba8e3244e36a3381b771f7e206053fa80500205bd3b70b62b611ce4a7f0cb143a763d51eb10b1e29333b7f06e29cb406f9f7f6b8 SHA512 23a238c76635404b150bbc3bb1eafd8eb521171e69bb3f3fee55a0a24c12d2ee152cc7453a41952d2f41a6cb72575dacf4b990dbd443f69026a770c87a1e081f +DIST cfgv-3.3.1.tar.gz 10395 BLAKE2B 8727a9886334a1fe59aeb0554c4c53139ae7e1f66534102c67f005d66dc1f78cff5e5534468a10b85df645f7e8a2fc72ca6ca2e448d09cb7636d08e8b3843113 SHA512 59c358bab9f2b32a1ac6eb72bba67b76e8368e0cf78c32228a6add200a0205f698aa80d9bd1b1e8701fb699b9599c88a240f76e2c91a602a0c292a67693e6857 diff --git a/dev-python/cfgv/cfgv-3.3.1.ebuild b/dev-python/cfgv/cfgv-3.3.1.ebuild new file mode 100644 index 00000000000..3d62b21962d --- /dev/null +++ b/dev-python/cfgv/cfgv-3.3.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) +inherit distutils-r1 + +DESCRIPTION="Validate configuration and produce human-readable error messages" +HOMEPAGE="https://github.com/asottile/cfgv" +SRC_URI="https://github.com/asottile/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~riscv ~x86" + +distutils_enable_tests pytest