9 buildPythonPackage rec {
10 pname = "types-s3transfer";
14 disabled = pythonOlder "3.8";
17 pname = "types_s3transfer";
19 hash = "sha256-YBZ6O/tcU27GzbWBj3+aKO3KncPgtf+FrjdFJvxeV24=";
22 build-system = [ setuptools ];
27 pythonImportsCheck = [ "s3transfer-stubs" ];
30 description = "Type annotations and code completion for s3transfer";
31 homepage = "https://github.com/youtype/types-s3transfer";
32 license = licenses.mit;
33 maintainers = with maintainers; [ fab ];