13 buildPythonPackage rec {
18 disabled = pythonOlder "3.8";
20 src = fetchFromGitHub {
23 rev = "refs/tags/v${version}";
24 hash = "sha256-M6nWKYvgn4tk2diiTDAYb1uQdP8H1M8yqhsFLJ9H7HU=";
27 build-system = [ setuptools-scm ];
39 pythonImportsCheck = [
47 description = "Objects and routines pertaining to date and time";
48 mainProgram = "calc-prorate";
49 homepage = "https://github.com/jaraco/tempora";
50 changelog = "https://github.com/jaraco/tempora/blob/v${version}/NEWS.rst";
51 license = licenses.mit;