mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-aiofiles: update to 0.8.0.
This commit is contained in:
parent
c395dcf15a
commit
8c12849a80
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-aiofiles'
|
# Template file for 'python3-aiofiles'
|
||||||
pkgname=python3-aiofiles
|
pkgname=python3-aiofiles
|
||||||
version=0.7.0
|
version=0.8.0
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-poetry-core"
|
hostmakedepends="python3-poetry-core"
|
||||||
|
@ -13,7 +13,7 @@ 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=2baf8e70f95618214c4910730fd625bfaa4a8b8957838b34364b0a2c7d41db9e
|
checksum=1ee866ce57b47e2f5ae2c06c0372458a6eb08131a9b1d7216a234fa0d516d638
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
PYTHONPATH=src python3 -m pytest
|
PYTHONPATH=src python3 -m pytest
|
||||||
|
|
Loading…
Add table
Reference in a new issue