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/natsort/
Date: Tue, 18 May 2021 13:03:02
Message-Id: 1621342965.007c5018d110c8ffc704ec2126273ea7c348ff5e.mgorny@gentoo
1 commit: 007c5018d110c8ffc704ec2126273ea7c348ff5e
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Tue May 18 08:52:12 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 18 13:02:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=007c5018
7
8 dev-python/natsort: Port to python3.10
9
10 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/natsort/natsort-7.1.1.ebuild | 5 ++---
14 1 file changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-python/natsort/natsort-7.1.1.ebuild b/dev-python/natsort/natsort-7.1.1.ebuild
17 index e6a79b0fda5..b9d6fd8c988 100644
18 --- a/dev-python/natsort/natsort-7.1.1.ebuild
19 +++ b/dev-python/natsort/natsort-7.1.1.ebuild
20 @@ -3,8 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python3_{7..9} )
25 -DISTUTILS_USE_SETUPTOOLS=rdepend
26 +PYTHON_COMPAT=( python3_{7..10} )
27
28 inherit distutils-r1
29
30 @@ -16,7 +15,7 @@ LICENSE="MIT"
31 SLOT="0"
32 KEYWORDS="amd64 ~arm64 ~ia64 x86"
33
34 -DEPEND="
35 +BDEPEND="
36 test? (
37 dev-python/hypothesis[${PYTHON_USEDEP}]
38 dev-python/pytest-mock[${PYTHON_USEDEP}]