vp-build/srcpkgs/python3-pytest-httpserver/template

20 lines
703 B
Bash

# Template file for 'python3-pytest-httpserver'
pkgname=python3-pytest-httpserver
version=1.0.2
revision=1
wrksrc=pytest-httpserver-${version}
build_style=python3-module
hostmakedepends="python3-setuptools"
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=4917bf3a70ae34816ad34b42039e020d9c0da37349e1cc562fb534799dcf202d
post_install() {
vlicense LICENSE
}