void-packages/srcpkgs/python3-responses/template

18 lines
715 B
Bash
Raw Normal View History

2021-10-06 22:58:46 +00:00
# Template file for 'python3-responses'
pkgname=python3-responses
2021-12-02 12:28:08 +00:00
version=0.16.0
2021-10-06 22:58:46 +00:00
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"
2021-12-02 12:28:08 +00:00
changelog="https://raw.githubusercontent.com/getsentry/responses/master/CHANGES"
2021-10-06 22:58:46 +00:00
distfiles="${PYPI_SITE}/r/responses/responses-${version}.tar.gz"
2021-12-02 12:28:08 +00:00
checksum=a2e3aca2a8277e61257cd3b1c154b1dd0d782b1ae3d38b7fa37cbe3feb531791
2021-10-06 22:58:46 +00:00
# testing requires unpackaged plugin pytest-localserver
make_check=no