From 0f8a724fa6acd690bbd8636f1a0c7e2bb48c9384 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sun, 11 Dec 2022 18:25:07 +0100 Subject: [PATCH] python3-dill: update to 0.3.6. --- srcpkgs/python3-dill/template | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-dill/template b/srcpkgs/python3-dill/template index a6aaf1107d4..41650907677 100644 --- a/srcpkgs/python3-dill/template +++ b/srcpkgs/python3-dill/template @@ -1,7 +1,7 @@ # Template file for 'python3-dill' pkgname=python3-dill -version=0.3.5.1 -revision=2 +version=0.3.6 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3" @@ -10,12 +10,14 @@ maintainer="Michal Vasilek " license="BSD-3-Clause" homepage="https://dill.rtfd.io/" distfiles="${PYPI_SITE}/d/dill/dill-${version}.tar.gz" -checksum=d75e41f3eff1eee599d738e76ba8f4ad98ea229db8b085318aa2b3333a208c86 +checksum=e5db55f3687856d8fbdab002ed78544e1c4559a130302693d839dfe8f93f2373 do_check() { - PYTHONPATH=. python3 -m tests + # "failing" in the output seems to be known https://github.com/uqfoundation/dill/issues/575 + PYTHONPATH=build/lib python3 dill/tests/__main__.py } post_install() { + rm -r ${DESTDIR}/${py3_sitelib}/dill/tests vlicense LICENSE }