8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 hash = "sha256-XhD8MudYeR43NbwIvOLtRwKoOx5Fq5bF1ZzIruz76+E=";
18 propagatedBuildInputs = [ requests ];
20 pythonImportsCheck = [ "serverfiles" ];
21 nativeCheckInputs = [ unittestCheckHook ];
24 description = "An utility that accesses files on a HTTP server and stores them locally for reuse";
25 homepage = "https://github.com/biolab/serverfiles";
26 license = [ lib.licenses.gpl3Plus ];
27 maintainers = [ lib.maintainers.lucasew ];