void-packages/srcpkgs/python3-anyio/template
2021-10-09 08:00:33 -04:00

21 lines
601 B
Bash

# Template file for 'python3-anyio'
pkgname=python3-anyio
version=3.3.1
revision=2
wrksrc=anyio-${version}
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
depends="python3-sniffio python3-idna"
short_desc="High level asynchronous concurrency and networking framework"
maintainer="dkwo <nicolopiazzalunga@gmail.com>"
license="MIT"
homepage="https://github.com/agronholm/anyio"
distfiles="${PYPI_SITE}/a/anyio/anyio-${version}.tar.gz"
checksum=85913b4e2fec030e8c72a8f9f98092eeb9e25847a6e00d567751b77e34f856fe
# Tests not supported
make_check=no
post_install() {
vlicense LICENSE
}