1 { lib, buildPythonPackage, fetchPypi, isPy3k
2 , glibcLocales, pytest }:
4 buildPythonPackage rec {
10 sha256 = "36b51a8dc7cfdeb456dd6b8ab811accab8341b2d562ee3c6f4c86f6d3dbb984e";
13 patchFlags = [ "-p0" ];
14 checkInputs = [ pytest glibcLocales ];
15 # JPLTest uses assets not distributed in package
17 LC_ALL="en_US.UTF-8" py.test --pyargs ephem.tests -k "not JPLTest"
21 description = "Compute positions of the planets and stars";
22 homepage = "https://pypi.python.org/pypi/ephem/";
23 license = licenses.lgpl3;
24 maintainers = with maintainers; [ chrisrosset ];