Skip to content
Snippets Groups Projects
Commit ac05e100 authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

biobb packages: fix versions

parent 31d5bb1b
No related branches found
No related tags found
1 merge request!458Backports for ebrains 23 06
...@@ -7,12 +7,14 @@ class BiobbAnalysis(PythonPackage): ...@@ -7,12 +7,14 @@ class BiobbAnalysis(PythonPackage):
# Homepage and download url # Homepage and download url
homepage = "https://github.com/bioexcel/biobb_analysis" homepage = "https://github.com/bioexcel/biobb_analysis"
git = 'https://github.com/bioexcel/biobb_analysis.git' git = 'https://github.com/bioexcel/biobb_analysis.git'
url = 'https://github.com/bioexcel/biobb_analysis/archive/refs/tags/v4.0.1.tar.gz'
# Set the gitlab accounts of this package maintainers # Set the gitlab accounts of this package maintainers
maintainers = ['dbeltran'] maintainers = ['dbeltran']
# Versions # Versions
version('4.0.1', branch='master') version('master', branch='master')
version('4.0.1', sha256='3d7190d0cae6af42b2e7c0ecf073930a609b699ef311e8b74afc1634958e09b0')
# Dependencies # Dependencies
depends_on('python@3.8:', type=('build', 'run')) depends_on('python@3.8:', type=('build', 'run'))
......
...@@ -7,12 +7,14 @@ class BiobbChemistry(PythonPackage): ...@@ -7,12 +7,14 @@ class BiobbChemistry(PythonPackage):
# Homepage and download url # Homepage and download url
homepage = "https://github.com/bioexcel/biobb_chemistry" homepage = "https://github.com/bioexcel/biobb_chemistry"
git = 'https://github.com/bioexcel/biobb_chemistry.git' git = 'https://github.com/bioexcel/biobb_chemistry.git'
url = 'https://github.com/bioexcel/biobb_chemistry/archive/refs/tags/v4.0.0.tar.gz'
# Set the gitlab accounts of this package maintainers # Set the gitlab accounts of this package maintainers
maintainers = ['dbeltran'] maintainers = ['dbeltran']
# Versions # Versions
version('4.0.0', branch='master') version('master', branch='master')
version('4.0.0', sha256='40f65b4a93dff24e19995265e41fd6821f5ac2f35199d938f1d00fa035883e64')
# Dependencies # Dependencies
depends_on('python@3.8:', type=('build', 'run')) depends_on('python@3.8:', type=('build', 'run'))
......
...@@ -6,12 +6,14 @@ class BiobbCommon(PythonPackage): ...@@ -6,12 +6,14 @@ class BiobbCommon(PythonPackage):
# Homepage and download url # Homepage and download url
homepage = "https://github.com/bioexcel/biobb_common" homepage = "https://github.com/bioexcel/biobb_common"
git = 'https://github.com/bioexcel/biobb_common.git' git = 'https://github.com/bioexcel/biobb_common.git'
url = 'https://github.com/bioexcel/biobb_common/archive/refs/tags/v4.0.0.tar.gz'
# Set the gitlab accounts of this package maintainers # Set the gitlab accounts of this package maintainers
maintainers = ['dbeltran'] maintainers = ['dbeltran']
# Versions # Versions
version('4.0.0', branch='master') version('master', branch='master')
version('4.0.0', sha256='fff990dce42ded2af3d587567dbf5321b1498f12f24d04d62003f9869d6eb8fe')
# Dependencies # Dependencies
depends_on('py-setuptools') depends_on('py-setuptools')
......
...@@ -7,9 +7,11 @@ class BiobbGromacs(PythonPackage): ...@@ -7,9 +7,11 @@ class BiobbGromacs(PythonPackage):
# Homepage and download url # Homepage and download url
homepage = "https://github.com/bioexcel/biobb_gromacs" homepage = "https://github.com/bioexcel/biobb_gromacs"
git = 'https://github.com/bioexcel/biobb_gromacs.git' git = 'https://github.com/bioexcel/biobb_gromacs.git'
url = 'https://github.com/bioexcel/biobb_gromacs/archive/refs/tags/v4.0.0.tar.gz'
# Versions # Versions
version('4.0.0', branch='master') version('master', branch='master')
version('4.0.0', sha256='87f9079ec8b72ff43cd1b388a06fee5b1f64bb4080ffab110941f3c6d155ef0b')
# Dependencies # Dependencies
depends_on('python@3.8:', type=('build', 'run')) depends_on('python@3.8:', type=('build', 'run'))
......
...@@ -7,9 +7,11 @@ class BiobbIo(PythonPackage): ...@@ -7,9 +7,11 @@ class BiobbIo(PythonPackage):
# Homepage and download url # Homepage and download url
homepage = "https://github.com/bioexcel/biobb_io" homepage = "https://github.com/bioexcel/biobb_io"
git = 'https://github.com/bioexcel/biobb_io.git' git = 'https://github.com/bioexcel/biobb_io.git'
url = 'https://github.com/bioexcel/biobb_io/archive/refs/tags/v4.0.0.tar.gz'
# Versions # Versions
version('4.0.0', branch='master') version('master', branch='master')
version('4.0.0', sha256='600a30f14b1a0e21f57775ba1be695e1595f5702237415fe90d7c531b5a0408a')
# Dependencies # Dependencies
depends_on('biobb-common') depends_on('biobb-common')
......
...@@ -7,9 +7,11 @@ class BiobbModel(PythonPackage): ...@@ -7,9 +7,11 @@ class BiobbModel(PythonPackage):
# Homepage and download url # Homepage and download url
homepage = "https://github.com/bioexcel/biobb_model" homepage = "https://github.com/bioexcel/biobb_model"
git = 'https://github.com/bioexcel/biobb_model.git' git = 'https://github.com/bioexcel/biobb_model.git'
url = 'https://github.com/bioexcel/biobb_model/archive/refs/tags/v4.0.0.tar.gz'
# Versions # Versions
version('4.0.0', branch='master') version('master', branch='master')
version('4.0.0', sha256='92387725b7ccd3f40d18c1d3e30a6169ca4204ba498ac72e25c9e701b1a89d91')
# Dependencies # Dependencies
depends_on('python@3.8:', type=('build', 'run')) depends_on('python@3.8:', type=('build', 'run'))
......
...@@ -8,9 +8,11 @@ class BiobbStructureChecking(PythonPackage): ...@@ -8,9 +8,11 @@ class BiobbStructureChecking(PythonPackage):
# Homepage and download url # Homepage and download url
homepage = "https://github.com/bioexcel/biobb_structure_checking" homepage = "https://github.com/bioexcel/biobb_structure_checking"
git = 'https://github.com/bioexcel/biobb_structure_checking.git' git = 'https://github.com/bioexcel/biobb_structure_checking.git'
url = 'https://github.com/bioexcel/biobb_structure_checking/archive/refs/tags/v3.12.1.tar.gz'
# Versions # Versions
version('3.12.1', branch='master') version('master', branch='master')
version('3.12.1', sha256='ef3e6fe5f7763e534c91fac00bf873c3d88bcca18be7a63c63608dceb36f3d40')
# Dependencies # Dependencies
depends_on('py-setuptools') depends_on('py-setuptools')
......
...@@ -7,9 +7,11 @@ class BiobbStructureUtils(PythonPackage): ...@@ -7,9 +7,11 @@ class BiobbStructureUtils(PythonPackage):
# Homepage and download url # Homepage and download url
homepage = "https://github.com/bioexcel/biobb_structure_utils" homepage = "https://github.com/bioexcel/biobb_structure_utils"
git = 'https://github.com/bioexcel/biobb_structure_utils.git' git = 'https://github.com/bioexcel/biobb_structure_utils.git'
url = 'https://github.com/bioexcel/biobb_structure_utils/archive/refs/tags/v4.0.0.tar.gz'
# Versions # Versions
version('4.0.0', branch='master') version('master', branch='master')
version('4.0.0', sha256='f328eee2166631e1cc514118eb41187620c358c8024431ce2a0b0e4547692c47')
# Dependencies # Dependencies
depends_on('python@3.8:', type=('build', 'run')) depends_on('python@3.8:', type=('build', 'run'))
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment