1 { aiohttp, async-timeout, buildPythonPackage, fetchPypi, isPy3k, lib }:
3 buildPythonPackage rec {
10 inherit pname version;
11 sha256 = "057dwzacc0lmsq00ipfbnxkq4rc2by8glmza6s8i6dzi1cc68v98";
14 propagatedBuildInputs = [ aiohttp async-timeout ];
18 pythonImportsCheck = [ "pyaftership.tracker" ];
21 description = "Python wrapper package for the AfterShip API";
22 homepage = "https://github.com/ludeeus/pyaftership";
23 license = licenses.mit;
24 maintainers = with maintainers; [ jamiemagee ];