17 lines
565 B
Bash
17 lines
565 B
Bash
# Template file for 'python3-yarl'
|
|
pkgname=python3-yarl
|
|
version=0.13.0
|
|
revision=1
|
|
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=b15e1627046d02905187dd51b7869eef00dd3dbad7e31bc49de5813a66c53561
|