From 5230129a436faa8e178a5a44cf8eefde7ad9ea43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 19 Sep 2020 13:41:12 +0200 Subject: [PATCH] net-voip/telepathy-gabble: Port to py3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/735430 Signed-off-by: Michał Górny --- net-voip/telepathy-gabble/Manifest | 1 + ...e-0.18.4-r1.ebuild => telepathy-gabble-0.18.4-r2.ebuild} | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) rename net-voip/telepathy-gabble/{telepathy-gabble-0.18.4-r1.ebuild => telepathy-gabble-0.18.4-r2.ebuild} (92%) diff --git a/net-voip/telepathy-gabble/Manifest b/net-voip/telepathy-gabble/Manifest index b84701a5f8134..b3a49460075e5 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 a41a4aefb82a3..770ad4c2961de 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() {