From 327e72ecd6d8910ddd0037c2122c7ec26cdbdbb9 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Tue, 15 Feb 2022 08:50:31 -0500 Subject: [PATCH] python3-frozendict: update to 2.3.0. --- srcpkgs/python3-frozendict/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-frozendict/template b/srcpkgs/python3-frozendict/template index f6e3b666139..a212fa1c7c8 100644 --- a/srcpkgs/python3-frozendict/template +++ b/srcpkgs/python3-frozendict/template @@ -1,10 +1,11 @@ # Template file for 'python3-frozendict' pkgname=python3-frozendict -version=2.1.1 +version=2.3.0 revision=1 wrksrc="frozendict-${version}" build_style=python3-module hostmakedepends="python3-setuptools" +makedepends="python3-devel" depends="python3" checkdepends="python3-pytest" short_desc="Immutable mapping for Python3" @@ -12,7 +13,7 @@ maintainer="Joel Beckmeyer " license="LGPL-3.0-only" homepage="https://github.com/Marco-Sulla/python-frozendict" distfiles="${PYPI_SITE}/f/frozendict/frozendict-${version}.tar.gz" -checksum=655b879217dd445a2023e16154cc231febef802b5c812d5c2e822280ad69e1dc +checksum=da4231adefc5928e7810da2732269d3ad7b5616295b3e693746392a8205ea0b5 do_check() { PYTHONPATH="$(cd build/lib* && pwd)" pytest3