22 lines
677 B
Bash
22 lines
677 B
Bash
# Template file for 'python3-yarl'
|
|
pkgname=python3-yarl
|
|
version=1.2.6
|
|
revision=1
|
|
wrksrc="yarl-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="yarl"
|
|
hostmakedepends="python3-Cython python3-setuptools"
|
|
makedepends="python3-devel"
|
|
depends="python3-idna python3-multidict"
|
|
checkdepends="python3-idna python3-multidict python3-pytest"
|
|
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=1083cb0eb2a68638c239d96ed6b3cfe8427f5fea62aa2e575ae5511a196b5df5
|
|
|
|
do_check() {
|
|
python3 setup.py test
|
|
}
|