2021-08-08 22:05:09 +02:00
|
|
|
# Template file for 'python3-pytest-httpserver'
|
|
|
|
pkgname=python3-pytest-httpserver
|
|
|
|
version=1.0.1
|
|
|
|
revision=1
|
2021-08-10 19:10:41 +02:00
|
|
|
wrksrc=pytest-httpserver-${version}
|
2021-08-08 22:05:09 +02:00
|
|
|
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=c475d9c3c16fd8e5c49e1028f8ded2159a9afbb5ea7a2f5886cf534fc7c97e99
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE
|
|
|
|
}
|