sci-biology/nitime - 9999 (science)

Search

Install

Install this version:

emerge -a =sci-biology/nitime-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sci-biology/nitime-9999

Or alternatively:

emerge --autounmask-write -a =sci-biology/nitime-9999

Package Information

Description:
Time-series analysis of neuroscience data
Homepage:
http://nipy.org/nitime/index.html
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..13} )

inherit distutils-r1 git-r3

DESCRIPTION="Time-series analysis of neuroscience data"
HOMEPAGE="http://nipy.org/nitime/index.html"
SRC_URI=""
EGIT_REPO_URI="https://github.com/nipy/nitime"

LICENSE="BSD"
SLOT="0"
KEYWORDS=""

COMMON_DEPEND="
	dev-python/numpy[${PYTHON_USEDEP}]
	dev-python/matplotlib[${PYTHON_USEDEP}]
	dev-python/scipy[${PYTHON_USEDEP}]
	"
BDEPEND="${COMMON_DEPEND}
	dev-python/cython[${PYTHON_USEDEP}]
	"
RDEPEND="
	${COMMON_DEPEND}
	dev-python/networkx[${PYTHON_USEDEP}]
	sci-libs/nibabel[${PYTHON_USEDEP}]
	"

distutils_enable_tests pytest
distutils_enable_sphinx doc

Inherited Eclasses

Dependencies

RDEPEND

	
	dev-python/numpy[]
	dev-python/matplotlib[]
	dev-python/scipy[]
	
	dev-python/networkx[]
	sci-libs/nibabel[]
	

BDEPEND

	dev-python/numpy[]
	dev-python/matplotlib[]
	dev-python/scipy[]
	
	dev-python/cython[]