14 buildPythonPackage rec {
18 disabled = pythonOlder "3.6";
20 format = "setuptools";
22 src = fetchFromGitHub {
26 hash = "sha256-ipQ5n2386DqR3kNpmTVhNPG+LC7gfCbvrlZ97+UP55g=";
29 propagatedBuildInputs = [
42 pythonImportsCheck = [ "asks" ];
45 description = "Async requests-like HTTP library for Python";
46 homepage = "https://github.com/theelous3/asks";
47 license = lib.licenses.mit;
48 maintainers = with lib.maintainers; [ dotlambda ];