6 buildPythonPackage rec {
11 inherit pname version;
12 sha256 = "1wq8nyycdprxl9q9y1pfhkbca4rvysj45h1xn7waybl3v67v3f1z";
15 # Projec thas no released tests
17 pythonImportsCheck = [ "exrex" ];
20 description = "Irregular methods on regular expressions";
21 homepage = "https://github.com/asciimoo/exrex";
22 license = with licenses; [ agpl3Plus ];
23 maintainers = with maintainers; [ fab ];