vp-build/srcpkgs/python3-multidict/template

18 lines
554 B
Bash
Raw Normal View History

2017-01-21 06:43:39 +01:00
# Template file for 'python3-multidict'
pkgname=python3-multidict
2017-05-19 04:40:56 +02:00
version=2.1.5
2017-01-21 06:43:39 +01:00
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"
2017-05-19 04:40:56 +02:00
checksum=f3d8f71104d2084cbdb51158ac5eeb6aee0907618a59fe7cb97b2b139d58abb6
2017-01-21 06:43:39 +01:00
post_install() {
vlicense LICENSE
}