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 D7BA815800F for ; Thu, 12 Jan 2023 10:25:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 260CDE0928; Thu, 12 Jan 2023 10:25:50 +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 0E8ACE0928 for ; Thu, 12 Jan 2023 10:25:50 +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 1220C335D91 for ; Thu, 12 Jan 2023 10:25:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7961E523 for ; Thu, 12 Jan 2023 10:25:47 +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: <1673519109.eec7f8c5a00019df937445c748e9dc320021a995.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.16.1-r1.ebuild dev-vcs/datalad/datalad-0.17.0-r1.ebuild dev-vcs/datalad/datalad-0.17.2-r1.ebuild dev-vcs/datalad/datalad-0.17.7.ebuild dev-vcs/datalad/datalad-0.18.0.ebuild X-VCS-Directories: dev-vcs/datalad/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: eec7f8c5a00019df937445c748e9dc320021a995 X-VCS-Branch: master Date: Thu, 12 Jan 2023 10:25:47 +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: c161c18d-2932-45ce-b31e-eb1d3f70390e X-Archives-Hash: 608a69797d625bc787303156c315d22b commit: eec7f8c5a00019df937445c748e9dc320021a995 Author: Horea Christian chymera eu> AuthorDate: Thu Jan 12 10:25:09 2023 +0000 Commit: Horea Christian gmail com> CommitDate: Thu Jan 12 10:25:09 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=eec7f8c5 dev-vcs/datalad: updated PYTHON_COMPAT Signed-off-by: Horea Christian chymera.eu> dev-vcs/datalad/datalad-0.16.1-r1.ebuild | 2 +- dev-vcs/datalad/datalad-0.17.0-r1.ebuild | 2 +- dev-vcs/datalad/datalad-0.17.2-r1.ebuild | 2 +- dev-vcs/datalad/datalad-0.17.7.ebuild | 2 +- dev-vcs/datalad/datalad-0.18.0.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-vcs/datalad/datalad-0.16.1-r1.ebuild b/dev-vcs/datalad/datalad-0.16.1-r1.ebuild index d1592fbf6..8589c9a7a 100644 --- a/dev-vcs/datalad/datalad-0.16.1-r1.ebuild +++ b/dev-vcs/datalad/datalad-0.16.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_10 ) inherit distutils-r1 DESCRIPTION="Keep code, data, containers under control with git and git-annex" diff --git a/dev-vcs/datalad/datalad-0.17.0-r1.ebuild b/dev-vcs/datalad/datalad-0.17.0-r1.ebuild index 8e2de55bb..6c1b5d77f 100644 --- a/dev-vcs/datalad/datalad-0.17.0-r1.ebuild +++ b/dev-vcs/datalad/datalad-0.17.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_10 ) inherit distutils-r1 DESCRIPTION="Keep code, data, containers under control with git and git-annex" diff --git a/dev-vcs/datalad/datalad-0.17.2-r1.ebuild b/dev-vcs/datalad/datalad-0.17.2-r1.ebuild index c06056657..967fed7da 100644 --- a/dev-vcs/datalad/datalad-0.17.2-r1.ebuild +++ b/dev-vcs/datalad/datalad-0.17.2-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_10 ) inherit distutils-r1 DESCRIPTION="Keep code, data, containers under control with git and git-annex" diff --git a/dev-vcs/datalad/datalad-0.17.7.ebuild b/dev-vcs/datalad/datalad-0.17.7.ebuild index fc8276b00..bf4d0c4c1 100644 --- a/dev-vcs/datalad/datalad-0.17.7.ebuild +++ b/dev-vcs/datalad/datalad-0.17.7.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_10 ) inherit distutils-r1 DESCRIPTION="Keep code, data, containers under control with git and git-annex" diff --git a/dev-vcs/datalad/datalad-0.18.0.ebuild b/dev-vcs/datalad/datalad-0.18.0.ebuild index 3a6dab38a..69b1a5cb5 100644 --- a/dev-vcs/datalad/datalad-0.18.0.ebuild +++ b/dev-vcs/datalad/datalad-0.18.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_10 ) inherit distutils-r1 DESCRIPTION="Keep code, data, containers under control with git and git-annex"