19 lines
564 B
Bash
19 lines
564 B
Bash
# Template file for 'python3-cachetools'
|
|
pkgname=python3-cachetools
|
|
version=4.2.1
|
|
revision=1
|
|
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=f469e29e7aa4cff64d8de4aad95ce76de8ea1125a16c68e0d93f65c3c3dc92e9
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|