Date: Tuesday, November 1, 2022 @ 20:35:49 Author: felixonmars Revision: 1340316
upgpkg: python-pytest-isort 3.1.0-1 Modified: python-pytest-isort/trunk/PKGBUILD ----------+ PKGBUILD | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-01 20:34:49 UTC (rev 1340315) +++ PKGBUILD 2022-11-01 20:35:49 UTC (rev 1340316) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-pytest-isort -pkgver=3.0.0 -pkgrel=2 +pkgver=3.1.0 +pkgrel=1 pkgdesc='pytest plugin to perform isort checks (import ordering)' arch=('any') license=('BSD') @@ -9,16 +9,9 @@ url='https://github.com/moccu/pytest-isort' depends=('python-pytest' 'python-isort') makedepends=('python-build' 'python-installer' 'python-poetry-core') -source=("https://github.com/moccu/pytest-isort/archive/$pkgver/$pkgname-$pkgver.tar.gz" - $pkgname-poetry-core.patch::https://github.com/stephrdev/pytest-isort/commit/a36c16ecbf454cc25f8564aa39fe652808f56d3f.patch) -sha512sums=('d1efae99da70c324bff078d2a9182dcfac715da2f9297c572b4d220d8b1701a7254d8042aa63b247ca38f1c4eba298b48e884f56989848d2afe419e7fdb0186a' - '2ff2f802a50d78376bfb80c5eac387dfd4e6a3832b26f2312bc7c6e527fa585a9c8b4400ecabcc1ee9c1b306b9e72466677fd9b1ba2cd63bbe5b648e7cc63f09') +source=("https://github.com/moccu/pytest-isort/archive/$pkgver/$pkgname-$pkgver.tar.gz") +sha512sums=('a01799b832783301818aba5d441cdb9167a367e2c434df9790e4b2d839a9cdab03683736f43339a07ef4444ca0bddfb1b6cd503db170b6544f8c14617e7398df') -prepare() { - cd pytest-isort-$pkgver - patch -p1 -i ../$pkgname-poetry-core.patch -} - build() { cd pytest-isort-$pkgver python -m build -nw
