7 buildPythonPackage rec {
10 format = "setuptools";
12 src = fetchFromGitHub {
13 owner = "kivy-garden";
16 hash = "sha256-xOMBPFKV7mTa51Q0VKja7b0E509IaWjwlJVlSRVdct8=";
19 propagatedBuildInputs = [ requests ];
21 pythonImportsCheck = [ "garden" ];
27 description = "The kivy garden installation script, split into its own package for convenient use in buildozer.";
28 homepage = "https://github.com/kivy-garden/garden";
29 license = licenses.mit;
30 maintainers = with maintainers; [ risson ];