9 buildPythonPackage rec {
12 format = "setuptools";
15 inherit pname version;
16 hash = "sha256-DtLk6nb52z7t4iBK2rivPxcIIBx8BO6FEecQpUymQl8=";
24 # JPLTest uses assets not distributed in package
26 LC_ALL="en_US.UTF-8" pytest --pyargs ephem.tests -k "not JPLTest"
29 pythonImportsCheck = [ "ephem" ];
32 description = "Compute positions of the planets and stars";
33 homepage = "https://github.com/brandon-rhodes/pyephem";
34 license = licenses.mit;
35 maintainers = with maintainers; [ chrisrosset ];