12 buildPythonPackage rec {
15 disabled = pythonOlder "3.6";
18 inherit pname version;
19 hash = "sha256-gGN4c9IG9rzt9820atk+horLTqIlbbBS38yocr3QMh8=";
22 propagatedBuildInputs = [
26 ] ++ lib.optionals (pythonOlder "3.11") [
34 pythonImportsCheck = [
41 homepage = "https://github.com/inducer/pytools/";
42 description = "Miscellaneous Python lifesavers.";
43 license = lib.licenses.mit;
44 maintainers = with lib.maintainers; [ artuuge ];