20 lines
631 B
Bash
20 lines
631 B
Bash
# Template file for 'python3-httpbin'
|
|
pkgname=python3-httpbin
|
|
version=0.10.1
|
|
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="Michal Vasilek <michal@vasilek.cz>"
|
|
license="ISC"
|
|
homepage="https://github.com/psf/httpbin"
|
|
distfiles="${PYPI_SITE}/h/httpbin/httpbin-${version}.tar.gz"
|
|
checksum=7b8596beb0e75a7b653c39d1f3cf263d6d5c476d29e1df6f7bb2b70bf9f06a3d
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|