mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-aiofiles: update to 23.2.1.
This commit is contained in:
parent
195fea1c35
commit
8f7a07dfd1
1 changed files with 3 additions and 7 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'python3-aiofiles'
|
# Template file for 'python3-aiofiles'
|
||||||
pkgname=python3-aiofiles
|
pkgname=python3-aiofiles
|
||||||
version=23.1.0
|
version=23.2.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-poetry-core"
|
hostmakedepends="hatchling"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-pytest-asyncio"
|
checkdepends="python3-pytest-asyncio"
|
||||||
short_desc="File support for asyncio in Python"
|
short_desc="File support for asyncio in Python"
|
||||||
|
@ -12,8 +12,4 @@ license="Apache-2.0"
|
||||||
homepage="https://github.com/Tinche/aiofiles"
|
homepage="https://github.com/Tinche/aiofiles"
|
||||||
changelog="https://raw.githubusercontent.com/Tinche/aiofiles/master/README.rst"
|
changelog="https://raw.githubusercontent.com/Tinche/aiofiles/master/README.rst"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=0495ba2c4b28c6e6845e3186b7d77306cb656f0cf711eb98c048064357341fec
|
checksum=0eb90fd1986d3ebb0c744c439fc5d539d799b140ee5b42f121ff15bf3dc3879d
|
||||||
|
|
||||||
do_check() {
|
|
||||||
PYTHONPATH=src python3 -m pytest
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue