7 buildPythonPackage rec {
12 pname = "TakeTheTime";
14 sha256 = "sha256-2+MEU6G1lqOPni4/qOGtxa8tv2RsoIN61cIFmhb+L/k=";
17 disabled = pythonOlder "3.6";
19 # all tests are timing dependent
22 pythonImportsCheck = [ "takethetime" ];
25 description = "Simple time taking library using context managers";
26 homepage = "https://github.com/ErikBjare/TakeTheTime";
27 maintainers = with maintainers; [ huantian ];
28 license = licenses.mit;