net-voip/telepathy-gabble: Port to py3

Closes: https://bugs.gentoo.org/735430
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-09-19 13:41:12 +02:00
parent 7bc6e065f5
commit 5230129a43
2 changed files with 5 additions and 2 deletions

View File

@@ -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

View File

@@ -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() {