Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/transwhat/
Date: Thu, 01 Jul 2021 21:16:10
Message-Id: 1625174138.219c918b7fc167eda74e6c107668bd233e0d6700.conikost@gentoo
1 commit: 219c918b7fc167eda74e6c107668bd233e0d6700
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 1 20:47:21 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 1 21:15:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=219c918b
7
8 net-im/transwhat: add python3.10 support
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 net-im/transwhat/transwhat-0.2.2_p20190426-r1.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/net-im/transwhat/transwhat-0.2.2_p20190426-r1.ebuild b/net-im/transwhat/transwhat-0.2.2_p20190426-r1.ebuild
17 index 3aeaf71795b..1e7dc74cbe1 100644
18 --- a/net-im/transwhat/transwhat-0.2.2_p20190426-r1.ebuild
19 +++ b/net-im/transwhat/transwhat-0.2.2_p20190426-r1.ebuild
20 @@ -1,17 +1,18 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 DISTUTILS_USE_SETUPTOOLS="rdepend"
28 EGIT_COMMIT="d022243f6c7b23674d3c87a09819f00b10df1165"
29 -PYTHON_COMPAT=( python3_{7..9} )
30 +PYTHON_COMPAT=( python3_{8..10} )
31
32 inherit distutils-r1
33
34 DESCRIPTION="A WhatsApp XMPP Gateway based on Spectrum 2 and Yowsup 3"
35 HOMEPAGE="https://github.com/stv0g/transwhat"
36 SRC_URI="https://github.com/stv0g/transwhat/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
37 +S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
38
39 LICENSE="GPL-3+"
40 SLOT="0"
41 @@ -26,8 +27,6 @@ RDEPEND="
42
43 DEPEND="${RDEPEND}"
44
45 -S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
46 -
47 DOCS=( "INSTALL.rst" "README.rst" "USAGE.rst" )
48
49 src_prepare() {