10 buildPythonPackage rec {
11 pname = "mmtf-python";
13 format = "setuptools";
16 inherit pname version;
17 hash = "sha256-EqAv4bcTHworjORbRvHgzdKLmBj+RJlVTCaISYfqDDI=";
20 propagatedBuildInputs = [
25 nativeCheckInputs = [ unittestCheckHook ];
27 unittestFlagsArray = [
32 pythonImportsCheck = [ "mmtf" ];
35 description = "Python implementation of the MMTF API, decoder and encoder";
36 homepage = "https://github.com/rcsb/mmtf-python";
37 changelog = "https://github.com/rcsb/mmtf-python/releases/tag/v${version}";
38 license = lib.licenses.asl20;
39 maintainers = with lib.maintainers; [ natsukium ];