12 buildPythonPackage rec {
13 pname = "aiomodernforms";
15 format = "setuptools";
17 src = fetchFromGitHub {
19 repo = "aiomodernforms";
21 hash = "sha256-Vx51WBjjNPIfLlwMnAuwHnGNljhnjKkU0tWB9M9rjsw=";
24 propagatedBuildInputs = [
36 pythonImportsCheck = [ "aiomodernforms" ];
39 description = "Asynchronous Python client for Modern Forms fans";
40 homepage = "https://github.com/wonderslug/aiomodernforms";
41 license = licenses.mit;
42 maintainers = with maintainers; [ dotlambda ];