Subject: CVS commit: pkgsrc/devel
From: Adam Ciarcinski
Date: 2023-08-26 16:10:39
Message id: 20230826141039.9F918FBDB@cvs.NetBSD.org

Log Message:
py-async-lru: added version 2.0.4

This package is a port of Python's built-in functools.lru_cache function for
asyncio. To better handle async behaviour, it also ensures multiple concurrent
calls will only result in 1 call to the wrapped function, with all awaits
receiving the result of that call when it completes.

Files:
RevisionActionfile
1.1addpkgsrc/devel/py-async-lru/DESCR
1.1addpkgsrc/devel/py-async-lru/Makefile
1.1addpkgsrc/devel/py-async-lru/PLIST
1.1addpkgsrc/devel/py-async-lru/distinfo