13 buildPythonPackage rec {
14 pname = "apispec-webframeworks";
16 format = "setuptools";
18 disabled = pythonOlder "3.7";
20 src = fetchFromGitHub {
21 owner = "marshmallow-code";
22 repo = "apispec-webframeworks";
24 hash = "sha256-ByNmmBLO99njw9JrT+cCW/K4NJBH92smAiIgg47Cvkk=";
27 propagatedBuildInputs = [
29 ] ++ apispec.optional-dependencies.yaml;
39 pythonImportsCheck = [
40 "apispec_webframeworks"
44 description = "Web framework plugins for apispec";
45 homepage = "https://github.com/marshmallow-code/apispec-webframeworks";
46 changelog = "https://github.com/marshmallow-code/apispec-webframeworks/blob/${version}/CHANGELOG.rst";
47 license = licenses.mit;
48 maintainers = with maintainers; [ fab ];