16 buildPythonPackage rec {
17 pname = "aiohttp-apispec";
19 format = "setuptools";
21 disabled = pythonOlder "3.6";
23 src = fetchFromGitHub {
24 owner = "maximdanilchenko";
27 hash = "sha256-C+/M25oCLTNGGEUj2EyXn3UjcvPvDYFmmUW8IOoF1uU=";
30 propagatedBuildInputs = [
43 pythonImportsCheck = [
48 description = "Build and document REST APIs with aiohttp and apispec";
49 homepage = "https://github.com/maximdanilchenko/aiohttp-apispec/";
50 license = licenses.mit;
51 maintainers = with maintainers; [ viric ];