python3-cachetools: update to 4.1.1.

This commit is contained in:
Peter Bui 2020-09-05 10:02:14 -04:00 committed by Andrew J. Hesford
parent 923906d27e
commit 9bab8ac4a2

View file

@ -1,8 +1,7 @@
# Template file for 'python3-cachetools' # Template file for 'python3-cachetools'
pkgname=python3-cachetools pkgname=python3-cachetools
version=4.1.0 version=4.1.1
revision=1 revision=1
archs=noarch
wrksrc="cachetools-${version}" wrksrc="cachetools-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
@ -12,7 +11,7 @@ maintainer="Peter Bui <pbui@github.bx612.space>"
license="MIT" license="MIT"
homepage="https://github.com/tkem/cachetools/" homepage="https://github.com/tkem/cachetools/"
distfiles="${PYPI_SITE}/c/cachetools/cachetools-${version}.tar.gz" distfiles="${PYPI_SITE}/c/cachetools/cachetools-${version}.tar.gz"
checksum=1d057645db16ca7fe1f3bd953558897603d6f0b9c51ed9d11eb4d071ec4e2aab checksum=bbaa39c3dede00175df2dc2b03d0cf18dd2d32a7de7beb68072d13043c9edb20
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE