1 { lib, buildPythonPackage, fetchPypi, requests, rx, pytestCheckHook, responses, isPy3k }:
3 buildPythonPackage rec {
4 pname = "twitch-python";
9 sha256 = "b0b02abdd33458e4ffabc632aa6a6779f3599e188819632551353b6c5553f5c5";
15 substituteInPlace setup.py --replace "'pipenv'," ""
18 propagatedBuildInputs = [ requests rx ];
20 checkInputs = [ pytestCheckHook responses ];
22 pythonImportsCheck = [ "twitch" ];
25 description = "Twitch module for Python";
26 homepage = "https://github.com/PetterKraabol/Twitch-Python";
27 license = licenses.mit;
28 maintainers = with maintainers; [ marsam ];