From 5af0432090b6f8bd490a9f02871d107d47e13d78 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 5 Jun 2021 23:46:17 -0400 Subject: [PATCH] python3-sortedcontainers: update to 2.4.0. --- srcpkgs/python3-sortedcontainers/template | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/srcpkgs/python3-sortedcontainers/template b/srcpkgs/python3-sortedcontainers/template index bde58e58078..059447e2b1a 100644 --- a/srcpkgs/python3-sortedcontainers/template +++ b/srcpkgs/python3-sortedcontainers/template @@ -1,18 +1,15 @@ # Template file for 'python3-sortedcontainers' pkgname=python3-sortedcontainers -version=2.3.0 +version=2.4.0 revision=1 wrksrc="sortedcontainers-${version}" build_style=python3-module -pycompile_module="sortedcontainers" hostmakedepends="python3-setuptools" short_desc="Sorted List, Sorted Dict, Sorted Set" maintainer="Orphaned " license="Apache-2.0" homepage="http://www.grantjenks.com/docs/sortedcontainers/" distfiles="${PYPI_SITE}/s/sortedcontainers/sortedcontainers-${version}.tar.gz" -checksum=59cc937650cf60d677c16775597c89a960658a09cf7c1a668f86e1e4464b10a1 - -do_check() { - : package defines no tests -} +checksum=25caa5a06cc30b6b83d11423433f65d1f9d76c4c6a0c90e3379eaa43b9bfdb88 +# Package defines no tests +make_check=no