Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cfgv/
Date: Sun, 03 Oct 2021 19:24:44
Message-Id: 1633288798.333b7b6452d53411c76c5cd051b1bfc68a72ba33.mgorny@gentoo
1 commit: 333b7b6452d53411c76c5cd051b1bfc68a72ba33
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 3 19:19:58 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 3 19:19:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=333b7b64
7
8 dev-python/cfgv: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/cfgv/Manifest | 1 -
13 dev-python/cfgv/cfgv-3.3.0.ebuild | 18 ------------------
14 2 files changed, 19 deletions(-)
15
16 diff --git a/dev-python/cfgv/Manifest b/dev-python/cfgv/Manifest
17 index 978dad04fd1..2fb0532f196 100644
18 --- a/dev-python/cfgv/Manifest
19 +++ b/dev-python/cfgv/Manifest
20 @@ -1,2 +1 @@
21 -DIST cfgv-3.3.0.tar.gz 10393 BLAKE2B d4cf565884aaab6a81716382ba8e3244e36a3381b771f7e206053fa80500205bd3b70b62b611ce4a7f0cb143a763d51eb10b1e29333b7f06e29cb406f9f7f6b8 SHA512 23a238c76635404b150bbc3bb1eafd8eb521171e69bb3f3fee55a0a24c12d2ee152cc7453a41952d2f41a6cb72575dacf4b990dbd443f69026a770c87a1e081f
22 DIST cfgv-3.3.1.tar.gz 10395 BLAKE2B 8727a9886334a1fe59aeb0554c4c53139ae7e1f66534102c67f005d66dc1f78cff5e5534468a10b85df645f7e8a2fc72ca6ca2e448d09cb7636d08e8b3843113 SHA512 59c358bab9f2b32a1ac6eb72bba67b76e8368e0cf78c32228a6add200a0205f698aa80d9bd1b1e8701fb699b9599c88a240f76e2c91a602a0c292a67693e6857
23
24 diff --git a/dev-python/cfgv/cfgv-3.3.0.ebuild b/dev-python/cfgv/cfgv-3.3.0.ebuild
25 deleted file mode 100644
26 index fea5746619d..00000000000
27 --- a/dev-python/cfgv/cfgv-3.3.0.ebuild
28 +++ /dev/null
29 @@ -1,18 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{8..10} )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Validate configuration and produce human-readable error messages"
40 -HOMEPAGE="https://github.com/asottile/cfgv"
41 -SRC_URI="https://github.com/asottile/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -LICENSE="MIT"
44 -SLOT="0"
45 -KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
46 -
47 -distutils_enable_tests pytest