13 buildPythonPackage rec {
18 disabled = pythonOlder "3.8";
21 inherit pname version;
22 hash = "sha256-ortR4hIZdtkxNHs+QzkXw2S4P91fZO8nM2yGW/H7D3U=";
29 propagatedBuildInputs = [
40 pythonImportsCheck = [
48 description = "Objects and routines pertaining to date and time";
49 mainProgram = "calc-prorate";
50 homepage = "https://github.com/jaraco/tempora";
51 changelog = "https://github.com/jaraco/tempora/blob/v${version}/NEWS.rst";
52 license = licenses.mit;
53 maintainers = with maintainers; [ ];