11 buildPythonPackage rec {
16 src = fetchFromGitHub {
19 rev = "refs/tags/${version}";
20 hash = "sha256-weeOizVWFcOxD45QsvEaoknTofZjglCvidyvXpyRKwc=";
29 propagatedBuildInputs = [
38 # requires network access
39 "test_validator_example"
42 pythonImportsCheck = [ "ihm" ];
45 description = "Python package for handling IHM mmCIF and BinaryCIF files";
46 homepage = "https://github.com/ihmwg/python-ihm";
47 changelog = "https://github.com/ihmwg/python-ihm/blob/${src.rev}/ChangeLog.rst";
48 license = licenses.mit;
49 maintainers = with maintainers; [ natsukium ];