13 buildPythonPackage rec {
16 format = "setuptools";
18 disabled = pythonOlder "3.7";
21 inherit pname version;
22 hash = "sha256-IqmbqAW6PubN9GBXrMs5Je4u1XkgLl9camSGNrlrFJA=";
25 propagatedBuildInputs = [
32 nativeCheckInputs = [ pytestCheckHook ];
35 # Remove outdated setup.cfg
37 substituteInPlace setup.py \
38 --replace "'pytest-runner'," ""
42 # Source tarball doesn't contains all needed files
43 "test_compose_from_yml"
44 "test_yaml_roundtrip_with_empty_values"
45 "test_compose_from_yml"
46 "test_store_data_from_json"
49 pythonImportsCheck = [ "related" ];
52 description = "Nested Object Models in Python";
53 homepage = "https://github.com/genomoncology/related";
54 license = licenses.mit;
55 maintainers = with maintainers; [ fab ];