aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Wozniak <kaczor982@gmail.com>2019-12-31 16:36:06 +0100
committerBenda Xu <heroxbd@gentoo.org>2020-01-26 21:20:38 +0800
commit216e1730765a7a8c69a47a5175f47d8d75dcc0ff (patch)
tree0e08ec1c2b1fdd4f9afe68a892d9e27b44372f76 /dev-python/snakemake
parentdev-python/nbviewer: add PYTHON_COMPAT version 3.6 (diff)
downloadsci-216e1730765a7a8c69a47a5175f47d8d75dcc0ff.tar.gz
sci-216e1730765a7a8c69a47a5175f47d8d75dcc0ff.tar.bz2
sci-216e1730765a7a8c69a47a5175f47d8d75dcc0ff.zip
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@gentoo.org>
Diffstat (limited to 'dev-python/snakemake')
-rw-r--r--dev-python/snakemake/Manifest2
-rw-r--r--dev-python/snakemake/snakemake-5.10.0.ebuild (renamed from dev-python/snakemake/snakemake-3.4.2.ebuild)4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/snakemake/Manifest b/dev-python/snakemake/Manifest
index 3242ed813..2d0455c44 100644
--- a/dev-python/snakemake/Manifest
+++ b/dev-python/snakemake/Manifest
@@ -1 +1 @@
-DIST snakemake-3.4.2.tar.gz 64681 BLAKE2B 3025dc9ce351069c3bb42ddeac64640d2e09e0de329c8aa4149b6a1c704c361eb9501d1a9229508213c6524d24385ccbc2406362328fbd7f7f52957b3b4d6ae4 SHA512 0c1422b5cfa38a1abcb4fd936eff5e9a9f0712e352a5414b21e255edc97c117adff57754a8c5c9d2ba298e9a3e00f0158805ba0aac693bdfd808fd9f82677214
+DIST snakemake-5.10.0.tar.gz 200876 BLAKE2B 2901af3bf270b18759143d60da618ae09bda2310ec5f25dc30475c0be98131e697326f46178bbb0a91c880074583b518fba673cfd35d8b1daeb218b716f6356a SHA512 101b2ab11d3377a68a3b35dbd3be01ab0d7075c38056f571f8b88fbd0eb49322c078a8f37c7fef84f0deda3491afbfeed602c603ffb518197f5ffdc12b4bd3fe
diff --git a/dev-python/snakemake/snakemake-3.4.2.ebuild b/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