python3-pyxattr: update to 0.7.2.

This commit is contained in:
Piotr Wójcik 2020-12-30 19:56:31 +01:00
parent 0bc4d3f381
commit f1fe262fef

View file

@ -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 <chocimier@tlen.pl>"
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
}