mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 00:57:01 +02:00
python3-sniffio: update to 1.3.1.
This commit is contained in:
parent
a449d4262f
commit
3c6654318d
1 changed files with 5 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'python3-sniffio'
|
||||
pkgname=python3-sniffio
|
||||
version=1.3.0
|
||||
revision=2
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
version=1.3.1
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools_scm python3-wheel"
|
||||
depends="python3"
|
||||
checkdepends="python3-pytest python3-pytest-cov python3-curio"
|
||||
short_desc="Sniff out which async library your code is running under"
|
||||
|
@ -11,7 +11,7 @@ maintainer="Arjan Mossel <arjanmossel@gmail.com>"
|
|||
license="Apache-2.0, MIT"
|
||||
homepage="https://github.com/python-trio/sniffio"
|
||||
distfiles="${PYPI_SITE}/s/sniffio/sniffio-${version}.tar.gz"
|
||||
checksum=e60305c5e5d314f5389259b7f22aaa33d8f7dee49763119234af3755c55b9101
|
||||
checksum=f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue