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 BA197159C9B for ; Sat, 3 Aug 2024 03:35:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED0DEE29F5; Sat, 3 Aug 2024 03:35:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 97BF2E29F5 for ; Sat, 3 Aug 2024 03:35:12 +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 6FF40335DC2 for ; Sat, 3 Aug 2024 03:35:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82A7A1DCC for ; Sat, 3 Aug 2024 03:35:09 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1722656100.d59ebbf101a5aa302a02f751eef761427679e394.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-vcs/datalad/ X-VCS-Repository: proj/sci X-VCS-Files: dev-vcs/datalad/datalad-0.19.6-r1.ebuild dev-vcs/datalad/datalad-1.0.2.ebuild X-VCS-Directories: dev-vcs/datalad/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: d59ebbf101a5aa302a02f751eef761427679e394 X-VCS-Branch: master Date: Sat, 3 Aug 2024 03:35:09 +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: 3e480c74-ca50-4d60-8b08-a47610c94b50 X-Archives-Hash: 64d3a68d3df9349a90daaaac1b44b022 commit: d59ebbf101a5aa302a02f751eef761427679e394 Author: Horea Christian chymera eu> AuthorDate: Sat Aug 3 03:35:00 2024 +0000 Commit: Horea Christian gmail com> CommitDate: Sat Aug 3 03:35:00 2024 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d59ebbf1 dev-vcs/datalad: enable py3.12 Signed-off-by: Horea Christian chymera.eu> dev-vcs/datalad/datalad-0.19.6-r1.ebuild | 2 +- dev-vcs/datalad/datalad-1.0.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-vcs/datalad/datalad-0.19.6-r1.ebuild b/dev-vcs/datalad/datalad-0.19.6-r1.ebuild index c95bc935f..0a8c3f332 100644 --- a/dev-vcs/datalad/datalad-0.19.6-r1.ebuild +++ b/dev-vcs/datalad/datalad-0.19.6-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi DESCRIPTION="Keep code, data, containers under control with git and git-annex" diff --git a/dev-vcs/datalad/datalad-1.0.2.ebuild b/dev-vcs/datalad/datalad-1.0.2.ebuild index de5b6cd6a..3ec624e7f 100644 --- a/dev-vcs/datalad/datalad-1.0.2.ebuild +++ b/dev-vcs/datalad/datalad-1.0.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi DESCRIPTION="Keep code, data, containers under control with git and git-annex"