From 7ab281f20f608f6a4884417240083416026678c6 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Thu, 6 Jan 2022 17:53:41 +0100 Subject: [PATCH] New package: python3-httpbin-0.7.0 --- srcpkgs/python3-httpbin/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python3-httpbin/template diff --git a/srcpkgs/python3-httpbin/template b/srcpkgs/python3-httpbin/template new file mode 100644 index 00000000000..36f42326bed --- /dev/null +++ b/srcpkgs/python3-httpbin/template @@ -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 " +license="ISC" +homepage="https://github.com/postmanlabs/httpbin" +distfiles="${PYPI_SITE}/h/httpbin/httpbin-${version}.tar.gz" +checksum=cbb37790c91575f4f15757f42ad41d9f729eb227d5edbe89e4ec175486db8dfa + +post_install() { + vlicense LICENSE +}