From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8BCF1158087 for ; Wed, 26 Jan 2022 17:48:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 675FF2BC00C; Wed, 26 Jan 2022 17:48:40 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DDE502BC002 for ; Wed, 26 Jan 2022 17:48:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1DFD0342D8A for ; Wed, 26 Jan 2022 17:48:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C98F11F1 for ; Wed, 26 Jan 2022 17:48:37 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1643192673.3512e4e0da86828c23d307c88319e0210f51a65f.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/snakemake/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/snakemake/snakemake-5.32.2.ebuild X-VCS-Directories: dev-python/snakemake/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 3512e4e0da86828c23d307c88319e0210f51a65f X-VCS-Branch: master Date: Wed, 26 Jan 2022 17:48:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c0d4480b-07a7-4b5f-b411-149188354f3e X-Archives-Hash: 5d1ba826fba1a00e050cd3ed1d279541 commit: 3512e4e0da86828c23d307c88319e0210f51a65f Author: Andrew Ammerlaan gentoo org> AuthorDate: Wed Jan 26 10:24:33 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed Jan 26 10:24:33 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3512e4e0 dev-python/snakemake: bump python compat Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/snakemake/snakemake-5.32.2.ebuild | 4 ++-- 1 file 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