8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 inherit pname version;
17 hash = "sha256-j9R7wpvb07FuN5EhIpE7xTSf26AniQZN4iLpxMjNYKA=";
20 # Tests are not shipped and the source not tagged
23 pythonImportsCheck = [ "stubserver" ];
26 description = "Web and FTP server for use in unit and7or acceptance tests";
27 homepage = "https://github.com/tarttelin/Python-Stub-Server";
28 license = licenses.bsd2;
29 maintainers = with maintainers; [ fab ];