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 00CA81382C5 for ; Fri, 16 Apr 2021 15:35:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 416D9E0826; Fri, 16 Apr 2021 15:35:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 279C0E0826 for ; Fri, 16 Apr 2021 15:35:27 +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 CA0C533BF21 for ; Fri, 16 Apr 2021 15:35:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38178643 for ; Fri, 16 Apr 2021 15:35:24 +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: <1618587304.4dbcdc7fa00e0c47ed68fb1e77f438be6144d890.marecki@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.2.0.ebuild dev-python/cfgv/metadata.xml X-VCS-Directories: dev-python/cfgv/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 4dbcdc7fa00e0c47ed68fb1e77f438be6144d890 X-VCS-Branch: master Date: Fri, 16 Apr 2021 15:35:24 +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: 4123e17b-2131-45ce-9bc2-ec39435da67e X-Archives-Hash: a093bc0a0d94575650b5e012d498c582 commit: 4dbcdc7fa00e0c47ed68fb1e77f438be6144d890 Author: Marek Szuba gentoo org> AuthorDate: Fri Apr 16 13:25:40 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Fri Apr 16 15:35:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dbcdc7f dev-python/cfgv: new package Dependency of pre-commit. Signed-off-by: Marek Szuba gentoo.org> dev-python/cfgv/Manifest | 1 + dev-python/cfgv/cfgv-3.2.0.ebuild | 18 ++++++++++++++++++ dev-python/cfgv/metadata.xml | 12 ++++++++++++ 3 files changed, 31 insertions(+) diff --git a/dev-python/cfgv/Manifest b/dev-python/cfgv/Manifest new file mode 100644 index 00000000000..e621dff7c84 --- /dev/null +++ b/dev-python/cfgv/Manifest @@ -0,0 +1 @@ +DIST cfgv-3.2.0.tar.gz 10268 BLAKE2B 26cd22c1ed7b0de48638d2bb0e30a4ac0c3060d5020d04c29ca5c41c1337531d16a1c7de6e66044e90c3b0dbd5f4b15ba6c3dda2ae73953b8d6be3f74825b813 SHA512 6f1a54b505d298a9806a739edffc79feea41638f766ddc25f0712001e5bceb206153e3a957dcf4909fbe125b6e9bd077aba6317d00e632a06ed24f1dfd06c555 diff --git a/dev-python/cfgv/cfgv-3.2.0.ebuild b/dev-python/cfgv/cfgv-3.2.0.ebuild new file mode 100644 index 00000000000..84c01def37c --- /dev/null +++ b/dev-python/cfgv/cfgv-3.2.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{8..9} ) + +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" + +distutils_enable_tests pytest diff --git a/dev-python/cfgv/metadata.xml b/dev-python/cfgv/metadata.xml new file mode 100644 index 00000000000..36ce4383b7e --- /dev/null +++ b/dev-python/cfgv/metadata.xml @@ -0,0 +1,12 @@ + + + + + marecki@gentoo.org + Marek Szuba + + + asottile/cfgv + cfgv + +