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 7012F15817D for ; Wed, 19 Jun 2024 10:41:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B170DE2A94; Wed, 19 Jun 2024 10:41:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 9BF14E2A94 for ; Wed, 19 Jun 2024 10:41:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E29D933B864 for ; Wed, 19 Jun 2024 10:41:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26C621D33 for ; Wed, 19 Jun 2024 10:41:25 +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: <1718793623.63b1dce345203efaf4415c609c935abdccc5e1da.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-7.32.4.ebuild dev-python/snakemake/snakemake-8.14.0.ebuild X-VCS-Directories: dev-python/snakemake/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 63b1dce345203efaf4415c609c935abdccc5e1da X-VCS-Branch: master Date: Wed, 19 Jun 2024 10:41:25 +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: 38a24d7f-3386-4c3f-9700-ded9d98af906 X-Archives-Hash: a2afdc208b94e5e375d772c52e722f9a commit: 63b1dce345203efaf4415c609c935abdccc5e1da Author: Michael Schubert gmail com> AuthorDate: Mon Jun 17 22:00:16 2024 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed Jun 19 10:40:23 2024 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=63b1dce3 dev-python/snakemake: version 7.32.4 is compat with py3.12 Signed-off-by: Michael Schubert gmail.com> Closes: https://github.com/gentoo/sci/pull/1278 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/snakemake/snakemake-7.32.4.ebuild | 4 ++-- dev-python/snakemake/snakemake-8.14.0.ebuild | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dev-python/snakemake/snakemake-7.32.4.ebuild b/dev-python/snakemake/snakemake-7.32.4.ebuild index 711aac286..8ff44fdb5 100644 --- a/dev-python/snakemake/snakemake-7.32.4.ebuild +++ b/dev-python/snakemake/snakemake-7.32.4.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 @@ -54,7 +54,7 @@ RDEPEND=" dev-python/toposort[${PYTHON_USEDEP}] dev-python/wrapt[${PYTHON_USEDEP}] dev-python/yte[${PYTHON_USEDEP}] - sci-mathematics/pulp[${PYTHON_USEDEP}] +