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/pyproject2setuppy/
Date: Sat, 05 Feb 2022 10:07:53
Message-Id: 1644055651.3f54e55c6c85d011858353892939cb18d98aef26.mgorny@gentoo
1 commit: 3f54e55c6c85d011858353892939cb18d98aef26
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 5 08:56:49 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 5 10:07:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f54e55c
7
8 dev-python/pyproject2setuppy: Bump minimum tomli dep
9
10 Apparently some people are using ancient buggy tomli versions, so force
11 upgrade.
12
13 Closes: https://bugs.gentoo.org/832633
14 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
15
16 .../{pyproject2setuppy-22.ebuild => pyproject2setuppy-22-r1.ebuild} | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/dev-python/pyproject2setuppy/pyproject2setuppy-22.ebuild b/dev-python/pyproject2setuppy/pyproject2setuppy-22-r1.ebuild
20 similarity index 89%
21 rename from dev-python/pyproject2setuppy/pyproject2setuppy-22.ebuild
22 rename to dev-python/pyproject2setuppy/pyproject2setuppy-22-r1.ebuild
23 index d6dcc5868fe8..cb79c4d13ac5 100644
24 --- a/dev-python/pyproject2setuppy/pyproject2setuppy-22.ebuild
25 +++ b/dev-python/pyproject2setuppy/pyproject2setuppy-22-r1.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 2019-2021 Gentoo Authors
28 +# Copyright 2019-2022 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=8
32 @@ -19,7 +19,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 s
33
34 RDEPEND="
35 dev-python/setuptools[${PYTHON_USEDEP}]
36 - dev-python/tomli[${PYTHON_USEDEP}]"
37 + >=dev-python/tomli-1.2.3[${PYTHON_USEDEP}]"
38 BDEPEND="${RDEPEND}
39 test? (
40 dev-python/pytest-forked[${PYTHON_USEDEP}]