python3-pyxattr: update to 0.7.2.
This commit is contained in:
parent
0bc4d3f381
commit
f1fe262fef
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'python3-pyxattr'
|
# Template file for 'python3-pyxattr'
|
||||||
pkgname=python3-pyxattr
|
pkgname=python3-pyxattr
|
||||||
version=0.7.1
|
version=0.7.2
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="pyxattr-${version}"
|
wrksrc="pyxattr-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
@ -13,4 +13,8 @@ maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
|||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="http://pyxattr.k1024.org/"
|
homepage="http://pyxattr.k1024.org/"
|
||||||
distfiles="${PYPI_SITE}/p/pyxattr/pyxattr-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pyxattr/pyxattr-${version}.tar.gz"
|
||||||
checksum=965388dd629334e850aa989a67d2360ec8257cfe8f67d07c29f980d3152f2882
|
checksum=68477027e6d3310669f98aaef15393bfcd9b2823d7a7f00a6f1d91a3c971ae64
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
PYTHONPATH=$(cd build/lib* && pwd) python3 -m pytest
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user