From 8e2897bcaca7fc9bd44704502ccc64f287197e9e Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Thu, 6 Jan 2022 17:53:44 +0100 Subject: [PATCH] New package: python3-pytest-httpbin-1.0.1 --- srcpkgs/python3-pytest-httpbin/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/python3-pytest-httpbin/template diff --git a/srcpkgs/python3-pytest-httpbin/template b/srcpkgs/python3-pytest-httpbin/template new file mode 100644 index 00000000000..7521d9bae52 --- /dev/null +++ b/srcpkgs/python3-pytest-httpbin/template @@ -0,0 +1,15 @@ +# Template file for 'python3-pytest-httpbin' +pkgname=python3-pytest-httpbin +version=1.0.1 +revision=1 +wrksrc="pytest-httpbin-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-pytest python3-httpbin" +short_desc="Easily test your HTTP library against a local copy of httpbin.org" +maintainer="Michal Vasilek " +license="MIT" +homepage="https://github.com/kevin1024/pytest-httpbin" +distfiles="${PYPI_SITE}/p/pytest-httpbin/pytest-httpbin-${version}.tar.gz" +checksum=9f73320f97d33cc20bc8a08cb945372948de51402559e87e74e92c56b48da0d7 +make_check=no # cycle: needs python3-requests which has this package in checkdepends