python3-async-lru: update to 2.0.4.

This commit is contained in:
Gonzalo Tornaría 2023-09-16 00:26:14 -03:00 committed by Duncan Overbruck
parent 7393ed76fb
commit 7112906182

View file

@ -1,6 +1,6 @@
# Template file for 'python3-async-lru' # Template file for 'python3-async-lru'
pkgname=python3-async-lru pkgname=python3-async-lru
version=2.0.2 version=2.0.4
revision=1 revision=1
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="python3-wheel" hostmakedepends="python3-wheel"
@ -11,9 +11,9 @@ short_desc="Simple LRU cache for asyncio"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>" maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="MIT" license="MIT"
homepage="https://github.com/aio-libs/async-lru" homepage="https://github.com/aio-libs/async-lru"
changelog="https://github.com/aio-libs/async-lru/blob/master/CHANGES.rst" changelog="https://raw.githubusercontent.com/aio-libs/async-lru/master/CHANGES.rst"
distfiles="${PYPI_SITE}/a/async-lru/async-lru-${version}.tar.gz" distfiles="${PYPI_SITE}/a/async-lru/async-lru-${version}.tar.gz"
checksum=3b87ec4f2460c52cc7916a0138cc606b584c75d1ef7d661853c95d1d3acb869a checksum=b8a59a5df60805ff63220b2a0c5b5393da5521b113cd5465a44eb037d81a5627
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE