* update python-flasgger to 0.9.7.1-4

This commit is contained in:
Alexander Baldeck 2024-12-05 17:21:14 +01:00
parent 32fe1dcb4a
commit 8934500e80
3 changed files with 28 additions and 1 deletions

View File

@ -0,0 +1,23 @@
pkgbase = python-flasgger
pkgdesc = Extract swagger specs from your flask project
pkgver = 0.9.7.1
pkgrel = 4
url = https://github.com/flasgger/flasgger
arch = any
license = MIT
checkdepends = python-pytest
checkdepends = python-flex
checkdepends = python-marshmallow
checkdepends = python-decorator
checkdepends = python-apispec-webframeworks
checkdepends = python-flask-restful
makedepends = python-setuptools
depends = python-flask
depends = python-yaml
depends = python-jsonschema
depends = python-mistune
depends = python-six
source = python-flasgger-0.9.7.1.tar.gz::https://github.com/flasgger/flasgger/archive/v0.9.7.1.tar.gz
sha512sums = 60aaadccd291147f1eb1ac589965e7b31f02d9b96686fad4d906d6b09d8d9817671aefe1672d84bfd1d149c56b2247342f91b189b5e474a341da0fb449dbe938
pkgname = python-flasgger

View File

@ -0,0 +1,4 @@
[python-flasgger]
source = "git"
git = "https://github.com/flasgger/flasgger.git"
prefix = "v"

View File

@ -5,7 +5,7 @@
pkgname=python-flasgger
pkgver=0.9.7.1
pkgrel=3
pkgrel=4
pkgdesc="Extract swagger specs from your flask project"
url="https://github.com/flasgger/flasgger"
license=('MIT')