mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
python3-curio: update to 1.6.
This commit is contained in:
parent
f27919102a
commit
9ff12d746e
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3-curio'
|
||||
pkgname=python3-curio
|
||||
version=1.5
|
||||
revision=3
|
||||
version=1.6
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
|
@ -10,8 +10,9 @@ short_desc="Coroutine-based library for concurrent programming using async/await
|
|||
maintainer="Arjan Mossel <arjanmossel@gmail.com>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/dabeaz/curio"
|
||||
distfiles="${PYPI_SITE}/c/curio/curio-${version}.tar.gz"
|
||||
checksum=af08212e590bb7da8e4cc39c42012711494dc20d622f162155ba296cc2e3bc10
|
||||
changelog="https://raw.githubusercontent.com/dabeaz/curio/master/CHANGES"
|
||||
distfiles="https://github.com/dabeaz/curio/archive/${version}.tar.gz"
|
||||
checksum=8bf9f1fa8b16f8f9f202c9c7d7189f3757ecc38e3823a0afa363b59acb087123
|
||||
|
||||
do_check() {
|
||||
# CI container has different privileges than expected in test_errors()
|
||||
|
|
Loading…
Add table
Reference in a new issue