9 buildPythonPackage rec {
12 format = "setuptools";
14 src = fetchFromGitHub {
15 owner = "garyelephant";
18 sha256 = "07487rcmv74srnchh60jp0vg46g086qmpkaj8gxqhp9rj47r1s4m";
21 propagatedBuildInputs = [ regex ];
23 nativeCheckInputs = [ pytest ];
29 maintainers = with maintainers; [ winpat ];
30 description = "Python implementation of jordansissel's grok regular expression library";
31 homepage = "https://github.com/garyelephant/pygrok";
32 license = licenses.mit;
33 platforms = platforms.unix;