Newer
Older
from spack import *
class BiobbCommon(PythonPackage):
"""Biobb_common is the base package required to use the biobb packages"""
# Homepage and download url
homepage = "https://github.com/bioexcel/biobb_common"
git = 'https://github.com/bioexcel/biobb_common.git'
# Set the gitlab accounts of this package maintainers
version('4.0.0', branch='master')
depends_on('py-setuptools')
depends_on('python@3.8:', type=('build', 'run'))
depends_on('py-pyyaml', type=('build', 'run'))
depends_on('py-requests', type=('build', 'run'))
depends_on('py-biopython@1.78:1.80', type=('build', 'run'))