mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
python3-py7zr: update to 1.0.0
This commit is contained in:
parent
db3791bdf6
commit
9cbc022175
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-py7zr'
|
||||
pkgname=python3-py7zr
|
||||
version=0.22.0
|
||||
version=1.0.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
# - test_concurrent.py fails on timeout. This test downloads several different
|
||||
|
@ -14,11 +14,11 @@ depends="python3-texttable python3-pycryptodomex python3-Brotli python3-psutil
|
|||
python3-pyzstd python3-pyppmd python3-pybcj python3-multivolumefile
|
||||
python3-inflate64"
|
||||
checkdepends="python3-pytest python3-pytest-timeout python3-pytest-benchmark
|
||||
python3-py-cpuinfo $depends"
|
||||
python3-py-cpuinfo python3-requests python3-pytest-httpserver $depends"
|
||||
short_desc="7zip in python3 with various compressions, and AES encryption"
|
||||
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://github.com/miurahr/py7zr"
|
||||
changelog="https://raw.githubusercontent.com/miurahr/py7zr/master/docs/Changelog.rst"
|
||||
distfiles="${PYPI_SITE}/p/py7zr/py7zr-${version}.tar.gz"
|
||||
checksum=c6c7aea5913535184003b73938490f9a4d8418598e533f9ca991d3b8e45a139e
|
||||
checksum=f6bfee81637c9032f6a9f0eb045a4bfc7a7ff4138becfc42d7cb89b54ffbfef1
|
||||
|
|
Loading…
Add table
Reference in a new issue