Skip to content
Snippets Groups Projects

Backports for ebrains 23 06

Merged Eleni Mathioulaki requested to merge backports-ebrains-23-06 into ebrains-23-06
10 files
+ 34
13
Compare changes
  • Side-by-side
  • Inline
Files
10
@@ -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'))