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 1DFC6158013 for ; Mon, 11 Dec 2023 20:01:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 144452BC03A; Mon, 11 Dec 2023 20:01:20 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E984C2BC03A for ; Mon, 11 Dec 2023 20:01:19 +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 18AC6335D7B for ; Mon, 11 Dec 2023 20:01:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 751111440 for ; Mon, 11 Dec 2023 20:01:17 +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: <1702324816.e73c513aa267c1753c8a83b0d5c62e783cef0c1f.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/nitime/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/nitime/nitime-9999.ebuild X-VCS-Directories: sci-biology/nitime/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: e73c513aa267c1753c8a83b0d5c62e783cef0c1f X-VCS-Branch: master Date: Mon, 11 Dec 2023 20:01:17 +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: fed8faeb-8783-4ac2-bd68-565131db6f60 X-Archives-Hash: 5d5af2e41867e103ac0c3f4a5be73055 commit: e73c513aa267c1753c8a83b0d5c62e783cef0c1f Author: Horea Christian chymera eu> AuthorDate: Mon Dec 11 20:00:16 2023 +0000 Commit: Horea Christian gmail com> CommitDate: Mon Dec 11 20:00:16 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e73c513a sci-biology/nitime: updated PEP517 and tests for live ebuild Signed-off-by: Horea Christian chymera.eu> sci-biology/nitime/nitime-9999.ebuild | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/sci-biology/nitime/nitime-9999.ebuild b/sci-biology/nitime/nitime-9999.ebuild index f297c85f0..ee81c01dc 100644 --- a/sci-biology/nitime/nitime-9999.ebuild +++ b/sci-biology/nitime/nitime-9999.ebuild @@ -3,9 +3,10 @@ EAPI=8 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{10..11} ) -inherit distutils-r1 git-r3 virtualx +inherit distutils-r1 git-r3 DESCRIPTION="Time-series analysis of neuroscience data" HOMEPAGE="http://nipy.org/nitime/index.html" @@ -16,9 +17,6 @@ LICENSE="BSD" SLOT="0" KEYWORDS="" -# import file mismatch: -RESTRICT="test" - COMMON_DEPEND=" dev-python/numpy[${PYTHON_USEDEP}] dev-python/matplotlib[${PYTHON_USEDEP}] @@ -35,7 +33,3 @@ RDEPEND=" distutils_enable_tests pytest distutils_enable_sphinx doc - -python_test() { - virtx pytest -v || die -}