New package: python3-async_generator-1.8.
Closes: #12775 [via git-merge-pr]
This commit is contained in:
parent
4b49c6cc84
commit
88119e9871
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-async_generator/template
Normal file
20
srcpkgs/python3-async_generator/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'python3-async_generator'
|
||||||
|
pkgname=python3-async_generator
|
||||||
|
version=1.8
|
||||||
|
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=4e5558912b5a7d142d4740a54f2e731e6492a5859e5cfcc166190c612de77874
|
||||||
|
noarch=yes
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.txt
|
||||||
|
}
|
Loading…
Reference in a new issue