7 buildPythonPackage rec {
10 format = "setuptools";
12 src = fetchFromGitHub {
16 hash = "sha256-VfEo/JLeU17bEkvc8oZYfq19RsHl6QvKv0sGZYQjYhE=";
19 propagatedBuildInputs = [
23 pythonImportsCheck = [ "litemapy" ];
26 description = "A Python library to read and edit Litematica's schematic file format";
27 homepage = "https://github.com/SmylerMC/litemapy";
28 changelog = "https://github.com/SmylerMC/litemapy/blob/${src.rev}/CHANGELOG.md";
29 license = licenses.gpl3Only;
30 maintainers = with maintainers; [ gdd ];