8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "472872e096eb8df219c23f2689fc336668bdb43d194094b5cc1707e1640acfc8";
18 nativeCheckInputs = [ pytest ];
25 description = "Module containing functions for converting between Julian dates and calendar dates";
26 homepage = "https://github.com/phn/jdcal";
27 license = lib.licenses.bsd2;
28 maintainers = with lib.maintainers; [ lihop ];