7 buildPythonPackage rec {
8 pname = "extension-helpers";
13 inherit pname version;
14 sha256 = "10iqjzmya2h4sk765dlm1pbqypwlqyh8rw59a5m9i63d3klnz2mc";
17 patches = [ ./permissions.patch ];
19 checkInputs = [ pytestCheckHook ];
21 pythonImportsCheck = [
26 description = "Utilities for building and installing packages in the Astropy ecosystem";
27 homepage = "https://github.com/astropy/extension-helpers";
28 license = licenses.bsd3;
29 maintainers = [ maintainers.rmcgibbo ];