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

biobb packages: fix versions

parent 8e2132a1
No related branches found
No related tags found
No related merge requests found
......@@ -7,12 +7,14 @@ class BiobbAnalysis(PythonPackage):
# Homepage and download url
homepage = "https://github.com/bioexcel/biobb_analysis"
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
maintainers = ['dbeltran']
# Versions
version('4.0.1', branch='master')
version('master', branch='master')
version('4.0.1', sha256='3d7190d0cae6af42b2e7c0ecf073930a609b699ef311e8b74afc1634958e09b0')
# Dependencies
depends_on('python@3.8:', type=('build', 'run'))
......
......@@ -7,12 +7,14 @@ class BiobbChemistry(PythonPackage):
# Homepage and download url
homepage = "https://github.com/bioexcel/biobb_chemistry"
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
maintainers = ['dbeltran']
# Versions
version('4.0.0', branch='master')
version('master', branch='master')
version('4.0.0', sha256='40f65b4a93dff24e19995265e41fd6821f5ac2f35199d938f1d00fa035883e64')
# Dependencies
depends_on('python@3.8:', type=('build', 'run'))
......
......@@ -6,12 +6,14 @@ class BiobbCommon(PythonPackage):
# Homepage and download url
homepage = "https://github.com/bioexcel/biobb_common"
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
maintainers = ['dbeltran']
# Versions
version('4.0.0', branch='master')
version('master', branch='master')
version('4.0.0', sha256='fff990dce42ded2af3d587567dbf5321b1498f12f24d04d62003f9869d6eb8fe')
# Dependencies
depends_on('py-setuptools')
......
......@@ -7,12 +7,14 @@ class BiobbGromacs(PythonPackage):
# Homepage and download url
homepage = "https://github.com/bioexcel/biobb_gromacs"
git = 'https://github.com/bioexcel/biobb_gromacs.git'
url = 'https://github.com/bioexcel/biobb_gromacs/archive/refs/tags/v4.0.0.tar.gz'
# Set the gitlab accounts of this package maintainers
maintainers = ['dbeltran']
# Versions
version('4.0.0', branch='master')
version('master', branch='master')
version('4.0.0', sha256='87f9079ec8b72ff43cd1b388a06fee5b1f64bb4080ffab110941f3c6d155ef0b')
# Dependencies
depends_on('python@3.8:', type=('build', 'run'))
......
......@@ -7,12 +7,14 @@ class BiobbIo(PythonPackage):
# Homepage and download url
homepage = "https://github.com/bioexcel/biobb_io"
git = 'https://github.com/bioexcel/biobb_io.git'
url = 'https://github.com/bioexcel/biobb_io/archive/refs/tags/v4.0.0.tar.gz'
# Set the gitlab accounts of this package maintainers
maintainers = ['dbeltran']
# Versions
version('4.0.0', branch='master')
version('master', branch='master')
version('4.0.0', sha256='600a30f14b1a0e21f57775ba1be695e1595f5702237415fe90d7c531b5a0408a')
# Dependencies
depends_on('biobb-common')
......
......@@ -7,12 +7,14 @@ class BiobbModel(PythonPackage):
# Homepage and download url
homepage = "https://github.com/bioexcel/biobb_model"
git = 'https://github.com/bioexcel/biobb_model.git'
url = 'https://github.com/bioexcel/biobb_model/archive/refs/tags/v4.0.0.tar.gz'
# Set the gitlab accounts of this package maintainers
maintainers = ['dbeltran']
# Versions
version('4.0.0', branch='master')
version('master', branch='master')
version('4.0.0', sha256='92387725b7ccd3f40d18c1d3e30a6169ca4204ba498ac72e25c9e701b1a89d91')
# Dependencies
depends_on('python@3.8:', type=('build', 'run'))
......
......@@ -8,12 +8,14 @@ class BiobbStructureChecking(PythonPackage):
# Homepage and download url
homepage = "https://github.com/bioexcel/biobb_structure_checking"
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'
# Set the gitlab accounts of this package maintainers
maintainers = ['dbeltran']
# Versions
version('3.12.1', branch='master')
version('master', branch='master')
version('3.12.1', sha256='ef3e6fe5f7763e534c91fac00bf873c3d88bcca18be7a63c63608dceb36f3d40')
# Dependencies
depends_on('py-setuptools')
......
......@@ -7,12 +7,14 @@ class BiobbStructureUtils(PythonPackage):
# Homepage and download url
homepage = "https://github.com/bioexcel/biobb_structure_utils"
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'
# Set the gitlab accounts of this package maintainers
maintainers = ['dbeltran']
# Versions
version('4.0.0', branch='master')
version('master', branch='master')
version('4.0.0', sha256='f328eee2166631e1cc514118eb41187620c358c8024431ce2a0b0e4547692c47')
# Dependencies
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