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 952BE138350 for ; Sun, 26 Jan 2020 13:25:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEC32E089C; Sun, 26 Jan 2020 13:25:16 +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 8CCB7E086C for ; Sun, 26 Jan 2020 13:25:15 +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 A18C234E2C1 for ; Sun, 26 Jan 2020 13:25:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 271E17B for ; Sun, 26 Jan 2020 13:25:12 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1580043309.2ba6a2f51c8c1c417eac0aaf8de0544d096df37c.heroxbd@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/PeakUtils/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/PeakUtils/PeakUtils-1.0.1.ebuild dev-python/PeakUtils/PeakUtils-1.3.3.ebuild X-VCS-Directories: dev-python/PeakUtils/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: 2ba6a2f51c8c1c417eac0aaf8de0544d096df37c X-VCS-Branch: master Date: Sun, 26 Jan 2020 13:25:12 +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: 245d275b-33f1-47b8-bb58-d57c980530d0 X-Archives-Hash: 6332ca81acc63e58394a776540c34433 commit: 2ba6a2f51c8c1c417eac0aaf8de0544d096df37c Author: Benda Xu gentoo org> AuthorDate: Sun Jan 26 12:55:09 2020 +0000 Commit: Benda XU gentoo org> CommitDate: Sun Jan 26 12:55:09 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2ba6a2f5 dev-python/PeakUtils: drop old and bump to 1.3.3. Drop python3_{4,5} and bump to EAPI=7. Bug: https://bugs.gentoo.org/695742 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Benda Xu gentoo.org> .../PeakUtils/{PeakUtils-1.0.1.ebuild => PeakUtils-1.3.3.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/PeakUtils/PeakUtils-1.0.1.ebuild b/dev-python/PeakUtils/PeakUtils-1.3.3.ebuild similarity index 84% rename from dev-python/PeakUtils/PeakUtils-1.0.1.ebuild rename to dev-python/PeakUtils/PeakUtils-1.3.3.ebuild index d92ad67eb..7dc244b68 100644 --- a/dev-python/PeakUtils/PeakUtils-1.0.1.ebuild +++ b/dev-python/PeakUtils/PeakUtils-1.3.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -PYTHON_COMPAT=( python3_{4,5} ) +EAPI=7 +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1