void-packages/srcpkgs/python3-pytest-httpserver/template

20 lines
704 B
Bash

# Template file for 'python3-pytest-httpserver'
pkgname=python3-pytest-httpserver
version=1.0.4
revision=1
wrksrc=pytest-httpserver-${version}
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
depends="python3-pytest python3-Werkzeug"
short_desc="HTTP server for pytest"
maintainer="mobinmob <mobinmob@disroot.org>"
license="MIT"
homepage="https://www.github.com/csernazs/pytest-httpserver"
changelog="https://raw.githubusercontent.com/csernazs/pytest-httpserver/master/CHANGES.rst"
distfiles="https://github.com/csernazs/pytest-httpserver/archive/refs/tags/${version}.tar.gz"
checksum=164ec7aa21b776d441bdb2fddb85b92a8a0a0cd7ad5d1d5210430d23b2624a4d
post_install() {
vlicense LICENSE
}