From f1fe262fef60153ee7cf406d4adb9bc3cc0d9538 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Wed, 30 Dec 2020 19:56:31 +0100 Subject: [PATCH] python3-pyxattr: update to 0.7.2. --- srcpkgs/python3-pyxattr/template | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-pyxattr/template b/srcpkgs/python3-pyxattr/template index 61ad51014d3..170239f5f3d 100644 --- a/srcpkgs/python3-pyxattr/template +++ b/srcpkgs/python3-pyxattr/template @@ -1,7 +1,7 @@ # Template file for 'python3-pyxattr' pkgname=python3-pyxattr -version=0.7.1 -revision=2 +version=0.7.2 +revision=1 wrksrc="pyxattr-${version}" build_style=python3-module hostmakedepends="python3-setuptools" @@ -13,4 +13,8 @@ maintainer="Piotr Wójcik " license="LGPL-2.1-or-later" homepage="http://pyxattr.k1024.org/" distfiles="${PYPI_SITE}/p/pyxattr/pyxattr-${version}.tar.gz" -checksum=965388dd629334e850aa989a67d2360ec8257cfe8f67d07c29f980d3152f2882 +checksum=68477027e6d3310669f98aaef15393bfcd9b2823d7a7f00a6f1d91a3c971ae64 + +do_check() { + PYTHONPATH=$(cd build/lib* && pwd) python3 -m pytest +}