9 buildPythonPackage rec {
10 pname = "pymacaroons";
12 format = "setuptools";
15 inherit pname version;
16 sha256 = "1e6bba42a5f66c245adf38a5a4006a99dcc06a0703786ea636098667d42903b8";
19 propagatedBuildInputs = [
24 # Tests require an old version of hypothesis
28 description = "Macaroon library for Python";
29 homepage = "https://github.com/ecordell/pymacaroons";
30 license = licenses.mit;