11 buildPythonPackage rec {
12 pname = "memory-allocator";
14 format = "setuptools";
18 pname = "memory_allocator";
19 hash = "sha256-1gkhawMDGWfitFqASxL/kClXj07AGf3kLPau1soJ7+Q=";
22 propagatedBuildInputs = [ cython ];
24 pythonImportsCheck = [ "memory_allocator" ];
31 description = "Extension class to allocate memory easily with cython";
32 homepage = "https://github.com/sagemath/memory_allocator/";
33 maintainers = teams.sage.members;
34 license = licenses.lgpl3Plus;