sci-biology/samri: superseded by Gentoo Science
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
parent
a4ecd576d7
commit
aff4737d9c
sci-biology/samri
@ -1,24 +0,0 @@
|
||||
25 Sep 2020; <chymera@gentoo.org> samri-0.4.2.ebuild, samri-9999.ebuild:
|
||||
sci-biology/samri: updated scipy dependency category
|
||||
|
||||
*samri-0.4.2 (10 Jan 2020)
|
||||
|
||||
10 Jan 2020; <chymera@gentoo.org> +samri-0.4.2.ebuild:
|
||||
sci-biology/samri: version bump 0.4.2 ahead of Gentoo Science
|
||||
|
||||
08 Dec 2019; <chymera@gentoo.org> -Manifest, -samri-0.4.1.ebuild:
|
||||
sci-biology/samri: migrated version to Gentoo Science https://gitweb.gentoo.o
|
||||
rg/proj/sci.git/commit/?id=e68c1eb1aea94ee2860d3b9feb079932114904ea
|
||||
|
||||
*samri-0.4.1 (08 Dec 2019)
|
||||
|
||||
08 Dec 2019; <chymera@gentoo.org> +samri-0.4.1.ebuild, -samri-0.4.ebuild:
|
||||
sci-biology/samri: version bump 0.4.1 ahead of Gentoo Science
|
||||
|
||||
*samri-9999 (12 Nov 2019)
|
||||
|
||||
12 Nov 2019; <chymera@gentoo.org> +samri-9999.ebuild:
|
||||
sci-biology/samri: live package with test suite
|
||||
|
||||
12 Nov 2019; <chymera@gentoo.org> metadata.xml, samri-0.4.ebuild:
|
||||
sci-biology/samri:
|
@ -1 +0,0 @@
|
||||
DIST samri-0.4.2.tar.gz 4115783 SHA256 bf2d14a57e153d1dbfdb6471434412a1ab00c92dd8cd4a858fa9c9b7703dfae6 SHA512 cb5853ea0d47a3cfd61a0064a1ab776f34dc5178fbe53d515452c03b5b3b24e39d1fe22f6f75e3918c86aaac7517aac05bc911ea8ffdb5a4c3ef07b5cff63880 WHIRLPOOL dd9f42ec3b5d3280968560f5d81bb8db252f9256ad42f888af1b8ceaed57946febe69d3e6dc11824a9713fa5ae51d62f38e7ee1b333d6f2c7279c76af9b18e32
|
@ -1,22 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>chr@chymera.eu</email>
|
||||
<name>Horea Christian</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
SAMRI (Small Animal Magnetic Resonance Imaging) — pronounced "Sam-rye" — provides
|
||||
fMRI preprocessing, metadata parsing, and data analysis functions and workflows.
|
||||
SAMRI integrates functionalities from a number of other packages to create
|
||||
higher-level tools. The resulting interfaces aim to maximize reproducibility,
|
||||
simplify batch processing, and minimize the number of function calls required to
|
||||
generate figures and statistical summaries from the raw data.
|
||||
</longdescription>
|
||||
<use>
|
||||
<flag name="labbookdb">Pipe data from LabbookDB databases.</flag>
|
||||
</use>
|
||||
<upstream>
|
||||
<remote-id type="github">IBT-FMI/SAMRI</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,56 +0,0 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_6 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Small Animal Magnetic Resonance Imaging"
|
||||
HOMEPAGE="https://github.com/IBT-FMI/SAMRI"
|
||||
SRC_URI="https://github.com/IBT-FMI/SAMRI/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE="labbookdb test"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
sci-biology/samri_bidsdata
|
||||
sci-biology/samri_bindata
|
||||
)
|
||||
"
|
||||
RDEPEND="
|
||||
dev-python/argh[${PYTHON_USEDEP}]
|
||||
dev-python/joblib[${PYTHON_USEDEP}]
|
||||
>=dev-python/matplotlib-2.0.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/numpy-1.13.3[${PYTHON_USEDEP}]
|
||||
dev-python/pandas[${PYTHON_USEDEP}]
|
||||
dev-python/scipy[${PYTHON_USEDEP}]
|
||||
dev-python/seaborn[${PYTHON_USEDEP}]
|
||||
dev-python/statsmodels[${PYTHON_USEDEP}]
|
||||
media-gfx/blender
|
||||
>=sci-biology/fsl-5.0.9
|
||||
sci-biology/bru2nii
|
||||
sci-biology/mouse-brain-atlases
|
||||
labbookdb? ( sci-libs/labbookdb[${PYTHON_USEDEP}] )
|
||||
sci-libs/nibabel[${PYTHON_USEDEP}]
|
||||
>=sci-libs/nipy-0.4.1[${PYTHON_USEDEP}]
|
||||
>=sci-libs/nipype-1.0.0[${PYTHON_USEDEP}]
|
||||
<=sci-libs/pybids-0.6.5[${PYTHON_USEDEP}]
|
||||
sci-libs/scikits_image[${PYTHON_USEDEP}]
|
||||
sci-biology/ants
|
||||
sci-biology/afni
|
||||
sci-biology/nilearn[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
S="${WORKDIR}/SAMRI-${PV}"
|
||||
|
||||
src_prepare() {
|
||||
sed -i -e "s:/usr:${EPREFIX}/usr:g" `grep -rlI \'/usr/ samri` || die
|
||||
sed -i -e "s:/usr:${EPREFIX}/usr:g" `grep -rlI /usr/ test_scripts.sh` || die
|
||||
distutils-r1_src_prepare
|
||||
}
|
@ -1,70 +0,0 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6} )
|
||||
|
||||
inherit distutils-r1 git-r3
|
||||
|
||||
DESCRIPTION="Small Animal Magnetic Resonance Imaging"
|
||||
HOMEPAGE="https://github.com/IBT-FMI/SAMRI"
|
||||
SRC_URI=""
|
||||
EGIT_REPO_URI="https://github.com/IBT-FMI/SAMRI"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE="labbookdb test"
|
||||
KEYWORDS=""
|
||||
|
||||
DEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
sci-biology/samri_bidsdata
|
||||
sci-biology/samri_bindata
|
||||
)
|
||||
"
|
||||
RDEPEND="
|
||||
dev-python/argh[${PYTHON_USEDEP}]
|
||||
dev-python/joblib[${PYTHON_USEDEP}]
|
||||
>=dev-python/matplotlib-2.0.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/numpy-1.13.3[${PYTHON_USEDEP}]
|
||||
dev-python/pandas[${PYTHON_USEDEP}]
|
||||
dev-python/scipy[${PYTHON_USEDEP}]
|
||||
dev-python/seaborn[${PYTHON_USEDEP}]
|
||||
dev-python/statsmodels[${PYTHON_USEDEP}]
|
||||
media-gfx/blender
|
||||
>=sci-biology/fsl-5.0.9
|
||||
sci-biology/bru2nii
|
||||
sci-biology/mouse-brain-atlases
|
||||
labbookdb? ( sci-libs/labbookdb[${PYTHON_USEDEP}] )
|
||||
sci-libs/nibabel[${PYTHON_USEDEP}]
|
||||
>=sci-libs/nipy-0.4.1[${PYTHON_USEDEP}]
|
||||
>=sci-libs/nipype-1.0.0[${PYTHON_USEDEP}]
|
||||
<=sci-libs/pybids-0.6.5[${PYTHON_USEDEP}]
|
||||
sci-libs/scikits_image[${PYTHON_USEDEP}]
|
||||
sci-biology/ants
|
||||
sci-biology/afni
|
||||
sci-biology/nilearn[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
#S="${WORKDIR}/SAMRI-${PV}"
|
||||
|
||||
src_prepare() {
|
||||
distutils-r1_src_prepare
|
||||
sed -i -e "s:/usr:@GENTOO_PORTAGE_EPREFIX@/usr:g" `grep -rlI \'/usr/ samri`
|
||||
sed -i -e "s:/usr:@GENTOO_PORTAGE_EPREFIX@/usr:g" `grep -rlI /usr/ test_scripts.sh`
|
||||
eprefixify $(grep -rl GENTOO_PORTAGE_EPREFIX samri/* test_scripts.sh)
|
||||
}
|
||||
|
||||
python_test() {
|
||||
distutils_install_for_testing
|
||||
export MPLBACKEND="agg"
|
||||
export PATH=${TEST_DIR}/scripts:$PATH
|
||||
export PYTHONIOENCODING=utf-8
|
||||
./test_scripts.sh || die "Test scripts failed."
|
||||
sed -i -e \
|
||||
"/def test_bru2bids():/i@pytest.mark.skip('Removed in full test suite, as this is already tested in `test_scripts.sh`')" \
|
||||
samri/pipelines/tests/test_repos.py || die
|
||||
pytest -vv || die
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user