python3-uvloop: update to 0.15.3.
This commit is contained in:
parent
79451f078b
commit
393cb41739
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python3-uvloop'
|
# Template file for 'python3-uvloop'
|
||||||
pkgname=python3-uvloop
|
pkgname=python3-uvloop
|
||||||
version=0.15.2
|
version=0.15.3
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3 python3-setuptools python3-Cython"
|
hostmakedepends="python3 python3-setuptools python3-Cython"
|
||||||
makedepends="libuv-devel python3-devel"
|
makedepends="libuv-devel python3-devel"
|
||||||
checkdepends="flake8 python3-pytest python3-openssl python3-psutil"
|
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
checkdepends="flake8 python3-pytest python3-openssl python3-psutil"
|
||||||
short_desc="Fast replacement for Python asyncio event loop"
|
short_desc="Fast replacement for Python asyncio event loop"
|
||||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="Apache-2.0, MIT"
|
license="Apache-2.0, MIT"
|
||||||
homepage="https://github.com/MagicStack/uvloop"
|
homepage="https://github.com/MagicStack/uvloop"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=31944b4258be55526a38059739e360e3c7e2f047c0ae922b6fca5d6d85a37085
|
checksum=f9dcb5c4f19b2117fea6b2596089b090fadb9b0524a194d76a24e58e065807f2
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
# For some reason, setting PYTHONPATH is not sufficient
|
# For some reason, setting PYTHONPATH is not sufficient
|
||||||
|
|
Loading…
Reference in New Issue