Gentoo Archives: gentoo-commits

From: Andrey Utkin <andrey_utkin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/poezio/
Date: Tue, 01 Sep 2020 20:17:32
Message-Id: 1598991428.1fca18b635202b54a95350f6d74ae322d0f44c05.andrey_utkin@gentoo
1 commit: 1fca18b635202b54a95350f6d74ae322d0f44c05
2 Author: Florian Schmaus <flo <AT> geekplace <DOT> eu>
3 AuthorDate: Mon Aug 17 15:34:23 2020 +0000
4 Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 20:17:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fca18b6
7
8 net-im/poezio: update the live ebuild
9
10 This syncs the live ebuild with the latest poezio
11 ebuild (poezio-0.13.1.ebuild) which was added with
12 bf6491e7996 ("net-im/poezio: add ebuild for version 0.13.1").
13
14 Package-Manager: Portage-3.0.3, Repoman-2.3.23
15 Signed-off-by: Florian Schmaus <flo <AT> geekplace.eu>
16 Signed-off-by: Andrey Utkin <andrey_utkin <AT> gentoo.org>
17
18 net-im/poezio/poezio-9999.ebuild | 6 +++---
19 1 file changed, 3 insertions(+), 3 deletions(-)
20
21 diff --git a/net-im/poezio/poezio-9999.ebuild b/net-im/poezio/poezio-9999.ebuild
22 index 2946371c46b..89a6ccb69f4 100644
23 --- a/net-im/poezio/poezio-9999.ebuild
24 +++ b/net-im/poezio/poezio-9999.ebuild
25 @@ -2,7 +2,8 @@
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 -PYTHON_COMPAT=( python3_6 )
30 +
31 +PYTHON_COMPAT=( python3_{7,8} )
32
33 inherit distutils-r1 readme.gentoo-r1
34
35 @@ -23,14 +24,13 @@ RDEPEND="
36 dev-python/aiodns[${PYTHON_USEDEP}]
37 dev-python/pyasn1-modules[${PYTHON_USEDEP}]
38 dev-python/pyasn1[${PYTHON_USEDEP}]
39 - dev-python/slixmpp[${PYTHON_USEDEP}]
40 + >=dev-python/slixmpp-1.5.2[${PYTHON_USEDEP}]
41 "
42
43 distutils_enable_tests pytest
44
45 DOC_CONTENTS="
46 Install these optional runtime dependencies for additional features.
47 -* dev-python/potr for OTR encryption support.
48 * dev-python/pyinotify for screen autoaway plugin support.
49 "
50 DISABLE_AUTOFORMATTING=true