public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Horea Christian" <horea.christ@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/fslpy/
Date: Mon,  1 Feb 2021 01:27:01 +0000 (UTC)	[thread overview]
Message-ID: <1612142791.309efaaf039e3b7f2502cc079450f46c66ed1678.chymera@gentoo> (raw)

commit:     309efaaf039e3b7f2502cc079450f46c66ed1678
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Feb  1 01:26:09 2021 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Feb  1 01:26:31 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=309efaaf

dev-python/fslpy: partly revert f70ee4b8e441a7a03d4440c9672aef88664b6e81

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 dev-python/fslpy/{fslpy-3.4.0.ebuild => fslpy-2.8.4.ebuild} | 10 +++++++---
 dev-python/fslpy/fslpy-3.4.0.ebuild                         |  3 ++-
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/dev-python/fslpy/fslpy-3.4.0.ebuild b/dev-python/fslpy/fslpy-2.8.4.ebuild
similarity index 89%
copy from dev-python/fslpy/fslpy-3.4.0.ebuild
copy to dev-python/fslpy/fslpy-2.8.4.ebuild
index a01f84ab8..ed427ded2 100644
--- a/dev-python/fslpy/fslpy-3.4.0.ebuild
+++ b/dev-python/fslpy/fslpy-2.8.4.ebuild
@@ -4,7 +4,6 @@
 EAPI=7
 
 PYTHON_COMPAT=( python3_{7,8} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1 virtualx
 
@@ -15,7 +14,14 @@ SRC_URI="https://github.com/pauldmccarthy/${PN}/archive/${PV}.tar.gz -> ${P}.tar
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
+IUSE="test"
 
+DEPEND="
+	test? (
+		dev-python/pytest[${PYTHON_USEDEP}]
+	)
+	dev-python/setuptools[${PYTHON_USEDEP}]
+"
 RDEPEND="
 	dev-python/h5py[${PYTHON_USEDEP}]
 	dev-python/indexed_gzip[${PYTHON_USEDEP}]
@@ -31,8 +37,6 @@ RDEPEND="
 
 PATCHES=( "${FILESDIR}/fslpy-2.7.0-coverage.patch" )
 
-distutils_enable_tests pytest
-
 python_test() {
 	virtx pytest --niters=50 -m "not (dicomtest or longtest or fsltest)" --verbose || die
 }

diff --git a/dev-python/fslpy/fslpy-3.4.0.ebuild b/dev-python/fslpy/fslpy-3.4.0.ebuild
index a01f84ab8..ee8dcf336 100644
--- a/dev-python/fslpy/fslpy-3.4.0.ebuild
+++ b/dev-python/fslpy/fslpy-3.4.0.ebuild
@@ -14,7 +14,8 @@ SRC_URI="https://github.com/pauldmccarthy/${PN}/archive/${PV}.tar.gz -> ${P}.tar
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+# Fails with file collisions with =sci-biology/fsl-6.0.2-r1
+KEYWORDS=""
 
 RDEPEND="
 	dev-python/h5py[${PYTHON_USEDEP}]


             reply	other threads:[~2021-02-01  1:27 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-01  1:27 Horea Christian [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-23 14:22 [gentoo-commits] proj/sci:master commit in: dev-python/fslpy/ Andrew Ammerlaan
2024-09-23 14:22 Andrew Ammerlaan
2023-07-26 22:14 Alexander Puck Neuwirth
2023-05-03  0:14 Horea Christian
2023-02-16  7:38 Horea Christian
2022-10-11 19:20 Andrew Ammerlaan
2022-10-11 19:20 Andrew Ammerlaan
2022-07-07  4:54 Sam James
2022-01-23 13:06 Andrew Ammerlaan
2022-01-14 20:36 Andrew Ammerlaan
2021-10-10 22:05 Horea Christian
2021-09-30 10:59 Horea Christian
2021-03-15  8:30 Andrew Ammerlaan
2021-01-20 12:29 Andrew Ammerlaan
2020-12-23  8:38 Horea Christian
2020-10-22  6:11 Horea Christian
2020-10-22  6:11 Horea Christian
2020-10-19 21:55 Horea Christian
2020-03-16 20:05 Horea Christian
2019-11-08  6:25 Horea Christian
2019-11-08  6:17 Horea Christian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1612142791.309efaaf039e3b7f2502cc079450f46c66ed1678.chymera@gentoo \
    --to=horea.christ@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox