20 lines
620 B
Bash
20 lines
620 B
Bash
# Template file for 'python3-httpbin'
|
|
pkgname=python3-httpbin
|
|
version=0.7.0
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-Flask python3-decorator python3-six python3-Brotli
|
|
python3-raven python3-blinker"
|
|
checkdepends="python3-pytest $depends"
|
|
short_desc="HTTP Request & Response Service"
|
|
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
|
license="ISC"
|
|
homepage="https://github.com/postmanlabs/httpbin"
|
|
distfiles="${PYPI_SITE}/h/httpbin/httpbin-${version}.tar.gz"
|
|
checksum=cbb37790c91575f4f15757f42ad41d9f729eb227d5edbe89e4ec175486db8dfa
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|