16 lines
584 B
Bash
16 lines
584 B
Bash
# Template file for 'python3-multidict'
|
|
pkgname=python3-multidict
|
|
version=3.3.2
|
|
revision=1
|
|
wrksrc="multidict-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="multidict"
|
|
hostmakedepends="python3-setuptools python3-Cython"
|
|
makedepends="python3-devel"
|
|
short_desc="Multidict implementation from aiohttp"
|
|
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/aio-libs/multidict"
|
|
distfiles="https://github.com/aio-libs/multidict/archive/v${version}.tar.gz"
|
|
checksum=f5b1b427791dc2fbbe7c79a4c9ad6824c139531176f685c01d30fc5b7573964c
|