8 buildPythonPackage rec {
13 src = fetchFromGitHub {
17 hash = "sha256-L8eX6/0qiQ4UxbmDicLedzj+oBjYmlK96NpljE/A3eI=";
21 substituteInPlace pyproject.toml \
22 --replace "poetry>=0.12" "poetry-core" \
23 --replace "poetry.masonry" "poetry.core.masonry"
30 propagatedBuildInputs = [
34 pythonImportsCheck = [ "nbtlib" ];
37 description = "A python library to read and edit nbt data";
39 homepage = "https://github.com/vberlier/nbtlib";
40 changelog = "https://github.com/vberlier/nbtlib/blob/${src.rev}/CHANGELOG.md";
41 license = licenses.mit;
42 maintainers = with maintainers; [ gdd ];