6 buildPythonPackage rec {
11 inherit pname version;
12 sha256 = "a1bfdcf875bc072f41e426d0673f2e3017750743bb90cc725fffb292eb09648c";
19 homepage = "https://github.com/borntyping/python-infix";
20 description = "A decorator that allows functions to be used as infix functions";
21 license = lib.licenses.mit;