From f65ce1fe8e64312e9e54a62df1897e8e4d8345f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Sun, 28 May 2023 00:07:40 -0300 Subject: [PATCH] New package: python3-async-lru-2.0.2 --- srcpkgs/python3-async-lru/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python3-async-lru/template diff --git a/srcpkgs/python3-async-lru/template b/srcpkgs/python3-async-lru/template new file mode 100644 index 00000000000..130589174c1 --- /dev/null +++ b/srcpkgs/python3-async-lru/template @@ -0,0 +1,20 @@ +# Template file for 'python3-async-lru' +pkgname=python3-async-lru +version=2.0.2 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-wheel" +depends="python3-typing_extensions" +checkdepends="$depends python3-pytest-asyncio python3-pytest-cov + python3-pytest-timeout" +short_desc="Simple LRU cache for asyncio" +maintainer="Gonzalo TornarĂ­a " +license="MIT" +homepage="https://github.com/aio-libs/async-lru" +changelog="https://github.com/aio-libs/async-lru/blob/master/CHANGES.rst" +distfiles="${PYPI_SITE}/a/async-lru/async-lru-${version}.tar.gz" +checksum=3b87ec4f2460c52cc7916a0138cc606b584c75d1ef7d661853c95d1d3acb869a + +post_install() { + vlicense LICENSE +}