summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-biopython/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-biopython/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-biopython/package.py21
1 files changed, 11 insertions, 10 deletions
diff --git a/var/spack/repos/builtin/packages/py-biopython/package.py b/var/spack/repos/builtin/packages/py-biopython/package.py
index fe6e8e0c69..1683818d19 100644
--- a/var/spack/repos/builtin/packages/py-biopython/package.py
+++ b/var/spack/repos/builtin/packages/py-biopython/package.py
@@ -8,18 +8,19 @@ from spack.package import *
class PyBiopython(PythonPackage):
"""A distributed collaborative effort to develop Python libraries and
- applications which address the needs of current and future work in
- bioinformatics.
+ applications which address the needs of current and future work in
+ bioinformatics.
"""
+
homepage = "https://biopython.org/wiki/Main_Page"
- url = "https://biopython.org/DIST/biopython-1.65.tar.gz"
+ url = "https://biopython.org/DIST/biopython-1.65.tar.gz"
- version('1.78', sha256='1ee0a0b6c2376680fea6642d5080baa419fd73df104a62d58a8baf7a8bbe4564')
- version('1.73', sha256='70c5cc27dc61c23d18bb33b6d38d70edc4b926033aea3b7434737c731c94a5e0')
- version('1.70', sha256='4a7c5298f03d1a45523f32bae1fffcff323ea9dce007fb1241af092f5ab2e45b')
- version('1.65', sha256='463cc81db84e9bfcdfb15629511c81ed556a6c0287e670dbfe80f03c65d2a88e')
+ version("1.78", sha256="1ee0a0b6c2376680fea6642d5080baa419fd73df104a62d58a8baf7a8bbe4564")
+ version("1.73", sha256="70c5cc27dc61c23d18bb33b6d38d70edc4b926033aea3b7434737c731c94a5e0")
+ version("1.70", sha256="4a7c5298f03d1a45523f32bae1fffcff323ea9dce007fb1241af092f5ab2e45b")
+ version("1.65", sha256="463cc81db84e9bfcdfb15629511c81ed556a6c0287e670dbfe80f03c65d2a88e")
- depends_on('py-numpy', type=('build', 'run'))
- depends_on('py-setuptools', type='build')
- depends_on('python@3.6:', type=('build', 'run'))
+ depends_on("py-numpy", type=("build", "run"))
+ depends_on("py-setuptools", type="build")
+ depends_on("python@3.6:", type=("build", "run"))