11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
19 inherit pname version;
20 hash = "sha256-+Cd2lCuzy3Iyn6Hxqito7AnyN9uReMlc/ckqaup87Ik=";
25 url = "https://github.com/inducer/pymbolic/commit/cb3d999e4788dad3edf053387b6064adf8b08e19.patch";
26 excludes = [ ".github/workflows/ci.yml" ];
27 hash = "sha256-P0YjqAo0z0LZMIUTeokwMkfP8vxBXi3TcV4BSFaO1lU=";
31 propagatedBuildInputs = [
41 # pytest is a test requirement not a run-time one
42 substituteInPlace setup.py \
43 --replace '"pytest>=2.3",' ""
46 pythonImportsCheck = [
51 description = "A package for symbolic computation";
52 homepage = "https://documen.tician.de/pymbolic/";
53 license = licenses.mit;
54 maintainers = with maintainers; [ ];