diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-19 13:07:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-19 13:28:04 +0200 |
commit | 6ffff887d45d916fcabcb94af0a1da02583fdf95 (patch) | |
tree | 53b2ca4ef7be8583ed1520e717c5c00cb5929732 /net-irc/telepathy-idle | |
parent | net-im/telepathy-logger: Port to py3 (diff) | |
download | gentoo-6ffff887d45d916fcabcb94af0a1da02583fdf95.tar.gz gentoo-6ffff887d45d916fcabcb94af0a1da02583fdf95.tar.bz2 gentoo-6ffff887d45d916fcabcb94af0a1da02583fdf95.zip |
net-irc/telepathy-idle: Port to py3
Closes: https://bugs.gentoo.org/735410
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-irc/telepathy-idle')
-rw-r--r-- | net-irc/telepathy-idle/Manifest | 2 | ||||
-rw-r--r-- | net-irc/telepathy-idle/telepathy-idle-0.2.0-r3.ebuild (renamed from net-irc/telepathy-idle/telepathy-idle-0.2.0-r2.ebuild) | 9 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-irc/telepathy-idle/Manifest b/net-irc/telepathy-idle/Manifest index 848f83124691..0983e3c4f7bf 100644 --- a/net-irc/telepathy-idle/Manifest +++ b/net-irc/telepathy-idle/Manifest @@ -1 +1,3 @@ +DIST telepathy-idle-0.2.0-py3-1.patch 3849 BLAKE2B 48617c65e8c3af4aa40332eed66c1839b4a9db9c99a4e350fae89879dcbd67c133e0a05fd9a778a5e0ac737ddbf8f999f23095b9a2a3cdef233485b1c9422908 SHA512 41c90befc3bb2df84f35a2f53bbe29885f67a2ceb5dfbf906436655b9400368e74a1a4a6b408f669fa951ae9d50d89bc7e0e2285f50a6fecf1a1d719c307cb24 +DIST telepathy-idle-0.2.0-py3-2.patch 1441 BLAKE2B ea32a2c94216ff320f43c3bf8b537b197c0398507f812eecfab86359e43c53fc2724b2c0d0a0e0a7b342243b07cce38a86f802d9fbc777bba942df939f52a56b SHA512 c9f868f50c5300f4ed06953de935f44e2e87729a36a61d4c1e998d322c1dcdac2759200b66a04c965e9ef591475dfbd5997c83816c6fc2bfb178bfd4bcd260e8 DIST telepathy-idle-0.2.0.tar.gz 566492 BLAKE2B d0e12bb23b96b7df5afb101ae2c62994777de616d5ea70a10fb2141e68066c7dfaae713340c7f8a2d8ce1f259f302729efa1927eaf7d2a9555120c58e89046f2 SHA512 f5e36afc3ab4b52eb865f2c1e6565b99011a7540fc1a7783d3bbd7bbf50bc671a2147df6bde646c82059a466cc1df9bdb10e2500db5b7bb06d57a989a75c261b diff --git a/net-irc/telepathy-idle/telepathy-idle-0.2.0-r2.ebuild b/net-irc/telepathy-idle/telepathy-idle-0.2.0-r3.ebuild index 7a2b194475db..7310419e9ee5 100644 --- a/net-irc/telepathy-idle/telepathy-idle-0.2.0-r2.ebuild +++ b/net-irc/telepathy-idle/telepathy-idle-0.2.0-r3.ebuild @@ -1,14 +1,16 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python3_{6..9} ) inherit python-single-r1 DESCRIPTION="Full-featured IRC connection manager for Telepathy" HOMEPAGE="https://cgit.freedesktop.org/telepathy/telepathy-idle" -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-idle/raw/93c37581c570200c3f646d0872a9c1327d3b3cb1/f/0001-tools-Fix-errors-running-glib-ginterface-gen-under-P.patch -> ${P}-py3-1.patch + https://src.fedoraproject.org/rpms/telepathy-idle/raw/93c37581c570200c3f646d0872a9c1327d3b3cb1/f/0002-tools-Remove-outdated-is-unicode-checks.patch -> ${P}-py3-2.patch" LICENSE="LGPL-2.1+" SLOT="0" @@ -32,6 +34,7 @@ DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}/${P}-fixes.patch" + "${DISTDIR}"/${P}-py3-{1,2}.patch ) src_prepare() { |