7 buildPythonPackage rec {
8 pname = "astropy-helpers";
13 doCheck = false; # tests requires sphinx-astropy
16 inherit pname version;
17 sha256 = "f1096414d108778218d6bea06d4d9c7b2ff7c83856a451331ac194e74de9f413";
21 description = "Utilities for building and installing Astropy, Astropy affiliated packages, and their respective documentation";
22 homepage = "https://github.com/astropy/astropy-helpers";
23 license = licenses.bsd3;
24 maintainers = [ maintainers.smaret ];