6 buildPythonPackage rec {
11 # PyPi release does not contain test files, but the repo has no release tags,
12 # so while having no tests is not ideal, follow the PyPi releases for now
13 # TODO: switch to fetchFromGitHub once this issue is fixed:
14 # https://github.com/rsalmei/about-time/issues/15
16 inherit pname version;
17 hash = "sha256-alOIYtM85n2ZdCnRSZgxDh2/2my32bv795nEcJhH/s4=";
22 pythonImportsCheck = [
27 description = "A cool helper for tracking time and throughput of code blocks, with beautiful human friendly renditions";
28 homepage = "https://github.com/rsalmei/about-time";
29 license = licenses.mit;
30 maintainers = with maintainers; [ thiagokokada ];