Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/snakemake/
Date: Wed, 26 Jan 2022 17:48:41
Message-Id: 1643192673.3512e4e0da86828c23d307c88319e0210f51a65f.andrewammerlaan@gentoo
1 commit: 3512e4e0da86828c23d307c88319e0210f51a65f
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 26 10:24:33 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 26 10:24:33 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3512e4e0
7
8 dev-python/snakemake: bump python compat
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
12
13 dev-python/snakemake/snakemake-5.32.2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/snakemake/snakemake-5.32.2.ebuild b/dev-python/snakemake/snakemake-5.32.2.ebuild
17 index 312699378..53874483f 100644
18 --- a/dev-python/snakemake/snakemake-5.32.2.ebuild
19 +++ b/dev-python/snakemake/snakemake-5.32.2.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -PYTHON_COMPAT=( python3_{7,8} )
28 +PYTHON_COMPAT=( python3_{8..9} )
29 DISTUTILS_USE_SETUPTOOLS=rdepend
30
31 inherit distutils-r1