12 buildPythonPackage rec {
14 version = "0.5.5"; # Don't upgrade to 4.3.1, this tag is very old
17 src = fetchFromGitHub {
21 hash = "sha256-n5rXIjqVQZzEbfIZVQiGLh2PR1DHAJ9gumcrbvwnasA=";
25 sed -i '/pytest-runner/d' setup.cfg
27 substituteInPlace setup.cfg \
28 --replace "multiset>=2.0,<3.0" "multiset"
35 propagatedBuildInputs = [
45 pythonImportsCheck = [
50 description = "A library for pattern matching on symbolic expressions";
51 homepage = "https://github.com/HPAC/matchpy";
52 license = licenses.mit;
53 maintainers = with maintainers; [ costrouc ];