9 buildPythonPackage rec {
12 format = "setuptools";
15 inherit pname version;
16 sha256 = "1npcc4adcc3c9diw4kgmd5c0ikym1iz364p2zp6gs011rqaprald";
25 description = "All-in-one infinity value for Python. Can be compared to any object";
26 homepage = "https://github.com/kvesteri/infinity";
27 license = licenses.bsd3;
28 maintainers = with maintainers; [ mupdt ];