void-packages/srcpkgs/python3-httpbin/template

20 lines
637 B
Bash

# Template file for 'python3-httpbin'
pkgname=python3-httpbin
version=0.10.2
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3-Flask python3-Brotli python3-decorator python3-flasgger
python3-greenlet python3-six"
checkdepends="python3-pytest $depends"
short_desc="HTTP Request & Response Service"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="ISC"
homepage="https://github.com/psf/httpbin"
distfiles="${PYPI_SITE}/h/httpbin/httpbin-${version}.tar.gz"
checksum=632148698261c8684ea2d2b624cdea845b402b1fe91736e89df886408c6317a9
post_install() {
vlicense LICENSE
}