15 buildPythonPackage rec {
16 pname = "microsoft-kiota-abstractions";
20 disabled = pythonOlder "3.8";
22 src = fetchFromGitHub {
24 repo = "kiota-abstractions-python";
25 rev = "refs/tags/v${version}";
26 hash = "sha256-TgHj5Ga6Aw/sN2Hobn0OocFB/iGRHTKEeOa2j2aqnRY=";
29 build-system = [ flit-core ];
43 pythonImportsCheck = [ "kiota_abstractions" ];
46 description = "Abstractions library for Kiota generated Python clients";
47 homepage = "https://github.com/microsoft/kiota-abstractions-python";
48 changelog = "https://github.com/microsoft/kiota-abstractions-python/blob/${version}/CHANGELOG.md";
49 license = licenses.mit;
50 maintainers = with maintainers; [ fab ];