18 lines
529 B
Bash
18 lines
529 B
Bash
# Template file for 'python3-cachetools'
|
|
pkgname=python3-cachetools
|
|
version=4.2.4
|
|
revision=3
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Python3 extensible memoizing collections and decorators"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/tkem/cachetools/"
|
|
distfiles="${PYPI_SITE}/c/cachetools/cachetools-${version}.tar.gz"
|
|
checksum=89ea6f1b638d5a73a4f9226be57ac5e4f399d22770b92355f92dcb0f7f001693
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|