1 { lib, buildPythonPackage, fetchPypi, numpy }:
3 buildPythonPackage rec {
10 hash = "sha256-2K3cU6L7n4je5r/UAdKGWwFMwLV78s7mm97o2WhdVCk=";
13 nativeCheckInputs = [ numpy ];
15 pythonImportsCheck = [ "sgp4" ];
18 homepage = "https://github.com/brandon-rhodes/python-sgp4";
19 description = "Python version of the SGP4 satellite position library";
20 license = licenses.mit;
21 maintainers = with maintainers; [ zane ];