12 buildPythonPackage rec {
17 src = fetchFromGitHub {
21 hash = "sha256-oojnv+2+nwL/TJhN+QZ5eiV6WGHC3SCxBQrCri0aHQc=";
24 build-system = [ setuptools ];
26 dependencies = [ six ];
28 pythonImportsCheck = [ "wirerope" ];
35 passthru.updateScript = nix-update-script { };
38 description = "Wrappers for class callables";
39 homepage = "https://github.com/youknowone/wirerope";
40 changelog = "https://github.com/youknowone/wirerope/releases/tag/${version}";
41 license = licenses.bsd2WithViews;
42 maintainers = with maintainers; [ pbsds ];