10 buildPythonPackage rec {
11 pname = "convertdate";
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
21 hash = "sha256-iOHK3UJulXJJR50nhiVgfk3bt+CAtG3BRySJ8DkBuJE=";
24 propagatedBuildInputs = [
33 pythonImportsCheck = [
38 description = "Utils for converting between date formats and calculating holidays";
39 homepage = "https://github.com/fitnr/convertdate";
40 license = licenses.mit;
41 maintainers = with maintainers; [ jluttine ];