8 buildPythonPackage rec {
16 hash = "sha256-Jf1+JTRLB4mlmEx12J8FT88fGAvvIMmY5L77rJLeRmk=";
24 pythonImportsCheck = [ "primePy" ];
27 description = "This module contains several useful functions to work with prime numbers. from primePy import primes";
28 homepage = "https://pypi.org/project/primePy/";
29 license = licenses.mit;
30 maintainers = with maintainers; [ matthewcroughan ];