13 buildPythonPackage rec {
18 disabled = pythonOlder "3.9";
20 src = fetchFromGitHub {
23 rev = "refs/tags/${version}";
24 hash = "sha256-xgLi2lH+EPPNlMixqOzdBGVLuoJh5dhZ2tHZ0UH+lOk=";
31 propagatedBuildInputs = [
42 pythonImportsCheck = [
47 description = "Python client for Flipr API";
48 mainProgram = "flipr-api";
49 homepage = "https://github.com/cnico/flipr-api";
50 changelog = "https://github.com/cnico/flipr-api/releases/tag/${version}";
51 license = licenses.mit;
52 maintainers = with maintainers; [ fab ];