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

biobb dependencies: fix urls

parent ec6b8884
No related branches found
No related tags found
No related merge requests found
......@@ -7,12 +7,14 @@ class Acpype(PythonPackage):
# Homepage and download url
homepage = "https://github.com/alanwilter/acpype"
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
maintainers = ['dbeltran']
# Versions
version('2022.7.21', branch='master')
version('master', branch='master')
version('2022.7.21', sha256='5f7e6162d9a0aed2f770b9ccf5617ac1398a423cca815ae37cbf66d4cd62ea2f')
# Dependencies
depends_on('python@3.8:', type=('build', 'run'))
......
......@@ -7,12 +7,14 @@ class Nglview(PythonPackage):
# Homepage and download url
homepage = "https://github.com/nglviewer/nglview"
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
maintainers = ['dbeltran']
# Versions
version('3.0.4', branch='master')
version('master', branch='master')
version('3.0.4', sha256='78b4413b796965a94045df0d584ec51e256c3dca5f366020439fe7e9744ce61b')
# Dependencies
depends_on('python@3.8:', type=('build', 'run'))
......
......@@ -6,12 +6,14 @@ class Simpletraj(PythonPackage):
# Homepage and download url
homepage = "https://github.com/arose/simpletraj"
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
maintainers = ['dbeltran']
# Versions
version('0.3', branch='master')
version('master', branch='master')
version('0.3', sha256='9ee9b5f3e387f8f8eb74b11f5c5d60bab6f601d190b40e38a7b31afddc3574d0')
# 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