15 buildPythonPackage rec {
20 disabled = pythonOlder "3.12";
22 src = fetchFromGitHub {
25 rev = "refs/tags/v${version}";
26 hash = "sha256-USSTXHHhtUc8QF9U3t3rARXn5Iqo6KOGBa3VAfRMbiQ=";
30 substituteInPlace pyproject.toml \
31 --replace-fail "--cov=src/pyloadapi/ --cov-report=term-missing" ""
39 dependencies = [ aiohttp ];
48 pythonImportsCheck = [ "pyloadapi" ];
51 # Tests require network access
56 description = "Simple wrapper for pyLoad's API";
57 homepage = "https://github.com/tr4nt0r/pyloadapi";
58 changelog = "https://github.com/tr4nt0r/pyloadapi/blob/${version}/CHANGELOG.md";
59 license = licenses.mit;
60 maintainers = with maintainers; [ fab ];