commit:     5230129a436faa8e178a5a44cf8eefde7ad9ea43
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 11:41:12 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 12:29:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5230129a

net-voip/telepathy-gabble: Port to py3

Closes: https://bugs.gentoo.org/735430
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-voip/telepathy-gabble/Manifest                                  | 1 +
 ...hy-gabble-0.18.4-r1.ebuild => telepathy-gabble-0.18.4-r2.ebuild} | 6 ++++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/net-voip/telepathy-gabble/Manifest 
b/net-voip/telepathy-gabble/Manifest
index b84701a5f81..b3a49460075 100644
--- a/net-voip/telepathy-gabble/Manifest
+++ b/net-voip/telepathy-gabble/Manifest
@@ -1 +1,2 @@
+DIST telepathy-gabble-0.18.4-python3.patch 16302 BLAKE2B 
6cbd6469febe4acc6d8d07c0c209b47fbf79990601f41c4715f13944d81165df6dccfc344b3cc674fa131fc383a609ae628d8508ff96b05ef63634af6c32b638
 SHA512 
3b8ea10b5330c5d02d4bc4508a7d9a348bb4c9a93a92419fb66668e06f461097fb16a1a4b956c327740cf6dc77693b921a63f37a6095c21fcab6d1169e62a2f4
 DIST telepathy-gabble-0.18.4.tar.gz 2584311 BLAKE2B 
c1708be2ebe0b7dd06b53af1087c349e1a1f0b83dfffe463c72e31e459d2efd4db5bad7ade7a478bd4b91948aade822bfa6c13fe175863759cc98c44beca8178
 SHA512 
4303f1da7eeadf1f0e69fa881cd8b08dc41f4fd061df3f2ecdc80735d8be3e8cf24d8482f265f1858d8dfed71f62e8bc02c13f9525db8d21c9d927e25fa66218

diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r1.ebuild 
b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r2.ebuild
similarity index 92%
rename from net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r1.ebuild
rename to net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r2.ebuild
index a41a4aefb82..770ad4c2961 100644
--- a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r1.ebuild
+++ b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r2.ebuild
@@ -3,13 +3,14 @@
 
 EAPI=6
 # Python is used during build for some scripted source files generation (and 
twisted tests)
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit gnome2 python-any-r1
 
 DESCRIPTION="A XMPP connection manager, handles single and multi user chats 
and voice calls"
 HOMEPAGE="https://telepathy.freedesktop.org/";
-SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz";
+SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz
+       
https://src.fedoraproject.org/rpms/telepathy-gabble/raw/95adf4063c2456139dcc5d991ba6d012be850794/f/${P}-python3.patch";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
@@ -63,6 +64,7 @@ DEPEND="${RDEPEND}
 PATCHES=(
        "${FILESDIR}"/${P}-build-fix-no-jingle.patch # build with USE=-jingle, 
bug #523230
        "${FILESDIR}"/${P}-openssl-1.1.patch # bug #658902
+       "${DISTDIR}"/${P}-python3.patch
 )
 
 pkg_setup() {

Reply via email to