9 buildPythonPackage rec {
10 pname = "serverfiles";
12 format = "setuptools";
15 inherit pname version;
16 hash = "sha256-XhD8MudYeR43NbwIvOLtRwKoOx5Fq5bF1ZzIruz76+E=";
19 propagatedBuildInputs = [ requests ];
21 pythonImportsCheck = [ "serverfiles" ];
22 nativeCheckInputs = [ unittestCheckHook ];
25 description = "Utility that accesses files on a HTTP server and stores them locally for reuse";
26 homepage = "https://github.com/biolab/serverfiles";
27 license = [ lib.licenses.gpl3Plus ];
28 maintainers = [ lib.maintainers.lucasew ];