Date: Thursday, August 27, 2020 @ 22:17:04 Author: freswa Revision: 690104
upgpkg: python-rich 6.0.0-1 Modified: python-rich/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-27 22:12:35 UTC (rev 690103) +++ PKGBUILD 2020-08-27 22:17:04 UTC (rev 690104) @@ -3,7 +3,7 @@ pkgname=python-rich _name=rich -pkgver=5.2.1 +pkgver=6.0.0 pkgrel=1 pkgdesc='Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal' arch=(any) @@ -10,10 +10,15 @@ url='https://github.com/willmcgugan/rich' license=('MIT') depends=('python-colorama' 'python-pygments' 'python-typing_extensions' 'python-commonmark') -makedepends=('python-setuptools') +makedepends=('python-setuptools' 'python-dephell') source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz") -b2sums=('f294517c324a3c75c0c0e7fc3c52024e2ef39a1e70c7ebefc2eafec4212f628b6b5d1cf3e51eb1f9c6335ac082aec679276e1e4b51ff7adab9422bb5689103d2') +b2sums=('8d44bd8c2976532df0675307ed2ecbfdcd5c4d90561d05fbde23cd30e563ec6b4b9de98898e41750a2ec5b031c4b4fa656517100437cba2cce6a08b93a7f4ca5') +prepare() { + cd rich-${pkgver} + dephell deps convert --from pyproject.toml --to setup.py +} + build() { cd rich-${pkgver} python3 setup.py build
