20 lines
590 B
Bash
20 lines
590 B
Bash
# Template file for 'python3-yarl'
|
|
pkgname=python3-yarl
|
|
version=0.11.0
|
|
revision=1
|
|
wrksrc=yarl-${version}
|
|
#create_wrksrc=yes
|
|
#only_for_archs="i686 x86_64"
|
|
build_style=python3-module
|
|
hostmakedepends="python3 python3-setuptools"
|
|
depends="python3-multidict"
|
|
short_desc="Yet another URL library"
|
|
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
|
license="Apache-2.0"
|
|
homepage="http://yarl.readthedocs.io/"
|
|
distfiles="https://github.com/aio-libs/yarl/archive/v${version}.tar.gz"
|
|
checksum=37e048e4430094f7fd5dd18855d4e2473dc3076d17e3885d63f73eedcc811033
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|