Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/snakemake/
Date: Sun, 26 Jan 2020 13:25:19
Message-Id: 1580044838.216e1730765a7a8c69a47a5175f47d8d75dcc0ff.heroxbd@gentoo
1 commit: 216e1730765a7a8c69a47a5175f47d8d75dcc0ff
2 Author: Marcin Wozniak <kaczor982 <AT> gmail <DOT> com>
3 AuthorDate: Tue Dec 31 15:36:06 2019 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 26 13:20:38 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=216e1730
7
8 dev-python/snakemake: bump to 5.10.0.
9
10 Drop python3_{4,5}, bump to EAPI=7.
11
12 Closes: https://github.com/gentoo/sci/pull/935
13 Closes: https://github.com/gentoo/sci/pull/901
14 Closes: https://github.com/gentoo/sci/issues/938
15 Bug: https://bugs.gentoo.org/695742
16 Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>
17
18 .../snakemake/{snakemake-3.4.2.ebuild => snakemake-5.10.0.ebuild} | 4 ++--
19 1 file changed, 2 insertions(+), 2 deletions(-)
20
21 diff --git a/dev-python/snakemake/snakemake-3.4.2.ebuild b/dev-python/snakemake/snakemake-5.10.0.ebuild
22 similarity index 89%
23 rename from dev-python/snakemake/snakemake-3.4.2.ebuild
24 rename to dev-python/snakemake/snakemake-5.10.0.ebuild
25 index db58e6fed..552b02496 100644
26 --- a/dev-python/snakemake/snakemake-3.4.2.ebuild
27 +++ b/dev-python/snakemake/snakemake-5.10.0.ebuild
28 @@ -1,9 +1,9 @@
29 # Copyright 1999-2014 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31
32 -EAPI=5
33 +EAPI=7
34
35 -PYTHON_COMPAT=( python{3_4,3_5} )
36 +PYTHON_COMPAT=( python3_6 )
37
38 inherit distutils-r1