python3-pytest-httpserver: update to 1.0.8.

This commit is contained in:
Gonzalo Tornaría 2023-09-16 01:18:20 -03:00 committed by Duncan Overbruck
parent 7112906182
commit a09ef988ea

View file

@ -1,18 +1,25 @@
# Template file for 'python3-pytest-httpserver' # Template file for 'python3-pytest-httpserver'
pkgname=python3-pytest-httpserver pkgname=python3-pytest-httpserver
version=1.0.5 version=1.0.8
revision=2 revision=1
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="python3-poetry-core" hostmakedepends="python3-poetry-core"
depends="python3-pytest python3-Werkzeug" depends="python3-pytest python3-Werkzeug"
checkdepends="${depends} python3-MarkupSafe python3-requests" checkdepends="${depends} python3-MarkupSafe python3-requests python3-toml"
short_desc="HTTP server for pytest" short_desc="HTTP server for pytest"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT" license="MIT"
homepage="https://www.github.com/csernazs/pytest-httpserver" homepage="https://www.github.com/csernazs/pytest-httpserver"
changelog="https://raw.githubusercontent.com/csernazs/pytest-httpserver/master/CHANGES.rst" changelog="https://raw.githubusercontent.com/csernazs/pytest-httpserver/master/CHANGES.rst"
distfiles="https://github.com/csernazs/pytest-httpserver/archive/refs/tags/${version}.tar.gz" distfiles="https://github.com/csernazs/pytest-httpserver/archive/refs/tags/${version}.tar.gz"
checksum=932843df9fa584e6a664b2e7a21dec4ddf9507c235a78853f21e00b111352395 checksum=d25a765e660f252029738392cff49dd3b2d6e5070ac81c7fb794ae6eac93ef76
if [ "$XBPS_BUILD_ENVIRONMENT" = "void-packages-ci" ]; then
# this test fails on CI (bind to ipv6 "::1" address)
make_check_args="
--deselect=tests/test_ip_protocols.py::test_ipv6
"
fi
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE