8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "1ee0a0b6c2376680fea6642d5080baa419fd73df104a62d58a8baf7a8bbe4564";
19 propagatedBuildInputs = [ numpy ];
20 # Checks try to write to $HOME, which does not work with nix
23 description = "Python library for bioinformatics";
25 Biopython is a set of freely available tools for biological computation
26 written in Python by an international team of developers. It is a
27 distributed collaborative effort to develop Python libraries and
28 applications which address the needs of current and future work in
31 homepage = "https://biopython.org/wiki/Documentation";
32 maintainers = with lib.maintainers; [ luispedro ];
33 license = lib.licenses.bsd3;