Date: Tuesday, October 25, 2022 @ 17:54:31 Author: jelle Revision: 1334808
Depend on poetry-core for building Modified: mitmproxy2swagger/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-25 17:44:39 UTC (rev 1334807) +++ PKGBUILD 2022-10-25 17:54:31 UTC (rev 1334808) @@ -2,19 +2,19 @@ pkgname=mitmproxy2swagger pkgver=0.7.0 -pkgrel=1 +pkgrel=2 pkgdesc='Automagically reverse-engineer REST APIs via capturing traffic' url='https://github.com/alufers/mitmproxy2swagger' arch=('any') license=('MIT') depends=(python mitmproxy python-ruamel-yaml python-json-stream) -makedepends=(python-installer python-poetry) +makedepends=(python-build python-installer python-wheel python-poetry-core) source=(https://github.com/alufers/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz) b2sums=('57ca77964ae6a74b45fc2ca61e121f25f412701335ef976da4cdd3e788489de2fbb45db049330d658ceb8ef2844948743b09ddc804d079050da902eafda7e1c8') build() { cd ${pkgname}-${pkgver} - poetry build --format wheel + python -m build --wheel --no-isolation } package() {
