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/yowsup/
Date: Thu, 01 Jul 2021 21:16:08
Message-Id: 1625174137.330352e8420f633fab81a6e80b4dbde3ecbd778b.conikost@gentoo
1 commit: 330352e8420f633fab81a6e80b4dbde3ecbd778b
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 1 20:45:38 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 1 21:15:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=330352e8
7
8 net-im/yowsup: 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/yowsup/yowsup-3.2.3_p20190905.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/net-im/yowsup/yowsup-3.2.3_p20190905.ebuild b/net-im/yowsup/yowsup-3.2.3_p20190905.ebuild
17 index 58122f26f7b..81095806d6b 100644
18 --- a/net-im/yowsup/yowsup-3.2.3_p20190905.ebuild
19 +++ b/net-im/yowsup/yowsup-3.2.3_p20190905.ebuild
20 @@ -1,11 +1,11 @@
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="bdepend"
28 EGIT_COMMIT="2adc067f306d9e7d8b634f66e96c52d80a42e1ff"
29 -PYTHON_COMPAT=( python3_{7..9} )
30 +PYTHON_COMPAT=( python3_{8..10} )
31 PYTHON_REQ_USE="readline"
32
33 inherit distutils-r1
34 @@ -13,6 +13,7 @@ inherit distutils-r1
35 DESCRIPTION="A library that enables you to build applications which use the WhatsApp service"
36 HOMEPAGE="https://github.com/tgalal/yowsup"
37 SRC_URI="https://github.com/tgalal/yowsup/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
38 +S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
39
40 LICENSE="GPL-3"
41 SLOT="0"
42 @@ -30,8 +31,6 @@ RDEPEND="
43
44 DEPEND="${RDEPEND}"
45
46 -S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
47 -
48 PATCHES=( "${FILESDIR}/${PF}-fix-install-path.patch" )
49
50 src_prepare() {