New package: python3-responses-0.14.0

This commit is contained in:
Joel Beckmeyer 2021-10-06 18:58:46 -04:00 committed by Érico Nogueira Rolim
parent 93c2ed50e7
commit d67695c0e1
1 changed files with 16 additions and 0 deletions

View File

@ -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 <joel@beckmeyer.us>"
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