15 buildPythonPackage rec {
19 disabled = pythonOlder "3.10";
24 hash = "sha256-c886y37xR+4TxZw9+3tb7nkTGxWcS+Ag/ruUUdpf7S4=";
29 name = "remove-pip-from-build-dependencies.patch";
30 url = "https://github.com/diofant/diofant/commit/117e441808faa7c785ccb81bf211772d60ebdec3.patch";
31 hash = "sha256-MYk1Ku4F3hAv7+jJQLWhXd8qyKRX+QYuBzPfYWT0VbU=";
40 propagatedBuildInputs = [
44 passthru.optional-dependencies = {
58 pythonImportsCheck = [ "diofant" ];
61 description = "A Python CAS library";
62 homepage = "https://diofant.readthedocs.io/";
63 license = licenses.bsd3;
64 maintainers = with maintainers; [ suhr ];