summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLevi Baber <baberlevi@gmail.com>2019-02-07 03:08:45 -0600
committerMassimiliano Culpo <massimiliano.culpo@gmail.com>2019-02-07 10:08:45 +0100
commit4679c1109875b39189f9058a27b9824b36f538a4 (patch)
treed4846887f381a92a7f5ce613d66928f207a582b2
parentd4d402586c949b167334c7f53f2889017ae6ce9d (diff)
downloadspack-4679c1109875b39189f9058a27b9824b36f538a4.tar.gz
spack-4679c1109875b39189f9058a27b9824b36f538a4.tar.bz2
spack-4679c1109875b39189f9058a27b9824b36f538a4.tar.xz
spack-4679c1109875b39189f9058a27b9824b36f538a4.zip
py-biopython: new version (#10532)
-rw-r--r--var/spack/repos/builtin/packages/py-biopython/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-biopython/package.py b/var/spack/repos/builtin/packages/py-biopython/package.py
index 3dbfc380ff..9d1b30036a 100644
--- a/var/spack/repos/builtin/packages/py-biopython/package.py
+++ b/var/spack/repos/builtin/packages/py-biopython/package.py
@@ -15,7 +15,9 @@ class PyBiopython(PythonPackage):
homepage = "http://biopython.org/wiki/Main_Page"
url = "http://biopython.org/DIST/biopython-1.65.tar.gz"
+ version('1.73', sha256='70c5cc27dc61c23d18bb33b6d38d70edc4b926033aea3b7434737c731c94a5e0')
version('1.70', 'feff7a3e2777e43f9b13039b344e06ff')
version('1.65', '143e7861ade85c0a8b5e2bbdd1da1f67')
depends_on('py-numpy', type=('build', 'run'))
+ depends_on('py-setuptools', type='build')