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

Felix Yan felixonmars at gemini.archlinux.org
Wed Jun 8 12:10:08 UTC 2022


    Date: Wednesday, June 8, 2022 @ 12:10:08
  Author: felixonmars
Revision: 1229245

upgpkg: python-zipp 3.8.0-2: fix jaraco dependency

Modified:
  python-zipp/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-08 12:01:22 UTC (rev 1229244)
+++ PKGBUILD	2022-06-08 12:10:08 UTC (rev 1229245)
@@ -2,7 +2,7 @@
 
 pkgname=python-zipp
 pkgver=3.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Pathlib-compatible object wrapper for zip files"
 url="https://github.com/jaraco/zipp"
 license=('MIT')
@@ -9,7 +9,7 @@
 arch=('any')
 depends=('python')
 makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 'python-toml' 'python-wheel')
-checkdepends=('python-jaraco' 'python-func-timeout')
+checkdepends=('python-jaraco.itertools' 'python-func-timeout')
 source=("https://github.com/jaraco/zipp/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
 sha512sums=('25a8f78be5dbfaacdd39f0492958486aa2a5a7eb1af3724e484676fb69eeb97ca558add0d5fa1f281a11cc410f67dc3959affe903a472b0bdbc78eb753096ef0')
 



More information about the arch-commits mailing list