mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
python3-async_generator: update to 1.10.
This commit is contained in:
parent
db010bbf81
commit
0fd1f955f5
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,8 @@
|
||||||
# Template file for 'python3-async_generator'
|
# Template file for 'python3-async_generator'
|
||||||
pkgname=python3-async_generator
|
pkgname=python3-async_generator
|
||||||
version=1.9
|
version=1.10
|
||||||
revision=1
|
revision=1
|
||||||
|
noarch=yes
|
||||||
wrksrc="async_generator-${version}"
|
wrksrc="async_generator-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="async_generator"
|
pycompile_module="async_generator"
|
||||||
|
@ -11,9 +12,9 @@ short_desc="Async generators and context managers for Python3.5+"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="Apache-2.0, MIT"
|
license="Apache-2.0, MIT"
|
||||||
homepage="https://github.com/python-trio/async_generator"
|
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"
|
distfiles="https://github.com/python-trio/async_generator/archive/v${version}.tar.gz"
|
||||||
checksum=942d0de4ad4e3b66d7cce4cbed29f7307111aad98599d4ebf01b9f3ebfd10be0
|
checksum=7b61d78c5bb14fb89e5d67b58755033f234bb411e71924820d5a23e087de4535
|
||||||
noarch=yes
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.MIT
|
vlicense LICENSE.MIT
|
||||||
|
|
Loading…
Add table
Reference in a new issue