8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "5cbdbf27be5e7cfadb448baf0aa95508f91f2bbc6c6437cd9cd06e2a4c215e1e";
18 nativeCheckInputs = [ pytest ];
25 description = "Specifications for callback functions passed in to an API";
26 homepage = "https://github.com/takluyver/backcall";
27 license = lib.licenses.bsd3;