commit: 216e1730765a7a8c69a47a5175f47d8d75dcc0ff
Author: Marcin Wozniak <kaczor982 <AT> gmail <DOT> com>
AuthorDate: Tue Dec 31 15:36:06 2019 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> 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 <heroxbd <AT> 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