mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python3-uvloop: update to 0.15.1.
This commit is contained in:
parent
a807022afb
commit
c9424809a3
1 changed files with 7 additions and 3 deletions
|
@ -1,19 +1,23 @@
|
||||||
# Template file for 'python3-uvloop'
|
# Template file for 'python3-uvloop'
|
||||||
pkgname=python3-uvloop
|
pkgname=python3-uvloop
|
||||||
version=0.15.0
|
version=0.15.1
|
||||||
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-openssl python3-psutil"
|
checkdepends="flake8 python3-pytest python3-openssl python3-psutil"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
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=2586ff9a081c4cbcc2e016e01d2ea343d3d510a09ff1975a151530bcc19e0ce3
|
checksum=a0aff7b8ca46b07c50f243a408351de05f731413acc37b9c25c560af824b08f5
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
PYTHONPATH="$(cd build/lib* && pwd)" python3 -m pytest -k 'not Test_UV_TCPSSL'
|
||||||
|
}
|
||||||
|
|
||||||
post_patch() {
|
post_patch() {
|
||||||
cat <<-EOF >> setup.cfg
|
cat <<-EOF >> setup.cfg
|
||||||
|
|
Loading…
Add table
Reference in a new issue