9 buildPythonPackage rec {
17 hash = "sha256-VI9xhr2LlsvAac9kmo6ON33OSax0SGcJhJ/mOpnK1oQ=";
20 build-system = [ setuptools ];
22 nativeCheckInputs = [ pytest7CheckHook ];
25 homepage = "https://github.com/architest/pymeeus";
26 description = "Library of astronomical algorithms";
27 license = licenses.lgpl3;
28 maintainers = with maintainers; [ jluttine ];