Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-mptt/
Date: Mon, 01 Nov 2021 07:42:24
Message-Id: 1635752517.37ef941b8f4c9cce378a46071514f1c2fdca10f4.arthurzam@gentoo
1 commit: 37ef941b8f4c9cce378a46071514f1c2fdca10f4
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 1 06:50:14 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 1 07:41:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37ef941b
7
8 dev-python/django-mptt: enable py3.10
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/django-mptt/django-mptt-0.13.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/django-mptt/django-mptt-0.13.4.ebuild b/dev-python/django-mptt/django-mptt-0.13.4.ebuild
16 index 10262c58b32..19a7cf871a3 100644
17 --- a/dev-python/django-mptt/django-mptt-0.13.4.ebuild
18 +++ b/dev-python/django-mptt/django-mptt-0.13.4.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=8
22
23 -PYTHON_COMPAT=( python3_{8..9} )
24 +PYTHON_COMPAT=( python3_{8..10} )
25 inherit distutils-r1
26
27 DESCRIPTION="utilities for modified preorder tree traversal and trees of model instances"