13 buildPythonPackage rec {
18 disabled = pythonOlder "3.7";
20 src = fetchFromGitHub {
23 rev = "refs/tags/v${version}";
24 hash = "sha256-zwtUdP2fFFE5X0SDkBDetAQbKnZ1v24DGdzN3fQLa0A=";
28 sed -i "/--cov/d" setup.cfg
29 sed -i "/--no-cov/d" setup.cfg
36 propagatedBuildInputs = [
47 pythonImportsCheck = [
52 # Disable mypy testing
53 "tests/pytest_mypy_testing/"
57 description = "Python utility libraries for doing stuff in a functional way";
58 homepage = "https://pydash.readthedocs.io";
59 changelog = "https://github.com/dgilland/pydash/blob/v${version}/CHANGELOG.rst";
60 license = licenses.mit;
61 maintainers = with maintainers; [ ma27 ];