mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-openapi-core: update to 0.19.4.
This commit is contained in:
parent
7437de9484
commit
27009bd80d
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-openapi-core'
|
# Template file for 'python3-openapi-core'
|
||||||
pkgname=python3-openapi-core
|
pkgname=python3-openapi-core
|
||||||
version=0.19.3
|
version=0.19.4
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
# disable tests requiring unpackaged dependencies
|
# disable tests requiring unpackaged dependencies
|
||||||
make_check_args="
|
make_check_args="
|
||||||
|
@ -12,7 +12,8 @@ make_check_args="
|
||||||
--ignore=tests/integration/contrib/starlette
|
--ignore=tests/integration/contrib/starlette
|
||||||
"
|
"
|
||||||
hostmakedepends="python3-poetry-core"
|
hostmakedepends="python3-poetry-core"
|
||||||
depends="python3-asgiref python3-isodate python3-more-itertools
|
depends="python3-isodate python3-jsonschema python3-jsonschema-path
|
||||||
|
python3-more-itertools python3-openapi-schema-validator
|
||||||
python3-openapi-spec-validator python3-parse python3-Werkzeug"
|
python3-openapi-spec-validator python3-parse python3-Werkzeug"
|
||||||
checkdepends="$depends python3-pytest-cov python3-pytest-aiohttp
|
checkdepends="$depends python3-pytest-cov python3-pytest-aiohttp
|
||||||
python3-Flask python3-requests python3-responses python3-WebOb"
|
python3-Flask python3-requests python3-responses python3-WebOb"
|
||||||
|
@ -22,7 +23,7 @@ license="BSD-3-Clause"
|
||||||
homepage="https://github.com/python-openapi/openapi-core"
|
homepage="https://github.com/python-openapi/openapi-core"
|
||||||
changelog="https://github.com/python-openapi/openapi-core/releases"
|
changelog="https://github.com/python-openapi/openapi-core/releases"
|
||||||
distfiles="${PYPI_SITE}/o/openapi-core/openapi_core-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/o/openapi-core/openapi_core-${version}.tar.gz"
|
||||||
checksum=5db6479ecccf76c52422961dc42b411b7625a802087d847251fdd66f0392b095
|
checksum=1150d9daa5e7b4cacfd7d7e097333dc89382d7d72703934128dcf8a1a4d0df49
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue