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 0E2A4158020 for ; Tue, 11 Oct 2022 19:20:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A823E07EA; Tue, 11 Oct 2022 19:20:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 0D305E07F9 for ; Tue, 11 Oct 2022 19:20:35 +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 265173411CD for ; Tue, 11 Oct 2022 19:20:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 820E1613 for ; Tue, 11 Oct 2022 19:20:32 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1665515828.281623980215a99afd89a378548b50ac99af3a00.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/fslpy/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/fslpy/fslpy-3.8.1.ebuild X-VCS-Directories: dev-python/fslpy/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 281623980215a99afd89a378548b50ac99af3a00 X-VCS-Branch: master Date: Tue, 11 Oct 2022 19:20:32 +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: 18d4d4ad-5f9c-4748-9bf7-36f433496c01 X-Archives-Hash: aa17aa68ee28b39209cf9b3e78d2598c commit: 281623980215a99afd89a378548b50ac99af3a00 Author: Andrew Ammerlaan gentoo org> AuthorDate: Tue Oct 11 19:17:08 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue Oct 11 19:17:08 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=28162398 dev-python/fslpy: drop 3.8.1 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/fslpy/fslpy-3.8.1.ebuild | 43 ------------------------------------- 1 file changed, 43 deletions(-) diff --git a/dev-python/fslpy/fslpy-3.8.1.ebuild b/dev-python/fslpy/fslpy-3.8.1.ebuild deleted file mode 100644 index f28e7283e..000000000 --- a/dev-python/fslpy/fslpy-3.8.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 virtualx - -DESCRIPTION="The FSL Python Library" -HOMEPAGE="https://git.fmrib.ox.ac.uk/fsl/fslpy" -SRC_URI="https://git.fmrib.ox.ac.uk/fsl/${PN}/-/archive/${PV}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - >=dev-python/h5py-2.9[${PYTHON_USEDEP}] - >=dev-python/indexed_gzip-0.7.0[${PYTHON_USEDEP}] - >=dev-python/numpy-1[${PYTHON_USEDEP}] - >=dev-python/pillow-3.2.0[${PYTHON_USEDEP}] - >=dev-python/trimesh-2.37.29[${PYTHON_USEDEP}] - =dev-python/wxpython-4*[${PYTHON_USEDEP}] - >=sci-libs/rtree-0.8.3[${PYTHON_USEDEP}] - >=sci-libs/nibabel-2.4[${PYTHON_USEDEP}] - >=dev-python/scipy-0.18[${PYTHON_USEDEP}] -" - -PATCHES=( - "${FILESDIR}/fslpy-2.7.0-coverage.patch" -) - -distutils_enable_tests pytest -distutils_enable_sphinx doc dev-python/sphinx_rtd_theme - -src_test() { - virtx distutils-r1_src_test -} - -python_test() { - epytest --niters=50 -m "not (dicomtest or longtest or fsltest)" || die "Tests failed with ${EPYTHON}" -}