10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.6";
18 inherit pname version;
19 hash = "sha256-6eYtP9MH75xS5Dsz/ZJ1n8lMBNi1F4+F9kGxg5BtQ1M=";
28 # Tests require network access
35 pythonImportsCheck = [ "ftputil" ];
38 description = "High-level FTP client library (virtual file system and more)";
39 homepage = "https://ftputil.sschwarzer.net/";
40 license = licenses.bsd2;