9 buildPythonPackage rec {
10 pname = "astropy-healpix";
13 doCheck = false; # tests require pytest-astropy
16 inherit pname version;
17 sha256 = "1bfdq33mj6mwk5fkc6n23f9bc9z8j7kmvql3zchz4h58jskmvqas";
20 propagatedBuildInputs = [ numpy astropy astropy-helpers ];
22 # Disable automatic update of the astropy-helper module
24 substituteInPlace setup.cfg --replace "auto_use = True" "auto_use = False"
28 description = "BSD-licensed HEALPix for Astropy";
29 homepage = "https://github.com/astropy/astropy-healpix";
30 license = licenses.bsd3;
31 maintainers = [ maintainers.smaret ];