19 lines
621 B
Bash
19 lines
621 B
Bash
# Template file for 'python3-aioresponses'
|
|
pkgname=python3-aioresponses
|
|
version=0.7.6
|
|
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="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/pnuckowski/aioresponses"
|
|
distfiles="${PYPI_SITE}/a/aioresponses/aioresponses-${version}.tar.gz"
|
|
checksum=f795d9dbda2d61774840e7e32f5366f45752d1adc1b74c9362afd017296c7ee1
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|