Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/prewikka/
Date: Thu, 30 Sep 2021 12:11:56
Message-Id: 1633003883.26ac99379043596129babab3e97b5ae096ae3be0.arthurzam@gentoo
1 commit: 26ac99379043596129babab3e97b5ae096ae3be0
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 30 12:09:15 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 30 12:11:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26ac9937
7
8 www-apps/prewikka: enable py3.9, enable py3.10
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 www-apps/prewikka/prewikka-5.2.0.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/www-apps/prewikka/prewikka-5.2.0.ebuild b/www-apps/prewikka/prewikka-5.2.0.ebuild
16 index 592238c984e..8771dc75800 100644
17 --- a/www-apps/prewikka/prewikka-5.2.0.ebuild
18 +++ b/www-apps/prewikka/prewikka-5.2.0.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python3_{7,8} )
27 +PYTHON_COMPAT=( python3_{8..10} )
28 PYTHON_REQ_USE="ssl"
29
30 inherit distutils-r1 optfeature
31 @@ -48,5 +48,5 @@ src_install() {
32 }
33
34 pkg_postinst() {
35 - optfeature "Asynchronous DNS" dev-python/twisted[${PYTHON_USEDEP}]
36 + optfeature "Asynchronous DNS" dev-python/twisted
37 }