8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 hash = "sha256-Y3mWIRA2tjhe+RQ15PriKYlHL51XH6uoknuoJTrLwzA=";
18 pythonImportsCheck = [ "decorator" ];
20 nativeCheckInputs = [ pytestCheckHook ];
22 pytestFlagsArray = [ "src/tests/test.py" ];
25 homepage = "https://github.com/micheles/decorator";
26 description = "Better living through Python with decorators";
27 license = licenses.bsd2;