mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-nest_asyncio: update to 1.6.0.
This commit is contained in:
parent
88598fd492
commit
5e2f01b9da
1 changed files with 3 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'python3-nest_asyncio'
|
# Template file for 'python3-nest_asyncio'
|
||||||
pkgname=python3-nest_asyncio
|
pkgname=python3-nest_asyncio
|
||||||
version=1.5.8
|
version=1.6.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools_scm python3-wheel"
|
hostmakedepends="python3-setuptools_scm python3-wheel"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-pytest"
|
checkdepends="python3-pytest"
|
||||||
short_desc="Python asyncio patch to allow nested event loops"
|
short_desc="Python asyncio patch to allow nested event loops"
|
||||||
maintainer="dkwo <nicolopiazzalunga@gmail.com>"
|
maintainer="dkwo <npiazza@disroot.org>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://github.com/erdewit/nest_asyncio"
|
homepage="https://github.com/erdewit/nest_asyncio"
|
||||||
distfiles="${PYPI_SITE}/n/nest_asyncio/nest_asyncio-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/n/nest_asyncio/nest_asyncio-${version}.tar.gz"
|
||||||
checksum=25aa2ca0d2a5b5531956b9e273b45cf664cae2b145101d73b86b199978d48fdb
|
checksum=6f172d5449aca15afd6c646851f4e31e02c598d553a667e38cafa997cfec55fe
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue