14 buildPythonPackage rec {
20 inherit pname version;
21 hash = "sha256-2HWO/iJ9RCWNVmw2slu9F/+Mchk3evB5/F8EfbuMI/Y=";
25 # https://github.com/the-lay/tiler/pull/24
27 name = "unpin-setuptools-scm-dependency.patch";
28 url = "https://github.com/the-lay/tiler/commit/7a9f7e32c5f9c263c1ae28bfd19c7539556684cb.patch";
29 hash = "sha256-TMr3LJtiKUxJv2pAzAd8CWs3AtWsF0YS79NzKBN5TKM=";
39 propagatedBuildInputs = [
44 nativeCheckInputs = [ pytestCheckHook ];
46 pythonImportsCheck = [ "tiler" ];
49 description = "N-dimensional NumPy array tiling and merging with overlapping, padding and tapering";
50 homepage = "https://the-lay.github.io/tiler/";
51 license = licenses.mit;
52 maintainers = with maintainers; [ atila ];