15 buildPythonPackage rec {
16 pname = "aiohttp-apispec";
18 format = "setuptools";
20 disabled = pythonOlder "3.6";
22 src = fetchFromGitHub {
23 owner = "maximdanilchenko";
26 hash = "sha256-C+/M25oCLTNGGEUj2EyXn3UjcvPvDYFmmUW8IOoF1uU=";
29 propagatedBuildInputs = [
42 pythonImportsCheck = [ "aiohttp_apispec" ];
45 description = "Build and document REST APIs with aiohttp and apispec";
46 homepage = "https://github.com/maximdanilchenko/aiohttp-apispec/";
47 license = licenses.mit;