20 buildPythonPackage rec {
23 format = "setuptools";
25 disabled = pythonOlder "3.8";
27 src = fetchFromGitHub {
31 hash = "sha256-WoOW+JPo5x9V6LN+e8Vf3Q3ohHhQVK81s0Qk7oPn1Tk=";
34 nativeBuildInputs = [ cython ];
36 propagatedBuildInputs = [
49 nativeCheckInputs = [ pytestCheckHook ];
51 pythonImportsCheck = [ "sumo" ];
54 description = "Toolkit for plotting and analysis of ab initio solid-state calculation data";
55 homepage = "https://github.com/SMTG-UCL/sumo";
56 changelog = "https://github.com/SMTG-Bham/sumo/releases/tag/v${version}";
57 license = licenses.mit;
58 maintainers = with maintainers; [ psyanticy ];