6 buildPythonPackage rec {
14 hash = "sha256-GL2jJtmpu/WHv8DuC8loZJZNeLBnKIvPVdTZhoHQW8s=";
17 doCheck = false; # Tests do not support Python3
19 pythonImportsCheck = [ "pymeta" ];
22 description = "Pattern-matching language based on OMeta for Python 3 and 2";
23 homepage = "https://github.com/wbond/pymeta3";
24 changelog = "https://github.com/wbond/pymeta3/releases/tag/${version}";
25 license = licenses.mit;
26 maintainers = with maintainers; [