mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
New package: python3-responses-0.14.0
This commit is contained in:
parent
93c2ed50e7
commit
d67695c0e1
1 changed files with 16 additions and 0 deletions
16
srcpkgs/python3-responses/template
Normal file
16
srcpkgs/python3-responses/template
Normal 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
|
Loading…
Add table
Reference in a new issue