17 lines
565 B
Bash
17 lines
565 B
Bash
# Template file for 'python3-yarl'
|
|
pkgname=python3-yarl
|
|
version=0.12.0
|
|
revision=3
|
|
wrksrc="yarl-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="yarl"
|
|
hostmakedepends="python3-setuptools python3-Cython"
|
|
makedepends="python3-devel"
|
|
depends="python3-multidict"
|
|
short_desc="Yet another URL library"
|
|
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
|
license="Apache-2.0"
|
|
homepage="https://yarl.readthedocs.io/"
|
|
distfiles="https://github.com/aio-libs/yarl/archive/v${version}.tar.gz"
|
|
checksum=01f05ee4085feb53a89612bbf1bad58ce4cef0c67871a25e360f4023b5d5f86b
|