15 buildPythonPackage rec {
16 pname = "apispec-webframeworks";
20 disabled = pythonOlder "3.8";
22 src = fetchFromGitHub {
23 owner = "marshmallow-code";
24 repo = "apispec-webframeworks";
25 rev = "refs/tags/${version}";
26 hash = "sha256-qepiaRW36quIgxBtEHMF3HN0wO6jp2uGAHgg5fJoMUY=";
33 propagatedBuildInputs = [
35 ] ++ apispec.optional-dependencies.yaml;
46 pythonImportsCheck = [
47 "apispec_webframeworks"
51 description = "Web framework plugins for apispec";
52 homepage = "https://github.com/marshmallow-code/apispec-webframeworks";
53 changelog = "https://github.com/marshmallow-code/apispec-webframeworks/blob/${version}/CHANGELOG.rst";
54 license = licenses.mit;
55 maintainers = with maintainers; [ fab ];