21 lines
665 B
Bash
21 lines
665 B
Bash
# Template file for 'python3-async_generator'
|
|
pkgname=python3-async_generator
|
|
version=1.9
|
|
revision=1
|
|
wrksrc="async_generator-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="async_generator"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Async generators and context managers for Python3.5+"
|
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|
license="Apache-2.0, MIT"
|
|
homepage="https://github.com/python-trio/async_generator"
|
|
distfiles="https://github.com/python-trio/async_generator/archive/v${version}.tar.gz"
|
|
checksum=942d0de4ad4e3b66d7cce4cbed29f7307111aad98599d4ebf01b9f3ebfd10be0
|
|
noarch=yes
|
|
|
|
post_install() {
|
|
vlicense LICENSE.MIT
|
|
}
|