18 buildPythonPackage rec {
23 disabled = pythonOlder "3.7";
25 src = fetchFromGitHub {
28 rev = "refs/tags/${version}";
29 hash = "sha256-0eFirhBsj8SWfoAPWEMuFa+EvBgHKpNeKVj3qJ4L6hE=";
42 propagatedBuildInputs = [
59 rm -rf returns/contrib/mypy
62 pythonImportsCheck = [
71 description = "Make your functions return something meaningful, typed, and safe!";
72 homepage = "https://github.com/dry-python/returns";
73 changelog = "https://github.com/dry-python/returns/blob/${version}/CHANGELOG.md";
74 license = licenses.bsd2;
75 maintainers = with maintainers; [ jessemoore ];