18 lines
554 B
Bash
18 lines
554 B
Bash
|
# Template file for 'python3-multidict'
|
||
|
pkgname=python3-multidict
|
||
|
version=2.1.4
|
||
|
revision=1
|
||
|
wrksrc=multidict-${version}
|
||
|
build_style=python3-module
|
||
|
hostmakedepends="python3 python3-setuptools"
|
||
|
short_desc="Multidict implementation from aiohttp"
|
||
|
maintainer="Michael Aldridge <aldridge.mac@gmail.com>"
|
||
|
license="Apache-2"
|
||
|
homepage="https://github.com/aio-libs/multidict"
|
||
|
distfiles="https://github.com/aio-libs/multidict/archive/v${version}.tar.gz"
|
||
|
checksum=4116a99f024269210bc5629661e55f5f613e1b11016b3bbf4e0ba453b02a65c1
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|