From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7E45915807A for ; Mon, 09 Jun 2025 10:01:43 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 6BEEE34317F for ; Mon, 09 Jun 2025 10:01:43 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9D6D51104B9; Mon, 09 Jun 2025 10:01:16 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 94C7B1104B8 for ; Mon, 09 Jun 2025 10:01:16 +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 4F73734317C for ; Mon, 09 Jun 2025 10:01:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 406032942 for ; Mon, 09 Jun 2025 10:01:13 +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: <1749459341.1f786d9d93bec4acbb4039d86525e90752fc331c.alexander@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/pybids/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/pybids/pybids-0.10.2.ebuild sci-libs/pybids/pybids-0.12.4-r1.ebuild sci-libs/pybids/pybids-0.12.4.ebuild sci-libs/pybids/pybids-0.6.5.ebuild X-VCS-Directories: sci-libs/pybids/ X-VCS-Committer: alexander X-VCS-Committer-Name: Alexander Puck Neuwirth X-VCS-Revision: 1f786d9d93bec4acbb4039d86525e90752fc331c X-VCS-Branch: master Date: Mon, 09 Jun 2025 10:01:13 +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: 7d56089b-721a-41e6-8b90-d5e74ecbdf43 X-Archives-Hash: fcd224ae4f22d7088474216b77c32ed7 commit: 1f786d9d93bec4acbb4039d86525e90752fc331c Author: Alexander Puck Neuwirth neuwirth-informatik de> AuthorDate: Sun Jun 8 16:14:34 2025 +0000 Commit: Alexander Puck Neuwirth neuwirth-informatik de> CommitDate: Mon Jun 9 08:55:41 2025 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1f786d9d sci-libs/pybids: DISTUTILS_USE_PEP517=setuptools Signed-off-by: Alexander Puck Neuwirth neuwirth-informatik.de> sci-libs/pybids/pybids-0.10.2.ebuild | 1 + sci-libs/pybids/{pybids-0.12.4.ebuild => pybids-0.12.4-r1.ebuild} | 1 + sci-libs/pybids/pybids-0.6.5.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/sci-libs/pybids/pybids-0.10.2.ebuild b/sci-libs/pybids/pybids-0.10.2.ebuild index bc471429c..0207f3ba2 100644 --- a/sci-libs/pybids/pybids-0.10.2.ebuild +++ b/sci-libs/pybids/pybids-0.10.2.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_11 ) inherit distutils-r1 diff --git a/sci-libs/pybids/pybids-0.12.4.ebuild b/sci-libs/pybids/pybids-0.12.4-r1.ebuild similarity index 96% rename from sci-libs/pybids/pybids-0.12.4.ebuild rename to sci-libs/pybids/pybids-0.12.4-r1.ebuild index 3c0ee420b..8900a5047 100644 --- a/sci-libs/pybids/pybids-0.12.4.ebuild +++ b/sci-libs/pybids/pybids-0.12.4-r1.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_11 ) DISTUTILS_USE_SETUPTOOLS=rdepend diff --git a/sci-libs/pybids/pybids-0.6.5.ebuild b/sci-libs/pybids/pybids-0.6.5.ebuild index 73b5d6891..0c36e34c6 100644 --- a/sci-libs/pybids/pybids-0.6.5.ebuild +++ b/sci-libs/pybids/pybids-0.6.5.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_11 ) inherit distutils-r1