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 4B17415807A for ; Mon, 09 Jun 2025 10:01:25 +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 3A6433431AD for ; Mon, 09 Jun 2025 10:01:25 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 14671110480; Mon, 09 Jun 2025 10:01:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 bobolink.gentoo.org (Postfix) with ESMTPS id 0F795110480 for ; Mon, 09 Jun 2025 10:01:15 +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 BB72A34317D for ; Mon, 09 Jun 2025 10:01:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 129C029A3 for ; Mon, 09 Jun 2025 10:01:12 +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: <1749459221.a2858fc4b90358784eded451c97937ebeed01e5b.alexander@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/traits/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/traits/traits-6.3.2-r1.ebuild dev-python/traits/traits-6.3.2.ebuild X-VCS-Directories: dev-python/traits/ X-VCS-Committer: alexander X-VCS-Committer-Name: Alexander Puck Neuwirth X-VCS-Revision: a2858fc4b90358784eded451c97937ebeed01e5b X-VCS-Branch: master Date: Mon, 09 Jun 2025 10:01:12 +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: d4a5e2b0-d8ad-412e-b8d4-badebe642fd7 X-Archives-Hash: 98dc62617bcccdfd7be1d9953df07929 commit: a2858fc4b90358784eded451c97937ebeed01e5b Author: Alexander Puck Neuwirth neuwirth-informatik de> AuthorDate: Mon Jun 9 08:19:56 2025 +0000 Commit: Alexander Puck Neuwirth neuwirth-informatik de> CommitDate: Mon Jun 9 08:53:41 2025 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a2858fc4 dev-python/traits: DISTUTILS_EXT=1 Signed-off-by: Alexander Puck Neuwirth neuwirth-informatik.de> dev-python/traits/{traits-6.3.2.ebuild => traits-6.3.2-r1.ebuild} | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-python/traits/traits-6.3.2.ebuild b/dev-python/traits/traits-6.3.2-r1.ebuild similarity index 89% rename from dev-python/traits/traits-6.3.2.ebuild rename to dev-python/traits/traits-6.3.2-r1.ebuild index 07f8c032b..b85df9c6c 100644 --- a/dev-python/traits/traits-6.3.2.ebuild +++ b/dev-python/traits/traits-6.3.2-r1.ebuild @@ -4,6 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools +DISTUTILS_EXT=1 PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 pypi @@ -30,7 +31,3 @@ python_prepare_all() { distutils-r1_python_prepare_all } -python_test() { - cd "${BUILD_DIR}"/lib || die - ${EPYTHON} -m unittest discover || die -}