10 buildPythonPackage rec {
16 inherit pname version;
17 sha256 = "30db139684d362652670e2cd3206b5dd7b3b93b86c3aff37f4b4fd4a3f98aead";
20 buildInputs = [ cython ];
21 propagatedBuildInputs = [ numpy ];
23 # tests not included with pypi release
27 ${python.interpreter} -m fdint.tests
31 homepage = "https://github.com/scott-maddox/fdint";
32 description = "A free, open-source python package for quickly and precisely approximating Fermi-Dirac integrals";
33 license = licenses.mit;
34 maintainers = [ maintainers.costrouc ];