10 buildPythonPackage rec {
15 src = fetchFromGitHub {
19 hash = "sha256-UTXFTD3QOKIzjq05J9Ontv5h9aClOwlPYKFXfDnBWuc=";
22 build-system = [ setuptools ];
24 dependencies = [ regex ];
26 pythonImportsCheck = [ "re_assert" ];
28 nativeCheckInputs = [ pytestCheckHook ];
31 description = "Show where your regex match assertion failed";
32 license = lib.licenses.mit;
33 homepage = "https://github.com/asottile/re-assert";