10 buildPythonPackage rec {
15 src = fetchFromGitHub {
17 repo = "python-modelcif";
19 hash = "sha256-sduhRLtuJ/0BNsqmrhCr0lSrLMaOfE+TCWN4zj62aCQ=";
26 dependencies = [ ihm ];
28 nativeCheckInputs = [ pytestCheckHook ];
31 # require network access
32 "test_associated_example"
33 "test_validate_mmcif_example"
34 "test_validate_modbase_example"
37 pythonImportsCheck = [ "modelcif" ];
40 description = "Python package for handling ModelCIF mmCIF and BinaryCIF files";
41 homepage = "https://github.com/ihmwg/python-modelcif";
42 changelog = "https://github.com/ihmwg/python-modelcif/blob/${src.rev}/ChangeLog.rst";
43 license = licenses.mit;
44 maintainers = with maintainers; [ natsukium ];