void-packages/srcpkgs/python3-async_generator/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

21 lines
770 B
Bash

# Template file for 'python3-async_generator'
pkgname=python3-async_generator
version=1.10
revision=1
archs=noarch
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="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0, MIT"
homepage="https://github.com/python-trio/async_generator"
changelog="https://raw.githubusercontent.com/python-trio/async_generator/master/docs/source/history.rst"
distfiles="https://github.com/python-trio/async_generator/archive/v${version}.tar.gz"
checksum=7b61d78c5bb14fb89e5d67b58755033f234bb411e71924820d5a23e087de4535
post_install() {
vlicense LICENSE.MIT
}