Date: Friday, January 6, 2023 @ 15:21:55 Author: felixonmars Revision: 1378630
upgpkg: python-yaspin 2.3.0-1 Modified: python-yaspin/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-06 15:09:18 UTC (rev 1378629) +++ PKGBUILD 2023-01-06 15:21:55 UTC (rev 1378630) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-yaspin -pkgver=2.2.0 +pkgver=2.3.0 pkgrel=1 pkgdesc="Yet Another Terminal Spinner" url="https://github.com/pavdmyt/yaspin" @@ -11,14 +11,8 @@ makedepends=('python-build' 'python-installer' 'python-poetry-core') checkdepends=('python-pytest') source=("https://github.com/pavdmyt/yaspin/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('5fa5126d940ceaf44386eea4bd185e57ae1289b4059149d27194d16a5efbafb45faa737895eb6ba0d8e35ea0b33c26f31af543ceb55041058bc9a2cb3b053e4e') +sha512sums=('0e18b7eef0a2a0b76d0600763646f82231c0da671c05394af7d4ecaedf9c3b8b9fc7617b6b867e8c6cacdeb888194d72ac9c116c38888f9b88c8232926860ed6') -prepare() { - cd yaspin-$pkgver - # https://github.com/pavdmyt/yaspin/issues/211 - sed -i 's/^termcolor-whl =.*$/termcolor = "^2.0.0"/' pyproject.toml -} - build() { cd yaspin-$pkgver python -m build --no-isolation --wheel @@ -32,6 +26,5 @@ package() { cd yaspin-$pkgver python -m installer --destdir="$pkgdir" dist/*.whl - install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/ }
