vp-build/srcpkgs/python3-yarl/template

21 lines
590 B
Bash
Raw Normal View History

2017-01-21 06:04:50 +01:00
# Template file for 'python3-yarl'
pkgname=python3-yarl
2017-05-19 04:55:38 +02:00
version=0.10.2
2017-01-21 06:04:50 +01:00
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 <aldridge.mac@gmail.com>"
license="Apache-2.0"
homepage="http://yarl.readthedocs.io/"
distfiles="https://github.com/aio-libs/yarl/archive/v${version}.tar.gz"
2017-05-19 04:55:38 +02:00
checksum=3ff138278de5a82fa434748c52d3c6871ca981821b6831013747b5368b431295
2017-01-21 06:04:50 +01:00
post_install() {
vlicense LICENSE
}