11 buildPythonPackage rec {
16 disabled = pythonOlder "3.7";
19 inherit pname version;
20 hash = "sha256-StaYkUNY6loJbaUuabzszTINnd+zZ0gKXCteCG24Erc=";
27 propagatedBuildInputs = [
36 pythonImportsCheck = [
42 description = "Interface for reading/modifying/creating .LAS LIDAR files";
43 mainProgram = "laspy";
44 homepage = "https://github.com/laspy/laspy";
45 changelog = "https://github.com/laspy/laspy/blob/${version}/CHANGELOG.md";
46 license = licenses.bsd2;
47 maintainers = with maintainers; [ matthewcroughan ];