9 buildPythonPackage rec {
12 disabled = pythonOlder "3.6"; # f-strings
14 src = fetchFromGitHub {
18 sha256 = "sha256-FgcLngS11U9eBNV/8jllwdrm89tCmthA1sUaFDovk6U=";
21 checkInputs = [ 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 ];