10 buildPythonPackage rec {
11 pname = "pymatgen-lammps";
16 url = "https://gitlab.com/costrouc/${pname}/-/archive/v${version}/${pname}-v${version}.tar.gz";
17 sha256 = "0shldl8is3195jmji7dr3zsh1bzxlahaqrmpr28niks7nnfj80fx";
20 buildInputs = [ pytestrunner ];
21 checkInputs = [ pytestCheckHook ];
22 propagatedBuildInputs = [ pymatgen ];
24 pythonImportsCheck = [ "pmg_lammps" ];
27 description = "A LAMMPS wrapper using pymatgen";
28 homepage = "https://gitlab.com/costrouc/pymatgen-lammps";
29 license = lib.licenses.mit;
30 maintainers = with lib.maintainers; [ costrouc ];
31 # not compatible with recent versions of pymatgen