1 { lib, fetchpatch, buildPythonPackage, fetchPypi
2 , aiohttp, pytest, pytestcov, pytest-aiohttp
5 buildPythonPackage rec {
6 pname = "aiohttp_remotes";
10 inherit pname version;
11 sha256 = "1vv2ancxsaxlls9sinigjnrqyx95n7cphq37m8nwifkhvs0idv6a";
14 propagatedBuildInputs = [ aiohttp ];
16 checkInputs = [ pytest pytestcov pytest-aiohttp ];
22 homepage = "https://github.com/wikibusiness/aiohttp-remotes";
23 description = "A set of useful tools for aiohttp.web server";
24 license = licenses.mit;
25 maintainers = [ maintainers.qyliss ];