New package: python3-httpbin-0.7.0

This commit is contained in:
Michal Vasilek 2022-01-06 17:53:41 +01:00
parent 072ad4b666
commit 7ab281f20f

View file

@ -0,0 +1,20 @@
# Template file for 'python3-httpbin'
pkgname=python3-httpbin
version=0.7.0
revision=1
wrksrc="httpbin-$version"
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
}