9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-lX9JyT9BUBgsI/j7UdE7syE+DxenngnIzKcFdZi1VyA=";
25 propagatedBuildInputs = [
30 substituteInPlace setup.cfg \
31 --replace "pytest-runner" ""
34 pythonImportsCheck = [
38 # Tests would introduce multiple cirucular dependencies
39 # Affected: makefun, pytest-cases
43 description = "Python helper for decorators";
44 homepage = "https://github.com/smarie/python-decopatch";
45 license = licenses.bsd3;
46 maintainers = with maintainers; [ fab ];