mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
New package: python3-flasgger-0.9.7.1
This commit is contained in:
parent
c784c6937d
commit
05189870a5
2 changed files with 23 additions and 0 deletions
22
srcpkgs/python3-flasgger/template
Normal file
22
srcpkgs/python3-flasgger/template
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Template file for 'python3-flasgger'
|
||||||
|
pkgname=python3-flasgger
|
||||||
|
version=0.9.7.1
|
||||||
|
revision=1
|
||||||
|
build_style=python3-module
|
||||||
|
# Examples require unpackaged "flex"
|
||||||
|
make_check_args="--ignore tests/test_examples.py"
|
||||||
|
make_check_target="tests"
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3-Flask python3-yaml python3-jsonschema python3-mistune
|
||||||
|
python3-packaging python3-packaging python3-six"
|
||||||
|
checkdepends="python3-pytest $depends"
|
||||||
|
short_desc="OpenAPI specs and Swagger UI for Flask APIs"
|
||||||
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="http://flasgger.pythonanywhere.com/"
|
||||||
|
distfiles="${PYPI_SITE}/f/flasgger/flasgger-${version}.tar.gz"
|
||||||
|
checksum=ca098e10bfbb12f047acc6299cc70a33851943a746e550d86e65e60d4df245fb
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
1
srcpkgs/python3-flasgger/update
Normal file
1
srcpkgs/python3-flasgger/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ignore="*b* *dev*"
|
Loading…
Add table
Reference in a new issue