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

Caleb Maclennan alerque at gemini.archlinux.org
Mon Aug 22 11:08:55 UTC 2022


    Date: Monday, August 22, 2022 @ 11:08:55
  Author: alerque
Revision: 1274663

upgpkg: python-cattrs 22.1.0-2; add missing dep, closes FS#75405

Modified:
  python-cattrs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-22 10:56:23 UTC (rev 1274662)
+++ PKGBUILD	2022-08-22 11:08:55 UTC (rev 1274663)
@@ -1,14 +1,15 @@
 # Maintainer: Caleb Maclennan <caleb at alerque.com>
 
-_pipname=cattrs
-pkgname=python-${_pipname,,}
+pkgname=python-cattrs
+_pipname=${pkgname#python-}
 pkgver=22.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Complex custom class converters for attrs'
 arch=(any)
 url="https://github.com/Tinche/$_pipname"
 license=(MIT)
 depends=(python
+         python-exceptiongroup
          python-attrs)
 makedepends=(python-{build,installer,wheel}
              python-poetry)



More information about the arch-commits mailing list