12 buildPythonPackage rec {
14 version = "2022.1.12";
15 disabled = pythonOlder "3.6";
18 inherit pname version;
19 sha256 = "sha256-TWKHXpoqsqJOOTqai3mUkvGnIb/6hArzgHv9Qocd0fQ=";
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 ];