15 buildPythonPackage rec {
20 src = fetchFromGitHub {
24 hash = "sha256-slz4AH2Mi21N3aV+OrnoXoQsseS7arW2NuUZARQJsf0=";
27 build-system = [ setuptools ];
29 pythonRelaxDeps = true;
31 propagatedBuildInputs = [
40 nativeCheckInputs = [ unittestCheckHook ];
42 pythonImportsCheck = [ "ircrobots" ];
45 description = "Asynchronous bare-bones IRC bot framework for python3";
46 license = licenses.mit;
47 homepage = "https://github.com/jesopo/ircrobots";
48 maintainers = with maintainers; [ hexa ];