9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
17 owner = "inveniosoftware";
20 hash = "sha256-lQyPs3lQWtsvNPuvvwJUTDzrFaOX5uwGuRHe3yWUheU=";
23 SETUPTOOLS_SCM_PRETEND_VERSION = version;
34 substituteInPlace setup.py \
35 --replace "'pytest-runner>=2.7'," ""
36 substituteInPlace pytest.ini \
37 --replace ' --isort --pydocstyle --pycodestyle --doctest-glob="*.rst" --doctest-modules --cov=dictdiffer --cov-report=term-missing' ""
40 pythonImportsCheck = [
45 description = "Module to diff and patch dictionaries";
46 homepage = "https://github.com/inveniosoftware/dictdiffer";
47 license = licenses.mit;
48 maintainers = with maintainers; [ fab ];