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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 67AA81581F3 for ; Fri, 29 Nov 2024 11:53:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5655E07EF; Fri, 29 Nov 2024 11:53:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20291E07F0 for ; Fri, 29 Nov 2024 11:53:41 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0355B33BE9F for ; Fri, 29 Nov 2024 11:53:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65F8E16DA for ; Fri, 29 Nov 2024 11:53:39 +0000 (UTC) From: "Alexander Puck Neuwirth" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexander Puck Neuwirth" Message-ID: <1732869905.ec95b3ac105a4281222e2b221fa26f85c7db9d8b.alexander@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/snakemake/, dev-python/snakemake-interface-common/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/snakemake-interface-common/snakemake-interface-common-1.17.2.ebuild dev-python/snakemake/snakemake-7.32.4.ebuild dev-python/snakemake/snakemake-8.16.0.ebuild X-VCS-Directories: dev-python/snakemake-interface-common/ dev-python/snakemake/ X-VCS-Committer: alexander X-VCS-Committer-Name: Alexander Puck Neuwirth X-VCS-Revision: ec95b3ac105a4281222e2b221fa26f85c7db9d8b X-VCS-Branch: master Date: Fri, 29 Nov 2024 11:53:39 +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: 3ad12567-4696-4ceb-a5e1-79dd616e8a64 X-Archives-Hash: 0c85b1a40eebcf47f52fba433a78b2a9 commit: ec95b3ac105a4281222e2b221fa26f85c7db9d8b Author: Alexander Puck Neuwirth neuwirth-informatik de> AuthorDate: Fri Nov 29 08:45:05 2024 +0000 Commit: Alexander Puck Neuwirth neuwirth-informatik de> CommitDate: Fri Nov 29 08:45:05 2024 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ec95b3ac Rename dev-python/{ConfigArgParse → configargparse} See-also: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5edc10531f4c6ff9dfe3e2748e1252a31fce077f Signed-off-by: Alexander Puck Neuwirth neuwirth-informatik.de> .../snakemake-interface-common/snakemake-interface-common-1.17.2.ebuild | 2 +- dev-python/snakemake/snakemake-7.32.4.ebuild | 2 +- dev-python/snakemake/snakemake-8.16.0.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/snakemake-interface-common/snakemake-interface-common-1.17.2.ebuild b/dev-python/snakemake-interface-common/snakemake-interface-common-1.17.2.ebuild index 943af2cfc..4ac42c358 100644 --- a/dev-python/snakemake-interface-common/snakemake-interface-common-1.17.2.ebuild +++ b/dev-python/snakemake-interface-common/snakemake-interface-common-1.17.2.ebuild @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~amd64" DEPEND="dev-python/argparse-dataclass[${PYTHON_USEDEP}] - dev-python/ConfigArgParse[${PYTHON_USEDEP}]" + dev-python/configargparse[${PYTHON_USEDEP}]" RESTRICT="test" # no tests collected #distutils_enable_tests pytest diff --git a/dev-python/snakemake/snakemake-7.32.4.ebuild b/dev-python/snakemake/snakemake-7.32.4.ebuild index ff319298e..912fbbd37 100644 --- a/dev-python/snakemake/snakemake-7.32.4.ebuild +++ b/dev-python/snakemake/snakemake-7.32.4.ebuild @@ -33,7 +33,7 @@ BDEPEND=" RDEPEND=" dev-python/appdirs[${PYTHON_USEDEP}] - dev-python/ConfigArgParse[${PYTHON_USEDEP}] + dev-python/configargparse[${PYTHON_USEDEP}] dev-python/connection_pool[${PYTHON_USEDEP}] dev-python/datrie[${PYTHON_USEDEP}] dev-python/docutils[${PYTHON_USEDEP}] diff --git a/dev-python/snakemake/snakemake-8.16.0.ebuild b/dev-python/snakemake/snakemake-8.16.0.ebuild index c4ba74128..f204537d1 100644 --- a/dev-python/snakemake/snakemake-8.16.0.ebuild +++ b/dev-python/snakemake/snakemake-8.16.0.ebuild @@ -34,7 +34,7 @@ BDEPEND=" RDEPEND=" dev-python/appdirs[${PYTHON_USEDEP}] dev-python/immutables[${PYTHON_USEDEP}] - dev-python/ConfigArgParse[${PYTHON_USEDEP}] + dev-python/configargparse[${PYTHON_USEDEP}] >=dev-python/connection_pool-0.0.3[${PYTHON_USEDEP}] dev-python/datrie[${PYTHON_USEDEP}] dev-python/docutils[${PYTHON_USEDEP}]