void-packages/srcpkgs/python3-anyio/template

21 lines
616 B
Bash
Raw Normal View History

2021-05-14 15:51:34 +00:00
# Template file for 'python3-anyio'
pkgname=python3-anyio
2021-06-19 14:04:58 +00:00
version=3.2.0
2021-05-14 15:51:34 +00:00
revision=1
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"
2021-06-19 14:04:58 +00:00
checksum=41c4be842c284222b197a625d76a7ab85adf9d52788f563172fe180c2744b6c1
2021-05-14 15:51:34 +00:00
# Tests require unpackaged "trustme"
make_check=no
post_install() {
vlicense LICENSE
}