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

Merge branch 'fix-biobb-urls' into 'master'

biobb packages: fix version urls

See merge request technical-coordination/project-internal/devops/platform/ebrains-spack-builds!432
parents e8b55da8 1ad6c983
No related branches found
No related tags found
No related merge requests found
...@@ -7,12 +7,14 @@ class Acpype(PythonPackage): ...@@ -7,12 +7,14 @@ class Acpype(PythonPackage):
# Homepage and download url # Homepage and download url
homepage = "https://github.com/alanwilter/acpype" homepage = "https://github.com/alanwilter/acpype"
git = 'https://github.com/alanwilter/acpype.git' git = 'https://github.com/alanwilter/acpype.git'
url = 'https://github.com/alanwilter/acpype/archive/refs/tags/2022.7.21.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('2022.7.21', branch='master') version('master', branch='master')
version('2022.7.21', sha256='5f7e6162d9a0aed2f770b9ccf5617ac1398a423cca815ae37cbf66d4cd62ea2f')
# Dependencies # Dependencies
depends_on('python@3.8:', type=('build', 'run')) depends_on('python@3.8:', type=('build', 'run'))
......
...@@ -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,12 +7,14 @@ class BiobbGromacs(PythonPackage): ...@@ -7,12 +7,14 @@ 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'
# 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='87f9079ec8b72ff43cd1b388a06fee5b1f64bb4080ffab110941f3c6d155ef0b')
# Dependencies # Dependencies
depends_on('python@3.8:', type=('build', 'run')) depends_on('python@3.8:', type=('build', 'run'))
......
...@@ -7,12 +7,14 @@ class BiobbIo(PythonPackage): ...@@ -7,12 +7,14 @@ 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'
# 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='600a30f14b1a0e21f57775ba1be695e1595f5702237415fe90d7c531b5a0408a')
# Dependencies # Dependencies
depends_on('biobb-common') depends_on('biobb-common')
......
...@@ -7,12 +7,14 @@ class BiobbModel(PythonPackage): ...@@ -7,12 +7,14 @@ 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'
# 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='92387725b7ccd3f40d18c1d3e30a6169ca4204ba498ac72e25c9e701b1a89d91')
# Dependencies # Dependencies
depends_on('python@3.8:', type=('build', 'run')) depends_on('python@3.8:', type=('build', 'run'))
......
...@@ -8,12 +8,14 @@ class BiobbStructureChecking(PythonPackage): ...@@ -8,12 +8,14 @@ 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'
# Set the gitlab accounts of this package maintainers # Set the gitlab accounts of this package maintainers
maintainers = ['dbeltran'] maintainers = ['dbeltran']
# 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,12 +7,14 @@ class BiobbStructureUtils(PythonPackage): ...@@ -7,12 +7,14 @@ 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'
# 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='f328eee2166631e1cc514118eb41187620c358c8024431ce2a0b0e4547692c47')
# Dependencies # Dependencies
depends_on('python@3.8:', type=('build', 'run')) depends_on('python@3.8:', type=('build', 'run'))
......
...@@ -7,12 +7,14 @@ class Nglview(PythonPackage): ...@@ -7,12 +7,14 @@ class Nglview(PythonPackage):
# Homepage and download url # Homepage and download url
homepage = "https://github.com/nglviewer/nglview" homepage = "https://github.com/nglviewer/nglview"
git = 'https://github.com/nglviewer/nglview.git' git = 'https://github.com/nglviewer/nglview.git'
url = 'https://github.com/nglviewer/nglview/archive/refs/tags/v3.0.4.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('3.0.4', branch='master') version('master', branch='master')
version('3.0.4', sha256='78b4413b796965a94045df0d584ec51e256c3dca5f366020439fe7e9744ce61b')
# Dependencies # Dependencies
depends_on('python@3.8:', type=('build', 'run')) depends_on('python@3.8:', type=('build', 'run'))
......
...@@ -6,12 +6,14 @@ class Simpletraj(PythonPackage): ...@@ -6,12 +6,14 @@ class Simpletraj(PythonPackage):
# Homepage and download url # Homepage and download url
homepage = "https://github.com/arose/simpletraj" homepage = "https://github.com/arose/simpletraj"
git = 'https://github.com/arose/simpletraj.git' git = 'https://github.com/arose/simpletraj.git'
url = 'https://github.com/arose/simpletraj/archive/refs/tags/v0.3.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('0.3', branch='master') version('master', branch='master')
version('0.3', sha256='9ee9b5f3e387f8f8eb74b11f5c5d60bab6f601d190b40e38a7b31afddc3574d0')
# 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