7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "472872e096eb8df219c23f2689fc336668bdb43d194094b5cc1707e1640acfc8";
16 nativeCheckInputs = [ pytest ];
23 description = "A module containing functions for converting between Julian dates and calendar dates";
24 homepage = "https://github.com/phn/jdcal";
25 license = lib.licenses.bsd2;
26 maintainers = with lib.maintainers; [ lihop ];