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 BDA641382C5 for ; Wed, 23 Jun 2021 09:16:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A756DE086C; Wed, 23 Jun 2021 09:16:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 8B28AE086C for ; Wed, 23 Jun 2021 09:16:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 877B0335D05 for ; Wed, 23 Jun 2021 09:16:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25B1F7B6 for ; Wed, 23 Jun 2021 09:16:00 +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: <1624439750.3b89f22f359e6d4f1a77d0645673c46d917686a2.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 X-VCS-Directories: dev-python/cfgv/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 3b89f22f359e6d4f1a77d0645673c46d917686a2 X-VCS-Branch: master Date: Wed, 23 Jun 2021 09:16:00 +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: 98209257-c67f-4c16-9a04-babe19c1403c X-Archives-Hash: eacbcfd0cca01d92812d4d14a1383ae9 commit: 3b89f22f359e6d4f1a77d0645673c46d917686a2 Author: Marek Szuba gentoo org> AuthorDate: Wed Jun 23 09:05:47 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Wed Jun 23 09:15:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b89f22f dev-python/cfgv: drop 3.2.0 Signed-off-by: Marek Szuba gentoo.org> dev-python/cfgv/Manifest | 1 - dev-python/cfgv/cfgv-3.2.0.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/dev-python/cfgv/Manifest b/dev-python/cfgv/Manifest index 6cba52378ac..719425bd252 100644 --- a/dev-python/cfgv/Manifest +++ b/dev-python/cfgv/Manifest @@ -1,2 +1 @@ -DIST cfgv-3.2.0.tar.gz 10268 BLAKE2B 26cd22c1ed7b0de48638d2bb0e30a4ac0c3060d5020d04c29ca5c41c1337531d16a1c7de6e66044e90c3b0dbd5f4b15ba6c3dda2ae73953b8d6be3f74825b813 SHA512 6f1a54b505d298a9806a739edffc79feea41638f766ddc25f0712001e5bceb206153e3a957dcf4909fbe125b6e9bd077aba6317d00e632a06ed24f1dfd06c555 DIST cfgv-3.3.0.tar.gz 10393 BLAKE2B d4cf565884aaab6a81716382ba8e3244e36a3381b771f7e206053fa80500205bd3b70b62b611ce4a7f0cb143a763d51eb10b1e29333b7f06e29cb406f9f7f6b8 SHA512 23a238c76635404b150bbc3bb1eafd8eb521171e69bb3f3fee55a0a24c12d2ee152cc7453a41952d2f41a6cb72575dacf4b990dbd443f69026a770c87a1e081f diff --git a/dev-python/cfgv/cfgv-3.2.0.ebuild b/dev-python/cfgv/cfgv-3.2.0.ebuild deleted file mode 100644 index e03fb393efe..00000000000 --- a/dev-python/cfgv/cfgv-3.2.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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" - -distutils_enable_tests pytest