20 lines
891 B
Bash
20 lines
891 B
Bash
# Template file for 'python3-py7zr'
|
|
pkgname=python3-py7zr
|
|
version=0.18.4
|
|
revision=1
|
|
wrksrc="py7zr-${version}"
|
|
build_style=python3-module
|
|
make_check_args="--ignore=tests/test_benchmark.py --noconftest"
|
|
hostmakedepends="python3-setuptools_scm"
|
|
depends="python3-texttable python3-pycryptodomex
|
|
python3-Brotli python3-pyzstd python3-pyppmd python3-pybcj
|
|
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"
|
|
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/Changelog.rst"
|
|
distfiles="${PYPI_SITE}/p/py7zr/py7zr-${version}.tar.gz"
|
|
checksum=6986e90ca4ca1f4999d57987a54d891673c9f8befa02c9c6cd8201893a17442c
|