9 buildPythonPackage rec {
12 # https://github.com/metagriffin/globre/issues/7
13 disabled = pythonAtLeast "3.7";
16 inherit pname version;
17 sha256 = "1qhjpg0722871dm5m7mmldf6c7mx58fbdvk1ix5i3s9py82448gf";
20 nativeCheckInputs = [ nose coverage ];
23 homepage = "https://github.com/metagriffin/globre";
24 description = "A python glob-like regular expression generation library.";
25 maintainers = with maintainers; [ glittershark ];
26 license = licenses.gpl3;