New package: python3-aioresponses-0.7.3
This commit is contained in:
parent
aca3e40e4b
commit
c6bd1befd1
|
@ -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
|
||||||
|
}
|
Loading…
Reference in New Issue