void-packages/srcpkgs/python3-sniffio/template

19 lines
601 B
Bash

# Template file for 'python3-sniffio'
pkgname=python3-sniffio
version=1.3.0
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-pytest python3-pytest-cov python3-curio"
short_desc="Sniff out which async library your code is running under"
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
post_install() {
vlicense LICENSE
}