Skip to content
Snippets Groups Projects

tvb-library version 2.9.2

Merged Lia Domide requested to merge ldomide/ebrains-spack-builds:Issue-94 into master
Files
2
@@ -14,10 +14,11 @@ class PyTvbLibrary(PythonPackage):
@@ -14,10 +14,11 @@ class PyTvbLibrary(PythonPackage):
"""
"""
homepage = "https://www.thevirtualbrain.org/"
homepage = "https://www.thevirtualbrain.org/"
pypi = 'tvb-library/tvb_library-2.9.1.tar.gz'
pypi = 'tvb-library/tvb_library-2.9.2.tar.gz'
maintainers = ['ldomide', 'paulapopa', 'teodoramisan']
maintainers = ['ldomide', 'paulapopa', 'teodoramisan']
 
version('2.9.2', 'be3562b28464e51d09e9378d71996fc11522121124c5438dd3e9cdd71060d09e')
version('2.9.1', 'a251f602bffe768e6184ffc14d3d6ad9f03be879a78062a7397c30a5f8878b41')
version('2.9.1', 'a251f602bffe768e6184ffc14d3d6ad9f03be879a78062a7397c30a5f8878b41')
version('2.9', '0a65fa3d803ef8da3d69a0f27a13e40b79876ee6d5b627c34d0c9fc5c12697e6')
version('2.9', '0a65fa3d803ef8da3d69a0f27a13e40b79876ee6d5b627c34d0c9fc5c12697e6')
version('2.8.2', '4222dadbecce53b29e2141801b1ca8eb99c4595ace6c7d0469f7e0a41d3f384a')
version('2.8.2', '4222dadbecce53b29e2141801b1ca8eb99c4595ace6c7d0469f7e0a41d3f384a')
@@ -35,8 +36,8 @@ class PyTvbLibrary(PythonPackage):
@@ -35,8 +36,8 @@ class PyTvbLibrary(PythonPackage):
# python_requires
# python_requires
depends_on('python@3.8:', type=('build', 'run'))
depends_on('python@3.8:', type=('build', 'run'))
# setup_requires
# build_requires
depends_on('py-setuptools', type='build')
depends_on('py-hatchling', type='build')
# install_requires
# install_requires
depends_on('py-autopep8', type=('build', 'run'))
depends_on('py-autopep8', type=('build', 'run'))
@@ -53,6 +54,7 @@ class PyTvbLibrary(PythonPackage):
@@ -53,6 +54,7 @@ class PyTvbLibrary(PythonPackage):
depends_on('py-numba', type=('build', 'run'))
depends_on('py-numba', type=('build', 'run'))
depends_on('py-numexpr', type=('build', 'run'))
depends_on('py-numexpr', type=('build', 'run'))
depends_on('py-scipy', type=('build', 'run'))
depends_on('py-scipy', type=('build', 'run'))
 
depends_on('py-scipy@:1.13', type=('build', 'run'), when='@:2.9.1')
depends_on('py-six', type=('build', 'run'))
depends_on('py-six', type=('build', 'run'))
depends_on('py-tvb-data', type=('run', 'test'))
depends_on('py-tvb-data', type=('run', 'test'))
depends_on('py-tvb-gdist', type=('run', 'test'))
depends_on('py-tvb-gdist', type=('run', 'test'))
@@ -62,8 +64,6 @@ class PyTvbLibrary(PythonPackage):
@@ -62,8 +64,6 @@ class PyTvbLibrary(PythonPackage):
depends_on('py-pytest-benchmark', type='test')
depends_on('py-pytest-benchmark', type='test')
depends_on('py-pytest-xdist', type='test')
depends_on('py-pytest-xdist', type='test')
skip_modules = ['tvb.tests.library.simulator.rateml_test', "tvb/tests/library/simulator/rateml_test"]
@run_after('install')
@run_after('install')
@on_package_attributes(run_tests=True)
@on_package_attributes(run_tests=True)
def install_test(self):
def install_test(self):