public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-rakia/
Date: Sun, 27 Sep 2020 06:17:10 +0000 (UTC)	[thread overview]
Message-ID: <1601187415.600e33d66bc80bfdc9f55dfae027f5c8a6d94ef9.mgorny@gentoo> (raw)

commit:     600e33d66bc80bfdc9f55dfae027f5c8a6d94ef9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 27 04:15:51 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 27 06:16:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=600e33d6

net-voip/telepathy-rakia: Port to py3 / any-r1

Backport a py3 compat patch and correct the package to use python-any-r1
as it does not seem to install anything Python.

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

 net-voip/telepathy-rakia/Manifest                   |  1 +
 ...0.8.0.ebuild => telepathy-rakia-0.8.0-r1.ebuild} | 21 ++++++++++++---------
 2 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/net-voip/telepathy-rakia/Manifest b/net-voip/telepathy-rakia/Manifest
index ac9c3d861c6..ca1cb26dff4 100644
--- a/net-voip/telepathy-rakia/Manifest
+++ b/net-voip/telepathy-rakia/Manifest
@@ -1 +1,2 @@
+DIST telepathy-rakia-0.8.0-py3.patch 4472 BLAKE2B 6eb45f91f351ba6ee0afa16022921efaa764168acf9a0891b57cba4ab90c5f2f3f58c7704ecc7224d9aa1a9559a6be7b96cb8ab3c5382552fe2d640ecfd94ab5 SHA512 cf76d730001da55e1bececbfab9810c83643c6b4cabc6c92c106fafae8a64d75b2eaa455599d70a0e40f13ea6d293f0621948e3a3d047d4002ce3b08b58858f0
 DIST telepathy-rakia-0.8.0.tar.gz 659116 BLAKE2B b940d28828220f83c3408aeb9effc26f17d62729f01073539ca4381604bc762b411064d6de92a557ff0f7a8a1920799163f6ede2dba6cfec01967145501a1da2 SHA512 5378e1a2909c4218cc9c6fecf0b01beff0b52fd40cc040a601090dbaae330b3506fc74dc5ae86e5f0c954dd3c41fd7ba4e5a294f8fc11d74aa6eb9025097e9ae

diff --git a/net-voip/telepathy-rakia/telepathy-rakia-0.8.0.ebuild b/net-voip/telepathy-rakia/telepathy-rakia-0.8.0-r1.ebuild
similarity index 78%
rename from net-voip/telepathy-rakia/telepathy-rakia-0.8.0.ebuild
rename to net-voip/telepathy-rakia/telepathy-rakia-0.8.0-r1.ebuild
index 93507fcb941..e6a644508e3 100644
--- a/net-voip/telepathy-rakia/telepathy-rakia-0.8.0.ebuild
+++ b/net-voip/telepathy-rakia/telepathy-rakia-0.8.0-r1.ebuild
@@ -1,25 +1,24 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python3_{6..9} )
 
-inherit python-single-r1
+inherit python-any-r1
 
 DESCRIPTION="A SIP connection manager for Telepathy based around the Sofia-SIP library"
 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://patch-diff.githubusercontent.com/raw/TelepathyIM/telepathy-rakia/pull/1.patch
+		-> ${P}-py3.patch"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+RESTRICT="test"
 
 COMMON_DEPEND="
-	${PYTHON_DEPS}
 	>=dev-libs/dbus-glib-0.60
 	>=dev-libs/glib-2.30:2
 	>=net-libs/sofia-sip-1.12.11
@@ -31,11 +30,15 @@ RDEPEND="${COMMON_DEPEND}
 "
 # telepathy-rakia was formerly known as telepathy-sofiasip
 DEPEND="${COMMON_DEPEND}
+	${PYTHON_DEPS}
 	dev-libs/libxslt
-	test? ( dev-python/twisted-core )
 "
 # eautoreconf requires: gtk-doc-am
 
+PATCHES=(
+	"${DISTDIR}"/${P}-py3.patch
+)
+
 src_configure() {
 	econf --disable-fatal-warnings
 }


             reply	other threads:[~2020-09-27  6:17 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-27  6:17 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-11-25  3:08 [gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-rakia/ Matt Turner
2022-10-29 17:44 Matt Turner
2022-05-20 19:16 Pacho Ramos
2019-07-28 17:02 Aaron Bauman
2019-02-19 18:04 Andreas Sturmlechner
2017-04-23 21:01 David Seifert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1601187415.600e33d66bc80bfdc9f55dfae027f5c8a6d94ef9.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox