Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/delegator/
Date: Wed, 23 Dec 2020 08:16:41
Message-Id: 1608711383.59a050346bc7c2e8e5c719bc561f749ef363bd9f.chymera@gentoo
1 commit: 59a050346bc7c2e8e5c719bc561f749ef363bd9f
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Wed Dec 23 08:11:16 2020 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Wed Dec 23 08:16:23 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=59a05034
7
8 dev-python/delegator: updated PYTHON_COMPAT
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
12
13 dev-python/delegator/delegator-0.1.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/delegator/delegator-0.1.1.ebuild b/dev-python/delegator/delegator-0.1.1.ebuild
17 index 2f9148c17..202272a97 100644
18 --- a/dev-python/delegator/delegator-0.1.1.ebuild
19 +++ b/dev-python/delegator/delegator-0.1.1.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python{3_6,3_7} )
25 +PYTHON_COMPAT=( python3_{6..9} )
26
27 inherit distutils-r1