8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
15 src = fetchFromGitHub {
16 owner = "jeetsukumaran";
19 hash = "sha256-FP0+fJkkFtSysPxoHXjyMgF8pPin7aRyzmHe9bH8LlM=";
27 # FileNotFoundError: [Errno 2] No such file or directory: 'paup'
28 "test_basic_split_count_with_incorrect_rootings_raises_error"
29 "test_basic_split_count_with_incorrect_weight_treatment_raises_error"
30 "test_basic_split_counting_under_different_rootings"
32 # AssertionError: 6 != 5
33 "test_by_num_lineages"
34 # AttributeError: module 'collections' has no attribute 'Iterable'
35 "test_findall_multiple"
38 pythonImportsCheck = [
43 description = "Python library for phylogenetic computing";
44 homepage = "https://dendropy.org/";
45 license = licenses.bsd3;
46 maintainers = with maintainers; [ unode ];