py-biopython: new version (#10532)

This commit is contained in:
Levi Baber 2019-02-07 03:08:45 -06:00 committed by Massimiliano Culpo
parent d4d402586c
commit 4679c11098

View File

@ -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')