17 lines
601 B
Bash
17 lines
601 B
Bash
# Template file for 'python3-async-timeout'
|
|
pkgname=python3-async-timeout
|
|
version=2.0.0
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="async-timeout-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="async_timeout"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Timeout context manager for asyncio programs"
|
|
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/aio-libs/async-timeout"
|
|
distfiles="https://github.com/aio-libs/async-timeout/archive/v${version}.tar.gz"
|
|
checksum=6209cdbaacdd592978f53e4c9466a423e72f26c226a15d0d46791f856aca1a0f
|