9 buildPythonPackage rec {
11 version = "2024.9.11";
12 format = "setuptools";
14 disabled = pythonOlder "3.6";
17 inherit pname version;
18 hash = "sha256-bBiMMH6EM7y2PcGRUCLetVO0IDpwci/FQsNjvxIKAf0=";
22 ${python.interpreter} -m unittest
25 pythonImportsCheck = [ "regex" ];
28 description = "Alternative regular expression module, to replace re";
29 homepage = "https://bitbucket.org/mrabarnett/mrab-regex";
30 license = licenses.psfl;
31 maintainers = with maintainers; [ abbradar ];