18 lines
715 B
Bash
18 lines
715 B
Bash
# Template file for 'python3-responses'
|
|
pkgname=python3-responses
|
|
version=0.16.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"
|
|
changelog="https://raw.githubusercontent.com/getsentry/responses/master/CHANGES"
|
|
distfiles="${PYPI_SITE}/r/responses/responses-${version}.tar.gz"
|
|
checksum=a2e3aca2a8277e61257cd3b1c154b1dd0d782b1ae3d38b7fa37cbe3feb531791
|
|
# testing requires unpackaged plugin pytest-localserver
|
|
make_check=no
|