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