mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
python3-nest_asyncio: update to 1.5.6.
This commit is contained in:
parent
6b9795e0b6
commit
25b521f4cf
1 changed files with 5 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'python3-nest_asyncio'
|
||||
pkgname=python3-nest_asyncio
|
||||
version=1.5.4
|
||||
revision=2
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools_scm"
|
||||
version=1.5.6
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools_scm python3-wheel"
|
||||
depends="python3"
|
||||
checkdepends="python3-pytest"
|
||||
short_desc="Python asyncio patch to allow nested event loops"
|
||||
|
@ -11,7 +11,7 @@ maintainer="dkwo <nicolopiazzalunga@gmail.com>"
|
|||
license="BSD-2-Clause"
|
||||
homepage="https://github.com/erdewit/nest_asyncio"
|
||||
distfiles="${PYPI_SITE}/n/nest_asyncio/nest_asyncio-${version}.tar.gz"
|
||||
checksum=f969f6013a16fadb4adcf09d11a68a4f617c6049d7af7ac2c676110169a63abd
|
||||
checksum=d267cc1ff794403f7df692964d1d2a3fa9418ffea2a3f6859a439ff482fef290
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue