18 buildPythonPackage rec {
23 disabled = pythonOlder "3.10";
25 src = fetchFromGitHub {
26 owner = "spacetelescope";
28 rev = "refs/tags/${version}";
29 hash = "sha256-76h2lDIaPHj7HarVcE0t5k6CA/hLCwquaz+2wMsKj+Y=";
51 pythonImportsCheck = [ "gwcs" ];
54 description = "Module to manage the Generalized World Coordinate System";
55 homepage = "https://github.com/spacetelescope/gwcs";
56 changelog = "https://github.com/spacetelescope/gwcs/blob/${version}/CHANGES.rst";
57 license = licenses.bsd3;
58 maintainers = with maintainers; [ fab ];