13 buildPythonPackage rec {
19 inherit pname version;
20 hash = "sha256-FvKis02e4MK1eMlgoYCMl04oIs959um5xFWqzhCILUU=";
24 substituteInPlace setup.cfg \
25 --replace "pytest-runner" ""
37 pythonImportsCheck = [ "makefun" ];
40 homepage = "https://github.com/smarie/python-makefun";
41 description = "Small library to dynamically create python functions";
42 license = licenses.bsd2;
43 maintainers = with maintainers; [ veehaitch ];