From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BC21B138359 for ; Mon, 3 Aug 2020 09:40:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F4234E0903; Mon, 3 Aug 2020 09:40:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DBEC4E0903 for ; Mon, 3 Aug 2020 09:40:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C63FA34EE50 for ; Mon, 3 Aug 2020 09:40:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24C4E2CE for ; Mon, 3 Aug 2020 09:40:31 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1596447603.ab1b86f72bb3cc45af0a3316feffe774ac54ef6a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/xdelta/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/xdelta/xdelta-3.1.0.ebuild X-VCS-Directories: dev-util/xdelta/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ab1b86f72bb3cc45af0a3316feffe774ac54ef6a X-VCS-Branch: master Date: Mon, 3 Aug 2020 09:40:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b02bdb43-5598-4410-b048-403c338e7c3c X-Archives-Hash: 97c2b0175bb952bb71c73906927df5f3 commit: ab1b86f72bb3cc45af0a3316feffe774ac54ef6a Author: Michał Górny gentoo org> AuthorDate: Mon Aug 3 09:39:20 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Aug 3 09:40:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab1b86f7 dev-util/xdelta: Use py3 and new automake in 3.1.0 Closes: https://bugs.gentoo.org/735330 Signed-off-by: Michał Górny gentoo.org> dev-util/xdelta/xdelta-3.1.0.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-util/xdelta/xdelta-3.1.0.ebuild b/dev-util/xdelta/xdelta-3.1.0.ebuild index 5e4c9b097d6..284a0785278 100644 --- a/dev-util/xdelta/xdelta-3.1.0.ebuild +++ b/dev-util/xdelta/xdelta-3.1.0.ebuild @@ -1,10 +1,9 @@ # Copyright 2002-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -PYTHON_COMPAT=( python2_7 ) +EAPI=7 +PYTHON_COMPAT=( python3_{6..9} ) -WANT_AUTOMAKE=1.14 inherit autotools python-any-r1 MY_P=xdelta3-${PV} @@ -33,12 +32,13 @@ src_prepare() { eapply_user # huh + 2to3 -w -n --no-diffs testing/*.py || die sed -i -e '/python/s:2.6:2:' testing/xdelta3-regtest.py || die sed -i -e '/python/s:2.7:2:' testing/xdelta3-test.py || die # only build tests when required sed -i -e '/xdelta3regtest/s:noinst_P:check_P:' Makefile.am || die - eautomake + eautoreconf } src_test() {