14 buildPythonPackage rec {
19 disabled = pythonOlder "3.9";
21 src = fetchFromGitHub {
24 rev = "refs/tags/${version}";
25 hash = "sha256-/px8NuBwukAPMxdXvHdyfO/j/a9UatKbdrjDNuT0f4k=";
28 build-system = [ poetry-core ];
42 # used in test_session
43 FLIPR_USERNAME = "foobar";
44 FLIPR_PASSWORD = "secret";
47 pythonImportsCheck = [ "flipr_api" ];
50 description = "Python client for Flipr API";
51 mainProgram = "flipr-api";
52 homepage = "https://github.com/cnico/flipr-api";
53 changelog = "https://github.com/cnico/flipr-api/releases/tag/${version}";
54 license = licenses.gpl3Plus;
55 maintainers = with maintainers; [ fab ];