From 5439b787f0fb1636cb5ec4847dc6096e1ec5dd6c Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 1 Jun 2022 20:34:55 +0200 Subject: [PATCH] python3-dill: update to 0.3.5.1. --- srcpkgs/python3-dill/template | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-dill/template b/srcpkgs/python3-dill/template index e27236c340d..045c86d3714 100644 --- a/srcpkgs/python3-dill/template +++ b/srcpkgs/python3-dill/template @@ -1,6 +1,6 @@ # Template file for 'python3-dill' pkgname=python3-dill -version=0.3.4 +version=0.3.5.1 revision=1 wrksrc="dill-$version" build_style=python3-module @@ -10,5 +10,13 @@ short_desc="Serialize all of Python" maintainer="Michal Vasilek " license="BSD-3-Clause" homepage="https://dill.rtfd.io/" -distfiles="${PYPI_SITE}/d/dill/dill-${version}.zip" -checksum=9f9734205146b2b353ab3fec9af0070237b6ddae78452af83d2fca84d739e675 +distfiles="${PYPI_SITE}/d/dill/dill-${version}.tar.gz" +checksum=d75e41f3eff1eee599d738e76ba8f4ad98ea229db8b085318aa2b3333a208c86 + +do_check() { + PYTHONPATH=. python3 -m tests +} + +post_install() { + vlicense LICENSE +}