Date: Tuesday, October 25, 2022 @ 08:47:44
  Author: alerque
Revision: 1334707

upgpkg: python-cattrs 22.2.0-2; use poetry-core for PEP517 build

Modified:
  python-cattrs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-25 08:44:30 UTC (rev 1334706)
+++ PKGBUILD    2022-10-25 08:47:44 UTC (rev 1334707)
@@ -3,7 +3,7 @@
 pkgname=python-cattrs
 _pipname=${pkgname#python-}
 pkgver=22.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Complex custom class converters for attrs'
 arch=(any)
 url="https://github.com/Tinche/$_pipname";
@@ -12,7 +12,7 @@
          python-exceptiongroup
          python-attrs)
 makedepends=(python-{build,installer,wheel}
-             python-poetry)
+             python-poetry-core)
 # checkdepends=(python-pytest)
 _archive="$_pipname-$pkgver"
 
source=("https://files.pythonhosted.org/packages/source/${_pipname::1}/$_pipname/$_archive.tar.gz";)

Reply via email to