Date: Tuesday, October 25, 2022 @ 08:48:31 Author: alerque Revision: 1334711
upgpkg: python-clikit 0.6.2-8; use poetry-core for PEP517 build Modified: python-clikit/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-25 08:48:09 UTC (rev 1334710) +++ PKGBUILD 2022-10-25 08:48:31 UTC (rev 1334711) @@ -4,7 +4,7 @@ _pkgname=clikit pkgname=python-clikit pkgver=0.6.2 -pkgrel=7 +pkgrel=8 pkgdesc='clikit allows you to create beautiful and testable command-line interfaces' arch=(any) url="https://github.com/sdispater/${_pkgname}" @@ -13,8 +13,8 @@ python-pastel python-pylev python-typing_extensions) -makedepends=(python-{build,installer} - python-poetry) +makedepends=(python-{build,installer,wheel} + python-poetry-core) checkdepends=(python-pytest-mock) _archive="$_pkgname-$pkgver" source=("$url/archive/$pkgver/$_archive.tar.gz")
