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