9 buildPythonPackage rec {
13 disabled = pythonOlder "3.7";
15 src = fetchFromGitHub {
17 repo = "python-newick";
19 hash = "sha256-TxyR6RYvy2oIcDNZnHrExtPYGspyWOtZqNy488OmWwk=";
27 # remove coverage arguments to pytest
28 sed -i '/--cov/d' setup.cfg
35 pythonImportsCheck = [
40 description = "A python package to read and write the Newick format";
41 homepage = "https://github.com/dlce-eva/python-newick";
42 license = licenses.asl20;
43 maintainers = with maintainers; [ alxsimon ];