[arch-commits] Commit in python-py7zr/trunk (PKGBUILD)
Caleb Maclennan
alerque at gemini.archlinux.org
Thu Jul 7 07:46:49 UTC 2022
Date: Thursday, July 7, 2022 @ 07:46:49
Author: alerque
Revision: 1247590
upgpkg: python-py7zr 0.19.0-1
Modified:
python-py7zr/trunk/PKGBUILD
----------+
PKGBUILD | 23 ++++++++++++-----------
1 file changed, 12 insertions(+), 11 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-07-07 07:42:36 UTC (rev 1247589)
+++ PKGBUILD 2022-07-07 07:46:49 UTC (rev 1247590)
@@ -3,34 +3,35 @@
pkgname=python-py7zr
_pyname=${pkgname#python-}
-pkgver=0.18.5
+pkgver=0.19.0
pkgrel=1
pkgdesc='Pure python 7-zip library'
arch=(any)
url="https://github.com/miurahr/${_pyname}"
license=(LGPL)
-_pydeps=(brotlicffi
+_pydeps=(brotli
+ brotlicffi
psutil
multivolumefile
+ pybcj
pycryptodomex
pyppmd
pyzstd
texttable
- zipfile-deflate64)
+ inflate64)
depends=(python
"${_pydeps[@]/#/python-}")
optdepends=('python-zstandard: zstd compression')
-makedepends=(python-{build,installer}
- python-setuptools-scm
- python-wheel)
-checkdepends=(python-pytest-benchmark
- python-pytest-timeout
+makedepends=(python-{build,installer,wheel}
+ python-setuptools-scm)
+checkdepends=(p7zip
pyannotate
- p7zip
- python-py-cpuinfo)
+ python-py-cpuinfo
+ python-pytest-benchmark
+ python-pytest-timeout)
_archive="$_pyname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz")
-sha256sums=('81ebb10619739764c2d80ef222e5845373ce84523183371ae9cd88e0df908929')
+sha256sums=('cca9179c72430cbf8575ea22686344c351a14bf335c12c90e5db3628d93281a1')
build(){
cd "$_archive"
More information about the arch-commits
mailing list