16 lines
634 B
Bash
16 lines
634 B
Bash
# 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
|