10 buildPythonPackage rec {
15 disabled = pythonOlder "3.9";
20 hash = "sha256-3Roeab9/woGF/aZYm9nbqrcyYN8CKA1k66cTRxx6jM4=";
23 build-system = [ poetry-core ];
25 dependencies = [ requests ];
27 pythonImportsCheck = [ "hydrus_api" ];
29 # There are no unit tests
33 description = "Python module implementing the Hydrus API";
34 homepage = "https://gitlab.com/cryzed/hydrus-api";
35 license = licenses.agpl3Plus;
36 maintainers = with maintainers; [ dandellion ];