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-07-05 03:59:58 +02:00
version=3.1.0
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 <maldridge@VoidLinux.eu>"
2017-01-21 06:43:39 +01:00
license="Apache-2"
homepage="https://github.com/aio-libs/multidict"
distfiles="https://github.com/aio-libs/multidict/archive/v${version}.tar.gz"
2017-07-05 03:59:58 +02:00
checksum=1f4598eb8bc2f919e7717014058264915f358b6c9b60b970b9b5962a32ed92d9
2017-01-21 06:43:39 +01:00
post_install() {
vlicense LICENSE
}