mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-py7zr: update to 0.18.3.
enable tests by ignoring/disabling pytest-benchmark Closes: #36538 [via git-merge-pr]
This commit is contained in:
parent
52f88dd53a
commit
465e83587a
1 changed files with 6 additions and 7 deletions
|
@ -1,20 +1,19 @@
|
||||||
# Template file for 'python3-py7zr'
|
# Template file for 'python3-py7zr'
|
||||||
pkgname=python3-py7zr
|
pkgname=python3-py7zr
|
||||||
version=0.16.4
|
version=0.18.3
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="py7zr-${version}"
|
wrksrc="py7zr-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
make_check_args="--ignore=tests/test_benchmark.py --noconftest"
|
||||||
hostmakedepends="python3-setuptools_scm"
|
hostmakedepends="python3-setuptools_scm"
|
||||||
depends="python3-texttable python3-pycryptodomex
|
depends="python3-texttable python3-pycryptodomex
|
||||||
python3-Brotli python3-pyzstd python3-pyppmd python3-pybcj
|
python3-Brotli python3-pyzstd python3-pyppmd python3-pybcj
|
||||||
python3-multivolumefile"
|
python3-multivolumefile python3-zipfile-deflate64"
|
||||||
|
checkdepends="python3-pytest python3-pytest-timeout python3-py-cpuinfo $depends"
|
||||||
short_desc="7zip in python3 with various compressions, and AES encryption"
|
short_desc="7zip in python3 with various compressions, and AES encryption"
|
||||||
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://github.com/miurahr/py7zr"
|
homepage="https://github.com/miurahr/py7zr"
|
||||||
changelog="https://raw.githubusercontent.com/miurahr/py7zr/master/Changelog.rst"
|
changelog="https://raw.githubusercontent.com/miurahr/py7zr/master/Changelog.rst"
|
||||||
distfiles="${PYPI_SITE}/p/py7zr/py7zr-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/py7zr/py7zr-${version}.tar.gz"
|
||||||
checksum=9b584dcd71b0e8c385cc66ae8e370bdbc29d1f07139d5cee770dc221fa338cf9
|
checksum=d5bdc81536316f209a3ca4e1ce6e2ef11d8a519d613be47bcdd084bf655f400f
|
||||||
# testing requires unpackaged modules:
|
|
||||||
# pyannotate_runtime, pytest-benchmark, pytest-remotedata, pytest-profiling
|
|
||||||
make_check=no
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue