From c60269214e172a53bccc8b95886f8c965a502ca5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Wed, 17 Jan 2024 12:26:47 -0300 Subject: [PATCH] python3-cachetools: update to 5.3.2, adopt. --- srcpkgs/python3-cachetools/template | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/srcpkgs/python3-cachetools/template b/srcpkgs/python3-cachetools/template index f05bb43ccb0..5a737d29a9e 100644 --- a/srcpkgs/python3-cachetools/template +++ b/srcpkgs/python3-cachetools/template @@ -1,16 +1,18 @@ # Template file for 'python3-cachetools' pkgname=python3-cachetools -version=4.2.4 -revision=4 -build_style=python3-module -hostmakedepends="python3-setuptools" +version=5.3.2 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-setuptools python3-wheel" depends="python3" +checkdepends="python3-pytest" short_desc="Python3 extensible memoizing collections and decorators" -maintainer="Orphaned " +maintainer="Gonzalo TornarĂ­a " license="MIT" homepage="https://github.com/tkem/cachetools/" +changelog="https://raw.githubusercontent.com/tkem/cachetools/master/CHANGELOG.rst" distfiles="${PYPI_SITE}/c/cachetools/cachetools-${version}.tar.gz" -checksum=89ea6f1b638d5a73a4f9226be57ac5e4f399d22770b92355f92dcb0f7f001693 +checksum=086ee420196f7b2ab9ca2db2520aca326318b68fe5ba8bc4d49cca91add450f2 post_install() { vlicense LICENSE