21 lines
601 B
Bash
21 lines
601 B
Bash
# Template file for 'python3-anyio'
|
|
pkgname=python3-anyio
|
|
version=3.5.0
|
|
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"
|
|
checksum=a0aeffe2fb1fdf374a8e4b471444f0f3ac4fb9f5a5b542b48824475e0042a5a6
|
|
# Tests not supported
|
|
make_check=no
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|