19 lines
564 B
Bash
19 lines
564 B
Bash
# Template file for 'python3-cachetools'
|
|
pkgname=python3-cachetools
|
|
version=4.2.4
|
|
revision=2
|
|
wrksrc="cachetools-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Python3 extensible memoizing collections and decorators"
|
|
maintainer="Peter Bui <pbui@github.bx612.space>"
|
|
license="MIT"
|
|
homepage="https://github.com/tkem/cachetools/"
|
|
distfiles="${PYPI_SITE}/c/cachetools/cachetools-${version}.tar.gz"
|
|
checksum=89ea6f1b638d5a73a4f9226be57ac5e4f399d22770b92355f92dcb0f7f001693
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|