7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 hash = "sha256-Y3mWIRA2tjhe+RQ15PriKYlHL51XH6uoknuoJTrLwzA=";
17 pythonImportsCheck = [
30 homepage = "https://github.com/micheles/decorator";
31 description = "Better living through Python with decorators";
32 license = licenses.bsd2;
33 maintainers = with maintainers; [ ];