9 buildPythonPackage rec {
10 pname = "convertdate";
13 # Tests are not available in the PyPI tarball so use GitHub instead.
14 src = fetchFromGitHub {
18 sha256 = "1xgi7x9b9kxm0q51bqnmwdm5lp8vwhx5yk4d1b23r37spz9dbhw5";
21 propagatedBuildInputs = [
31 homepage = "https://github.com/fitnr/convertdate";
32 description = "Utils for converting between date formats and calculating holidays";
33 license = licenses.mit;
34 maintainers = with maintainers; [ jluttine ];