aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-01-26 11:24:33 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-01-26 11:24:33 +0100
commit3512e4e0da86828c23d307c88319e0210f51a65f (patch)
treef1fab38cfe0ba6dc2c6701f3558f0125483e8c30 /dev-python/snakemake
parentdev-python/sphinx-argparse: bump to 0.3.1 (diff)
downloadsci-3512e4e0da86828c23d307c88319e0210f51a65f.tar.gz
sci-3512e4e0da86828c23d307c88319e0210f51a65f.tar.bz2
sci-3512e4e0da86828c23d307c88319e0210f51a65f.zip
dev-python/snakemake: bump python compat
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/snakemake')
-rw-r--r--dev-python/snakemake/snakemake-5.32.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/snakemake/snakemake-5.32.2.ebuild b/dev-python/snakemake/snakemake-5.32.2.ebuild
index 312699378..53874483f 100644
--- a/dev-python/snakemake/snakemake-5.32.2.ebuild
+++ b/dev-python/snakemake/snakemake-5.32.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{8..9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1