void-packages/srcpkgs/python3-aioresponses/template

19 lines
643 B
Bash

# Template file for 'python3-aioresponses'
pkgname=python3-aioresponses
version=0.7.4
revision=2
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=9b8c108b36354c04633bad0ea752b55d956a7602fe3e3234b939fc44af96f1d8
post_install() {
vlicense LICENSE
}