12 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
20 owner = "freeman-lab";
22 rev = "e3a29c58982e5cd3d5700131ac96e5e0b84fb981"; # no tags in repo
23 hash = "sha256-u88v9H9RZ9cgtSat73QEnHr3gZGL8DmBZ0XphMuoDw8=";
26 propagatedBuildInputs = [
32 nativeCheckInputs = [ pytestCheckHook ];
34 pythonImportsCheck = [ "regional" ];
43 description = "Simple manipualtion and display of spatial regions";
44 homepage = "https://github.com/freeman-lab/regional";
45 license = licenses.mit;