python3-yarl: update to 1.2.5. (#14006)
This commit is contained in:
parent
ed604979d4
commit
c2d5aa50a3
1 changed files with 5 additions and 5 deletions
|
@ -1,20 +1,20 @@
|
|||
# Template file for 'python3-yarl'
|
||||
pkgname=python3-yarl
|
||||
version=1.1.1
|
||||
version=1.2.5
|
||||
revision=1
|
||||
wrksrc="yarl-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module="yarl"
|
||||
hostmakedepends="python3-setuptools python3-Cython"
|
||||
hostmakedepends="python3-Cython python3-setuptools"
|
||||
makedepends="python3-devel"
|
||||
depends="python3-multidict python3-idna"
|
||||
checkdepends="python3-pytest ${depends}"
|
||||
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=90c726bdf744046cfd516f679441a65996ffbc672c28120b14fdd475b1b600a3
|
||||
checksum=dd5d9c9ec94eb6b2467de42e7fe6725c8508070d774a13aa2f0695f0945cec19
|
||||
|
||||
do_check() {
|
||||
python3 setup.py test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue