Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/pre-commit/
Date: Sat, 01 Jan 2022 00:23:35
Message-Id: 1640996604.86b5f7e50ff37dd6d437aae4c9cf58e938974c51.marecki@gentoo
1 commit: 86b5f7e50ff37dd6d437aae4c9cf58e938974c51
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 1 00:19:17 2022 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 1 00:23:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86b5f7e5
7
8 dev-vcs/pre-commit: add 2.16.0, drop 2.13.0
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 dev-vcs/pre-commit/Manifest | 2 +-
13 ...{pre-commit-2.13.0.ebuild => pre-commit-2.16.0.ebuild} | 15 +++++++--------
14 2 files changed, 8 insertions(+), 9 deletions(-)
15
16 diff --git a/dev-vcs/pre-commit/Manifest b/dev-vcs/pre-commit/Manifest
17 index c714de0e5c04..53c31ee53a78 100644
18 --- a/dev-vcs/pre-commit/Manifest
19 +++ b/dev-vcs/pre-commit/Manifest
20 @@ -1,2 +1,2 @@
21 -DIST pre-commit-2.13.0.tar.gz 252631 BLAKE2B 7e6b3af46dfaf9928d2cb2aa6cad05423bf6e417e2324af71b241e1aaa2eec6fcb271869f98c040cd4fb8c608a1fabd244c8286864f469a06c44684cd2bf33eb SHA512 5dfc297b3f900afef8f1c355b38ce086af7c836d1e577af8ec95ffb30e82df8b866131da4ff12933339bda63e4a90833c3852265d4f2d4a59bf92bce2b972a5e
22 DIST pre-commit-2.15.0.tar.gz 255545 BLAKE2B 8fbb1fd6b1298ff1c5a6884dae53c79d108e8c4b74d05d6be36d562327fd024432d60e6df4570217e1b3f4ad8e33ee4d0d54a5d940f4833a46d4e9cb59698b3c SHA512 b87985aa625509d7a21e31e5774f259c264ec74fef88fc5e290cbac0326cdbadc37ab54b5bf3048d815cf9bc6d4adb71619fcb84c955c1bc9741da8dfd34251c
23 +DIST pre-commit-2.16.0.tar.gz 256930 BLAKE2B e515dcc9109c91cc7ab5ce60f662ebd62cce4f23e32676b7c295332c959fa10a34c320a197d15d7307b94aee53e7ade5da62aed8bbe122262db15d88d82e9757 SHA512 c9eb14a40e25e8408c2b2b5687eba4908d609bbb7bcf58a0153326696d272bca555156fd75f3ec5f0dec219aeeb4084df77f329f47cf190e40052c11e92fe185
24
25 diff --git a/dev-vcs/pre-commit/pre-commit-2.13.0.ebuild b/dev-vcs/pre-commit/pre-commit-2.16.0.ebuild
26 similarity index 87%
27 rename from dev-vcs/pre-commit/pre-commit-2.13.0.ebuild
28 rename to dev-vcs/pre-commit/pre-commit-2.16.0.ebuild
29 index b950b9251989..a75c6d3fd4cb 100644
30 --- a/dev-vcs/pre-commit/pre-commit-2.13.0.ebuild
31 +++ b/dev-vcs/pre-commit/pre-commit-2.16.0.ebuild
32 @@ -1,11 +1,10 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 +# Copyright 1999-2022 Gentoo Authors
35 # Distributed under the terms of the GNU General Public License v2
36
37 -EAPI=7
38 +EAPI=8
39
40 PYTHON_COMPAT=( python3_{8..10} )
41 DISTUTILS_SINGLE_IMPL=1
42 -DISTUTILS_USE_SETUPTOOLS=rdepend
43 PYTHON_REQ_USE="sqlite"
44
45 inherit distutils-r1
46 @@ -16,7 +15,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.
47
48 LICENSE="MIT"
49 SLOT="0"
50 -KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86"
51 +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
52
53 # TODO: figure out why these tests - all of which invoke git - fail:
54 # - tests/main_test.py::test_all_cmds[autoupdate,hook-impl,install,install-hooks,migrate-config,run,uninstall],
55 @@ -32,10 +31,10 @@ RESTRICT="test"
56
57 RDEPEND="dev-vcs/git
58 $(python_gen_cond_dep '
59 - dev-python/cfgv[${PYTHON_USEDEP}]
60 - dev-python/identify[${PYTHON_USEDEP}]
61 - dev-python/nodeenv[${PYTHON_USEDEP}]
62 - dev-python/pyyaml[${PYTHON_USEDEP}]
63 + >=dev-python/cfgv-2.0.0[${PYTHON_USEDEP}]
64 + >=dev-python/identify-1.0.0[${PYTHON_USEDEP}]
65 + >=dev-python/nodeenv-0.11.1[${PYTHON_USEDEP}]
66 + >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
67 dev-python/toml[${PYTHON_USEDEP}]
68 >=dev-python/virtualenv-20.0.8[${PYTHON_USEDEP}]
69 ')"