New package: python3-multidict-2.1.1
This commit is contained in:
parent
c933162cc3
commit
ef2b1530d5
1 changed files with 17 additions and 0 deletions
17
srcpkgs/python3-multidict/template
Normal file
17
srcpkgs/python3-multidict/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# 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
|
||||||
|
}
|
Loading…
Reference in a new issue