diff --git a/srcpkgs/python3-responses/template b/srcpkgs/python3-responses/template new file mode 100644 index 00000000000..feb108d1215 --- /dev/null +++ b/srcpkgs/python3-responses/template @@ -0,0 +1,16 @@ +# Template file for 'python3-responses' +pkgname=python3-responses +version=0.14.0 +revision=1 +wrksrc="responses-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-requests python3-urllib3 python3-six" +short_desc="Utility for mocking out the Python Requests library" +maintainer="Joel Beckmeyer " +license="Apache-2.0" +homepage="https://github.com/getsentry/responses" +distfiles="${PYPI_SITE}/r/responses/responses-${version}.tar.gz" +checksum=93f774a762ee0e27c0d9d7e06227aeda9ff9f5f69392f72bb6c6b73f8763563e +# testing requires unpackaged plugin pytest-localserver +make_check=no