diff --git a/srcpkgs/python3-pyzmq/template b/srcpkgs/python3-pyzmq/template index 2e974e985bf..399207ddbce 100644 --- a/srcpkgs/python3-pyzmq/template +++ b/srcpkgs/python3-pyzmq/template @@ -1,6 +1,6 @@ # Template file for 'python3-pyzmq' pkgname=python3-pyzmq -version=25.0.0 +version=25.0.1 revision=1 build_style=python3-module make_build_args="--zmq=${XBPS_CROSS_BASE}/usr" @@ -14,7 +14,7 @@ license="LGPL-3.0-or-later, BSD-3-Clause" homepage="https://pyzmq.readthedocs.io/" changelog="https://pyzmq.readthedocs.io/en/latest/changelog.html" distfiles="${PYPI_SITE}/p/pyzmq/pyzmq-${version}.tar.gz" -checksum=f330a1a2c7f89fd4b0aa4dcb7bf50243bf1c8da9a2f1efc31daf57a2046b31f2 +checksum=44a24f7ce44e70d20e2a4c9ba5af70b4611df7a4b920eed2c8e0bdd5a5af225f pre_build() { cat > setup.cfg <<-EOF @@ -24,15 +24,12 @@ pre_build() { } do_check() { - ( - cd build/lib* && \ - python3 -m pytest zmq/tests \ - -k 'not test_cython' \ - --ignore zmq/tests/test_auth.py \ - --ignore zmq/tests/test_zmqstream.py - ) + cd build/lib* + python3 -m pytest zmq/tests -k 'not test_cython' \ + --ignore zmq/tests/test_auth.py \ + --ignore zmq/tests/test_zmqstream.py } post_install() { - vlicense COPYING.BSD + vlicense LICENSE.BSD }