15 lines
510 B
Bash
15 lines
510 B
Bash
# Template file for 'python3-pylru'
|
|
pkgname=python3-pylru
|
|
version=1.2.0
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="${pkgname#*-}-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Least recently used (LRU) cache for Python"
|
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
|
license="GPL-2.0-only"
|
|
homepage="https://github.com/jlhutch/pylru"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=c4dcf175f6317539199434db13ffea0f642a52fac1e547e2e5f0866686fc9292
|