12 buildPythonPackage rec {
17 src = fetchFromGitHub {
21 hash = "sha256-Mq9aOj6PXzPjaz3ofoPcAbur59oUWffmEg8aHt0v+0Q=";
24 build-system = [ setuptools ];
36 pythonImportsCheck = [ "ircstates" ];
39 description = "sans-I/O IRC session state parsing library";
40 license = licenses.mit;
41 homepage = "https://github.com/jesopo/ircstates";
42 maintainers = with maintainers; [ hexa ];