21 lines
696 B
Bash
21 lines
696 B
Bash
# Template file for 'python3-async-lru'
|
|
pkgname=python3-async-lru
|
|
version=2.0.4
|
|
revision=2
|
|
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 <tornaria@cmat.edu.uy>"
|
|
license="MIT"
|
|
homepage="https://github.com/aio-libs/async-lru"
|
|
changelog="https://raw.githubusercontent.com/aio-libs/async-lru/master/CHANGES.rst"
|
|
distfiles="${PYPI_SITE}/a/async-lru/async-lru-${version}.tar.gz"
|
|
checksum=b8a59a5df60805ff63220b2a0c5b5393da5521b113cd5465a44eb037d81a5627
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|