New package: python3-httpbin-0.7.0
This commit is contained in:
20
srcpkgs/python3-httpbin/template
Normal file
20
srcpkgs/python3-httpbin/template
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user