aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-02-12 16:56:39 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-02-12 16:56:59 +0100
commit990fd48f1fa182acb02b2a4922b06ab19ea7d01a (patch)
tree00ceca3191748d797c5da377828f6f841e8e46cf
parentdev-python/umap-learn: version bump to 0.5.1 (diff)
downloadsci-990fd48f.tar.gz
sci-990fd48f.tar.bz2
sci-990fd48f.zip
dev-python/snakemake: version bump 5.32.2
old version does not fetch, broken manifest Closes: https://github.com/gentoo/sci/pull/1052 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
-rw-r--r--dev-python/snakemake/Manifest2
-rw-r--r--dev-python/snakemake/snakemake-5.32.2.ebuild (renamed from dev-python/snakemake/snakemake-5.31.1.ebuild)16
2 files changed, 9 insertions, 9 deletions
diff --git a/dev-python/snakemake/Manifest b/dev-python/snakemake/Manifest
index 738852f2f..862d5163e 100644
--- a/dev-python/snakemake/Manifest
+++ b/dev-python/snakemake/Manifest
@@ -1 +1 @@
-DIST snakemake-5.31.1.tar.gz 7009148 BLAKE2B 9d707f027922b10b57336e05dd7e4898e9c60ae192fc13c9765bcebf708058a90e1ee5104c3fd01b4c51982f5f0a3055dee6b6fc4f4d6d71a76d8fae04e02d9a SHA512 57464355be82f353b29b3ec5da5001fa6ba66c45c002a63ad5edb74ca310a5288f93ac6244e9028bab19004d8c32f2e361168d378550d9cafe6ec00411bb0a73
+DIST snakemake-5.32.2.tar.gz 7010849 BLAKE2B 7743a60c3073ce6b3cc2f9f9b1bb1c8822ef7874f8646e3967cc779408b61c0cacba854c32ab35d245d06bce07d1c3722af0d516234ba95029ead3eaeedb10b4 SHA512 efba031f21a9faff392cc35de11fccf21f8e1c37bcedf4e9571428d0c0f937b8581f6b86acda947208c27042ee31685c2626a48ffe63edd22f85a9df586021f4
diff --git a/dev-python/snakemake/snakemake-5.31.1.ebuild b/dev-python/snakemake/snakemake-5.32.2.ebuild
index 6a358a456..312699378 100644
--- a/dev-python/snakemake/snakemake-5.31.1.ebuild
+++ b/dev-python/snakemake/snakemake-5.32.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -31,19 +31,19 @@ BDEPEND="test? (
)"
RDEPEND="
- dev-python/wrapt[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/ratelimit[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]
- dev-python/configargparse[${PYTHON_USEDEP}]
dev-python/appdirs[${PYTHON_USEDEP}]
+ dev-python/configargparse[${PYTHON_USEDEP}]
dev-python/datrie[${PYTHON_USEDEP}]
- dev-python/jsonschema[${PYTHON_USEDEP}]
dev-python/docutils[${PYTHON_USEDEP}]
dev-python/GitPython[${PYTHON_USEDEP}]
- dev-python/psutil[${PYTHON_USEDEP}]
+ dev-python/jsonschema[${PYTHON_USEDEP}]
dev-python/nbformat[${PYTHON_USEDEP}]
+ dev-python/psutil[${PYTHON_USEDEP}]
+ dev-python/pyyaml[${PYTHON_USEDEP}]
+ dev-python/ratelimit[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
dev-python/toposort[${PYTHON_USEDEP}]
+ dev-python/wrapt[${PYTHON_USEDEP}]
sci-mathematics/pulp[${PYTHON_USEDEP}]
"