9 buildPythonPackage rec {
12 disabled = pythonOlder "3.6"; # f-strings
14 src = fetchFromGitHub {
18 hash = "sha256-Y9NBqxGUkt48hnXxsmfydHkJmWWb+sRrElV8C7l9bpw=";
21 nativeCheckInputs = [ pyyaml ];
23 ${python.interpreter} -m unittest test
26 pythonImportsCheck = [ "irctokens" ];
29 description = "RFC1459 and IRCv3 protocol tokeniser library for python3";
30 license = licenses.mit;
31 homepage = "https://github.com/jesopo/irctokens";
32 maintainers = with maintainers; [ hexa ];