1 { lib, buildPythonPackage, fetchPypi, isPyPy
14 buildPythonPackage rec {
20 inherit pname version;
21 sha256 = "84d42708d176aecfb7b95299af0e484896f5f80df61f43c92d8e7a53de0b2099";
24 propagatedBuildInputs = [
36 # remove once https://github.com/sopel-irc/sopel/pull/1653 lands
38 substituteInPlace requirements.txt \
39 --replace "praw>=4.0.0,<6.0.0" "praw"
42 checkInputs = [ pytestCheckHook ];
45 export TESTDIR=$(mktemp -d)
54 pythonImportsCheck = [ "sopel" ];
57 description = "Simple and extensible IRC bot";
58 homepage = "http://sopel.chat";
59 license = licenses.efl20;
60 maintainers = with maintainers; [ mog ];