1 { lib, buildPythonPackage, fetchPypi }:
3 buildPythonPackage rec {
9 sha256 = "sha256-/fZ61tJ6PVZsubr3OXlbg/VxyyKimz36uPV+r33kgD0=";
13 substituteInPlace setup.py --replace "labmath/DESCRIPTION.rst" "PKG-INFO"
16 pythonImportsCheck = [ "labmath" ];
19 homepage = "https://pypi.org/project/labmath";
20 description = "Module for basic math in the general vicinity of computational number theory";
21 license = licenses.mit;
22 maintainers = with maintainers; [ siraben ];