17 lines
673 B
Bash
17 lines
673 B
Bash
# Template file for 'python3-responses'
|
|
pkgname=python3-responses
|
|
version=0.21.0
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-requests python3-urllib3"
|
|
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=b82502eb5f09a0289d8e209e7bad71ef3978334f56d09b444253d5ad67bf5253
|
|
# testing requires unpackaged plugin pytest-localserver
|
|
make_check=no
|