Skip to content
Snippets Groups Projects

feat(py-vbi): add new package with dependencies and version 0.1.2

Merged Abolfazl Ziaeemehr requested to merge ziaee/ebrains-spack-builds:add_vbi into spack_v0.23.0
1 file
+ 9
7
Compare changes
  • Side-by-side
  • Inline
@@ -7,13 +7,15 @@ class PySbi(PythonPackage):
homepage = "https://sbi-dev.github.io/sbi/v0.23.3/"
git = "https://github.com/sbi-dev/sbi"
pypi = "sbi/sbi-0.23.3.tar.gz"
version("v0.23.3", '93b65b219f6e97cd03a6c979a144ee4238ed5a41205b0c8ec558d0928a549a62')
@run_after('install')
version(
"v0.23.3",
"93b65b219f6e97cd03a6c979a144ee4238ed5a41205b0c8ec558d0928a549a62",
url="https://files.pythonhosted.org/packages/9b/db/2403905f83ac6a32166d853fe0e81640e670b0971535be30ccdb9991bc7a/sbi-0.23.3.tar.gz",
)
@run_after("install")
@on_package_attributes(run_tests=True)
def install_test(self):
pytest = which('pytest')
pytest = which("pytest")
pytest()