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 262EE138350 for ; Sun, 26 Jan 2020 13:25:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2902EE086C; Sun, 26 Jan 2020 13:25:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 A54B7E0886 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 97DEC34E2BD 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 60FA1F0 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: <1580044838.216e1730765a7a8c69a47a5175f47d8d75dcc0ff.heroxbd@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/snakemake/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/snakemake/snakemake-3.4.2.ebuild dev-python/snakemake/snakemake-5.10.0.ebuild X-VCS-Directories: dev-python/snakemake/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: 216e1730765a7a8c69a47a5175f47d8d75dcc0ff 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: 035e8576-82ba-4783-bed6-f7716d3694bd X-Archives-Hash: 0a5d204c2b1ca56583e8aac845155445 commit: 216e1730765a7a8c69a47a5175f47d8d75dcc0ff Author: Marcin Wozniak gmail com> AuthorDate: Tue Dec 31 15:36:06 2019 +0000 Commit: Benda XU gentoo org> CommitDate: Sun Jan 26 13:20:38 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=216e1730 dev-python/snakemake: bump to 5.10.0. Drop python3_{4,5}, bump to EAPI=7. Closes: https://github.com/gentoo/sci/pull/935 Closes: https://github.com/gentoo/sci/pull/901 Closes: https://github.com/gentoo/sci/issues/938 Bug: https://bugs.gentoo.org/695742 Signed-off-by: Benda Xu gentoo.org> .../snakemake/{snakemake-3.4.2.ebuild => snakemake-5.10.0.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/snakemake/snakemake-3.4.2.ebuild b/dev-python/snakemake/snakemake-5.10.0.ebuild similarity index 89% rename from dev-python/snakemake/snakemake-3.4.2.ebuild rename to dev-python/snakemake/snakemake-5.10.0.ebuild index db58e6fed..552b02496 100644 --- a/dev-python/snakemake/snakemake-3.4.2.ebuild +++ b/dev-python/snakemake/snakemake-5.10.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -PYTHON_COMPAT=( python{3_4,3_5} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1