void-packages/srcpkgs/python3-sniffio/template

19 lines
619 B
Bash

# Template file for 'python3-sniffio'
pkgname=python3-sniffio
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"
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=f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc
post_install() {
vlicense LICENSE
}