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