1 { lib, buildPythonPackage, fetchPypi
2 , betamax, requests_toolbelt }:
4 buildPythonPackage rec {
5 pname = "betamax-matchers";
10 sha256 = "07qpwjyq2i2aqhz5iwghnj4pqr2ys5n45v1vmpcfx9r5mhwrsq43";
13 buildInputs = [ betamax requests_toolbelt ];
16 homepage = "https://github.com/sigmavirus24/betamax_matchers";
17 description = "A group of experimental matchers for Betamax";
18 license = licenses.asl20;
19 maintainers = with maintainers; [ pSub ];