22 lines
792 B
Bash
22 lines
792 B
Bash
# Template file for 'python3-multidict'
|
|
pkgname=python3-multidict
|
|
version=4.4.2
|
|
revision=1
|
|
wrksrc="multidict-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="multidict"
|
|
hostmakedepends="python3-Cython python3-setuptools"
|
|
makedepends="python3-devel"
|
|
checkdepends="python3-pytest python3-perf python3-coverage python3-pytest-cov"
|
|
short_desc="Multidict implementation from aiohttp"
|
|
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
|
license="Apache-2.0"
|
|
#changelog="https://raw.githubusercontent.com/aio-libs/multidict/master/docs/changes.rst"
|
|
homepage="https://github.com/aio-libs/multidict"
|
|
distfiles="https://github.com/aio-libs/multidict/archive/v${version}.tar.gz"
|
|
checksum=5caa32ec9fd170b589c804e9e741da5226473174eab6af813bc0183db1f52c1b
|
|
|
|
do_check() {
|
|
python3 setup.py test
|
|
}
|