8 buildPythonPackage rec {
11 format = "setuptools";
13 src = fetchFromGitHub {
17 hash = "sha256-VfEo/JLeU17bEkvc8oZYfq19RsHl6QvKv0sGZYQjYhE=";
20 propagatedBuildInputs = [ nbtlib ];
22 pythonImportsCheck = [ "litemapy" ];
25 description = "Python library to read and edit Litematica's schematic file format";
26 homepage = "https://github.com/SmylerMC/litemapy";
27 changelog = "https://github.com/SmylerMC/litemapy/blob/${src.rev}/CHANGELOG.md";
28 license = licenses.gpl3Only;
29 maintainers = with maintainers; [ gdd ];