[arch-commits] Commit in python-py7zr/trunk (PKGBUILD)

Caleb Maclennan alerque at gemini.archlinux.org
Sat Apr 30 10:07:24 UTC 2022


    Date: Saturday, April 30, 2022 @ 10:07:23
  Author: alerque
Revision: 1191888

upgpkg: python-py7zr 0.18.5-1

Modified:
  python-py7zr/trunk/PKGBUILD

----------+
 PKGBUILD |   21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-30 09:56:20 UTC (rev 1191887)
+++ PKGBUILD	2022-04-30 10:07:23 UTC (rev 1191888)
@@ -3,19 +3,22 @@
 
 pkgname=python-py7zr
 _pyname=${pkgname#python-}
-pkgver=0.18.4
+pkgver=0.18.5
 pkgrel=1
 pkgdesc='Pure python 7-zip library'
 arch=(any)
 url="https://github.com/miurahr/${_pyname}"
 license=(LGPL)
-depends=(python-pycryptodomex
-         python-texttable
-         python-multivolumefile
-         python-pyppmd
-         python-pyzstd
-         python-brotlicffi
-         python-zipfile-deflate64)
+_pydeps=(brotlicffi
+         psutil
+         multivolumefile
+         pycryptodomex
+         pyppmd
+         pyzstd
+         texttable
+         zipfile-deflate64)
+depends=(python
+         "${_pydeps[@]/#/python-}")
 optdepends=('python-zstandard: zstd compression')
 makedepends=(python-{build,installer}
              python-setuptools-scm
@@ -27,7 +30,7 @@
               python-py-cpuinfo)
 _archive="$_pyname-$pkgver"
 source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz")
-sha256sums=('6986e90ca4ca1f4999d57987a54d891673c9f8befa02c9c6cd8201893a17442c')
+sha256sums=('81ebb10619739764c2d80ef222e5845373ce84523183371ae9cd88e0df908929')
 
 build(){
 	cd "$_archive"



More information about the arch-commits mailing list