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