New package: python3-aioresponses-0.7.3

This commit is contained in:
Jan Christian Grünhage 2022-11-18 14:37:18 +01:00 committed by Piraty
parent aca3e40e4b
commit c6bd1befd1
No known key found for this signature in database
GPG Key ID: 82F2CC796BD07077
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# Template file for 'python3-aioresponses'
pkgname=python3-aioresponses
version=0.7.3
revision=1
build_style=python3-module
hostmakedepends="python3-pbr python3-setuptools"
depends="python3-aiohttp"
checkdepends="${depends} python3-ddt python3-pytest"
short_desc="Helper for mock/fake web requests in python aiohttp package"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="MIT"
homepage="https://github.com/pnuckowski/aioresponses"
distfiles="${PYPI_SITE}/a/aioresponses/aioresponses-${version}.tar.gz"
checksum=2c64ed5710ee8cb4e958c569184dad12f4c9cd5939135cb38f88c6a8261cceb3
post_install() {
vlicense LICENSE
}