15 buildPythonPackage rec {
20 src = fetchFromGitHub {
21 owner = "Quansight-Labs";
24 hash = "sha256-wTKqOw64b+/kdZpSYLwCJATOuo807BWCtVHB4pH58fY=";
31 build-system = [ setuptools ];
45 # Tests must be run from outside the source directory
55 pythonImportsCheck = [ "uarray" ];
58 description = "Universal array library";
59 homepage = "https://github.com/Quansight-Labs/uarray";
60 license = licenses.bsd0;