9 buildPythonPackage rec {
12 outputs = [ "out" "doc" ];
13 format = "setuptools";
15 src = fetchFromGitHub {
16 owner = "GrahamDumpleton";
18 rev = "refs/tags/${version}";
19 hash = "sha256-lVpSriXSvRwAKX4iPOIBvJwhqhKjdrUdGaEG4QoTQyo=";
31 pythonImportsCheck = [
36 description = "Module for decorators, wrappers and monkey patching";
37 homepage = "https://github.com/GrahamDumpleton/wrapt";
38 license = licenses.bsd2;
39 maintainers = with maintainers; [ ];