10 buildPythonPackage rec {
15 src = fetchFromGitHub {
17 repo = "python-modelcif";
18 rev = "refs/tags/${version}";
19 hash = "sha256-u+e2QtG6gO1e31OzPfAuzfCkwZymEZMxa2p0haYplAk=";
27 propagatedBuildInputs = [
36 # require network access
37 "test_validate_mmcif_example"
38 "test_validate_modbase_example"
41 pythonImportsCheck = [ "modelcif" ];
44 description = "Python package for handling ModelCIF mmCIF and BinaryCIF files";
45 homepage = "https://github.com/ihmwg/python-modelcif";
46 changelog = "https://github.com/ihmwg/python-modelcif/blob/${src.rev}/ChangeLog.rst";
47 license = licenses.mit;
48 maintainers = with maintainers; [ natsukium ];