Date: Tuesday, October 25, 2022 @ 09:05:53 Author: alerque Revision: 1334723
upgpkg: python-isort 5.10.1-6; use poetry-core for PEP517 build Modified: python-isort/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-25 08:56:01 UTC (rev 1334722) +++ PKGBUILD 2022-10-25 09:05:53 UTC (rev 1334723) @@ -5,7 +5,7 @@ _pyname=isort pkgname=python-$_pyname pkgver=5.10.1 -pkgrel=5 +pkgrel=6 pkgdesc='A Python utility / library to sort Python imports' arch=(any) url="https://github.com/PyCQA/$_pyname" @@ -14,8 +14,8 @@ tomli) depends=(python "${_pydeps[@]/#/python-}") -makedepends=(python-{build,installer} - python-poetry) +makedepends=(python-{build,installer,wheel} + python-poetry-core) _pycheckdeps=(black hypothesis hypothesis-auto
