18 buildPythonPackage rec {
19 pname = "essentials-openapi";
23 src = fetchFromGitHub {
25 repo = "essentials-openapi";
26 rev = "refs/tags/v${version}";
27 hash = "sha256-/NYv0NrE8+0kQg5G3Qf2DtesMHlmKQYczNT8pFlNFZE=";
30 nativeBuildInputs = [ hatchling ];
41 propagatedBuildInputs = [
47 optional-dependencies = {
56 pythonImportsCheck = [ "openapidocs" ];
59 homepage = "https://github.com/Neoteroi/essentials-openapi";
60 description = "Functions to handle OpenAPI Documentation";
61 changelog = "https://github.com/Neoteroi/essentials-openapi/releases/v${version}";
62 license = licenses.mit;
63 maintainers = with maintainers; [