11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
19 inherit pname version;
20 hash = "sha256-fqPOQTfbggmvH2ueoCBZD0YsY+18ehJAvVluTTp7ZW4=";
23 propagatedBuildInputs = [
27 passthru.optional-dependencies = {
38 # Impure filesystem-related tests cause timeouts
39 # on Hydra: https://hydra.nixos.org/build/84374861
42 pythonImportsCheck = [
47 description = "Asynchronous FTP server library";
48 homepage = "https://github.com/giampaolo/pyftpdlib/";
49 license = licenses.mit;
50 maintainers = with maintainers; [ costrouc ];