10 buildPythonPackage rec {
17 format = "setuptools";
19 src = fetchFromGitHub {
20 owner = "GrahamDumpleton";
22 rev = "refs/tags/${version}";
23 hash = "sha256-lVpSriXSvRwAKX4iPOIBvJwhqhKjdrUdGaEG4QoTQyo=";
26 nativeCheckInputs = [ pytestCheckHook ];
33 pythonImportsCheck = [ "wrapt" ];
36 description = "Module for decorators, wrappers and monkey patching";
37 homepage = "https://github.com/GrahamDumpleton/wrapt";
38 license = licenses.bsd2;